{% macro render(config, update_url, prefix='config_') %}
Configuration {{ csrf_html() }} {% for config_item in config.configs %} {% if config_item.minimum is not none %} minimum of {{ config_item.minimum }} {% endif %} {% if config_item.maximum is not none %} maximum of {{ config_item.maximum }} {% endif %}

{% endfor %}
{% endmacro %}