{# Available variables: module.[id | title | position | enabled | access] #}
{{ 'GANTRY5_PLATFORM_PICK_MODULE'|trans }}
{% for module in gantry.platform.listModules %}
{{ module.title }}
{{ 'GANTRY5_PLATFORM_ID_UPPER'|trans }}
: {{ module.id|default('unknown') }}
{{ 'GANTRY5_PLATFORM_TYPE'|trans }}
: {{ module.module|default('none') }}
{{ 'GANTRY5_PLATFORM_POSITION'|trans }}
: {{ module.position|default('none') }}
{% endfor %}
{#
{{ 'GANTRY5_PLATFORM_DEFAULTS'|trans }}
#}
{{ 'GANTRY5_PLATFORM_SELECT'|trans }}
{{ 'GANTRY5_PLATFORM_CANCEL'|trans }}