{%- for atom in gantry.config.get('page.head.atoms') -%}
{% set status = atom.attributes.enabled ? '' : 'class="atom-disabled" title="' ~ 'GANTRY5_PLATFORM_ATOMS_DISABLED_DESC'|trans ~ '"' %}
{{- atom.title -}}
{%- endfor -%}
{% else %}
{% endif %}
{% if overrideable %}
{% set prefix = 'page.head.' %}
{% include 'forms/override.html.twig' with {'scope': prefix, 'name': 'atoms', 'default_value': attribute(defaults, prefix ~ 'atoms'), 'value': gantry.config.get(prefix ~ 'atoms'), '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 gantry.config.get('page.head.atoms') %}