{% extends ajax-suffix ? "@gantry-admin/partials/ajax.html.twig" : "@gantry-admin/partials/base.html.twig" %} {% block gantry %}
{# Settings Pane #}
{% include '@gantry-admin/pages/configurations/layouts/particle-card.html.twig' with { item: item, title: item.title, blueprints: blueprints.form, overrideable: overrideable and (blueprints.form.overrideable is not defined or blueprints.form.overrideable), inherit: 'attributes' in item.inherit.include and item.inherit.outline in inheritance.form.fields.outline.filter ? item.inherit.outline : null } %}
{# Inheritance Pane #} {% if inheritance %} {% endif %}
{% endblock %}