{% set sections_name = { 'rabbitmq': 'RabbitMQ', 'nginx': 'NGINX', 'haproxy': 'HAProxy', 'apache': 'Apache', 'keepalived': 'Keepalived', 'main': 'Main', 'mail': 'Mail', 'monitoring': 'Monitoring', 'logs': 'Logs', 'ldap': 'LDAP', } %} {% set section = namespace(section='') %} {% for set in settings %} {% if page == "servers.py" and (set.section in ('monitoring', 'rabbitmq', 'mail')) %} {% else %} {% if section.section|string() != set.section|string() %} {% endif %} {% set section.section = set.section %} {% if page == "servers.py" and (set.param == 'proxy') %} {% else %} {% endif %} {% endif %} {% endfor %}

{{sections_name[set.section]}}