{% extends ajax-suffix ? "@gantry-admin/partials/ajax.html.twig" : "@gantry-admin/partials/base.html.twig" %} {% set settings_url = gantry.platform.settings %} {% set settings_key = gantry.platform.settings_key %} {% block content %}
{% block gantry %}

{{ 'GANTRY5_PLATFORM_AVAILABLE_THEMES'|trans }}

{% if settings_url %} {% endif %}
{% if themes|length %} {% for id, theme in themes %}
{% if theme.details.icon %}{% endif %} {{ theme.title }} (v{{ theme.details.version }} / {{ theme.name }})
{% if theme.admin_url %} {% endif %} {% if theme.admin_url %} {% endif %}
{% if theme.preview_url %} {{ 'GANTRY5_PLATFORM_PREVIEW'|trans }} {% endif %} {% if theme.admin_url %} {{ 'GANTRY5_PLATFORM_CONFIGURE'|trans }} {% endif %}
{% endfor %} {% else %}

{{ 'GANTRY5_PLATFORM_NO_THEMES_INSTALLED'|trans }}

{% endif %}
{% endblock %}
{% endblock %} {% block footer_section %} {% endblock %}