{% extends ajax-suffix ? "@gantry-admin/partials/ajax.html.twig" : "@gantry-admin/partials/base.html.twig" %} {% set edit = gantry.authorize('outline.assign') %} {% block gantry %}
{% if assignments %}
{% if edit %} {% endif %}

{{ 'GANTRY5_PLATFORM_ASSIGNMENTS'|trans }}

{% if edit %} {% endif %}
{% if options %}
{% include '@gantry-admin/forms/fields/select/selectize.html.twig' with {'layout': 'input', 'name': 'assignments.assignment', 'field': {'type': 'select.selectize', 'options': options}, 'value': assignment} only %}
{% endif %}
{% for type in assignments %}

{{ type.label|e }}
{% if edit %} {% endif %}

{% for link in type.items %} {% endfor %}
{% endfor %}
{% if edit %} {% endif %}
{% else %}

{{ 'GANTRY5_PLATFORM_ASSIGNMENTS'|trans }}

{% if configuration == 'default' %}

{{ 'GANTRY5_PLATFORM_ASSIGN_BASE_DESC'|trans }}

{% else %}

{{ 'GANTRY5_PLATFORM_NO_ASSIGNMENTS_DESC'|trans }}

{% endif %} {% endif %}
{% endblock %}