{% set ns = namespace(last_section='') %} {% for variable in variables %} {% set section_change = variable.plugin and ns.last_section != variable.plugin or variable.section and ns.last_section != variable.section %} {% if section_change %} {% endif %} {% if variable.is_from_plugin() %} {% set ns.last_section = variable.plugin %} {% else %} {% set ns.last_section = variable.section %} {% endif %} {% endfor %}
{{ l.settings_variable_panel_th_description }} {{ l.settings_variable_panel_th_value }} {{ l.settings_variable_panel_th_activity }}

{% if variable.is_from_plugin() %} {% set plugin = plugins[variable.plugin] %} {{ plugin.use_title() }} {% if plugin.use_description() %}
{{ plugin.use_description() }}
{% endif %} {% else %} {{ variable.section }} {% endif %}

{{ variable.description }}
{% if variable.value %} {% if variable.type.value == 'bool' %} {% if variable.display() %} {% else %} {% endif %} {% else %} {{ variable.display() }} {% endif %} {% else %} {{ l.common_empty }} {% endif %}