{% block gantry %}
{% if settings_url %}
{% endif %}
{% endblock %}
{{ 'GANTRY5_PLATFORM_AVAILABLE_THEMES'|trans }}
{% if themes|length %}
{% for id, theme in themes %}
{% endfor %}
{% else %}
{% 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 %}
{{ 'GANTRY5_PLATFORM_NO_THEMES_INSTALLED'|trans }}
{% endif %}