{{ 'GANTRY5_PLATFORM_ATOMS'|trans }}

{% set list = data.get('page.head.atoms') ?? defaults.get('page.head.atoms') %} {% if list %} {% else %} {% endif %} {% if overrideable %} {% set prefix = 'page.head.' %} {% include 'forms/override.html.twig' with {'scope': prefix, 'name': 'atoms', 'has_value': data.get(prefix ~ 'atoms') is not null, 'field': {'label': 'Enabled of the field Atoms' }} %} {% endif %}
{# Deprecated Atoms from Layout (< 5.2.0) #} {% if atoms_deprecated is not null and atoms_deprecated|length and data.get('page.head.atoms') %}

{{ 'GANTRY5_PLATFORM_ATOMS_DEPRECATED_MESSAGE'|trans }}

{% endif %}
×
{{ 'GANTRY5_PLATFORM_DROP_DELETE'|trans }}
{#{{ dump(atoms_deprecated|json_encode) }}#}