{% set user_conf = gantry.configurations.copy.user %}
{% set system_conf = gantry.configurations.system %}
- {{ 'GANTRY5_PLATFORM_LM_SWITCHER_USER'|trans }}
{% for key,current in user_conf %}
{% set label=current|replace('_', ' ')|trim|capitalize %}
-
{{ label }}
{% endfor %}
{% if system_conf.count %}
- {{ 'GANTRY5_PLATFORM_LM_SWITCHER_SYSTEM'|trans }}
{% for key,current in system_conf %}
{% set label=current|replace('_', ' ')|trim|capitalize|e %}
-
{{ label }}
{% endfor %}
{% endif %}