{% extends ajax-suffix ? "@gantry-admin/partials/ajax.html.twig" : "@gantry-admin/partials/base.html.twig" %} {% block gantry %} {% set stored_data = get_cookie('g5-collapsed')|default('{}')|json_decode %}
{% for group, list in content %}

{{ group|capitalize }}

{% for id, item in list %} {% if not item.hidden %} {% set item = gantry.content.getBlueprintForm(group ~ '/' ~ id) %} {% set prefix = 'content.' ~ group ~ '.' ~ id ~ '.' %} {% set collapsed = item.form.collapsed or attribute(stored_data, prefix) %} {% set labels = {collapse: 'GANTRY5_PLATFORM_COLLAPSE'|trans, expand: 'GANTRY5_PLATFORM_EXPAND'|trans} %} {% endif %} {% endfor %}
{% endfor %}
{% endblock %}