{% set sections_name = { 'rabbitmq': 'RabbitMQ', 'main': 'Main', 'mail': 'Mail', 'monitoring': 'Monitoring', 'logs': 'Logs', 'ldap': 'LDAP', 'smon': 'RMON', } %} {% set section = namespace(section='') %} {% for set in settings %} {% if g.user_params['role'] == 2 and (set.section in ('monitoring', 'rabbitmq', 'mail', 'rmon')) %} {% else %} {% if section.section|string() != set.section|string() %} {% endif %} {% set section.section = set.section %} {% if g.user_params['role'] == 2 and (set.param == 'proxy') %} {% else %} {% endif %} {% endif %} {% endfor %}

{{sections_name[set.section]}}