{% extends "base.html" %} {% block content %}

Only view, edit you can here: {{ fullpath }}/haproxy-webintarface.config

{% for name, value in config_items_section_name|dictsort(false) %}
Section: {{name}}
{% for param, value2 in value|dictsort(false) %}
{{param}} = {{value2}} {% endfor %}
{% endfor %}
{% endblock %}