{% set ns = namespace(last_plugin='') %} {% for variable in variables %} {% if variable.plugin and ns.last_plugin != variable.plugin %} {% endif %} {% set ns.last_plugin = variable.plugin %} {% endfor %}
{{ l.settings_variable_panel_th_description }} {{ l.settings_variable_panel_th_value }} {{ l.settings_variable_panel_th_activity }}

{{ variable.plugin.replace('_',' ')|capitalize }}

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