{% set preset = gantry.configurations.layoutPreset(name) %}
{% if name == 'default' %}
{{ 'GANTRY5_PLATFORM_BASE_OUTLINE'|trans }}
{% else %}
{% if gantry.authorize('outline.rename') %}
{{ title }}
{% else %}
{{ title }}
{% endif %}
{% endif %}
({{ 'GANTRY5_PLATFORM_ID_X'|trans(name) }})
{% if gantry.authorize('outline.create') and gantry.configurations.canDuplicate(name) %}
{% endif %}
{% if name != 'default' and gantry.authorize('outline.delete') and gantry.configurations.canDelete(name) %}
{% endif %}