{% extends 'grid-gallery.twig' %} {% block header %} {% endblock %} {% block content %}
{% if galleries is not defined %} {# Show error here #} {% else %}
{#

Gallery list

#} {% for gallery in galleries %} {% else %}

{{ translate('You have no galleries') }}

{{ translate('You don\'t have any galleries yet.') }} {{ translate('Want to create one right now?') }}

{{ translate('What is a gallery') }}

{{ translate('Gallery — the highest type of entity in the Gallery by Supsystic.')|raw }}
{{ translate('You can have an unlimited number of galleries, to which you can attach the preloaded pictures.') }} {{ translate('Each gallery has a number of display settings and behaviors that you can save to presets and apply to other galleries.') }}

{% endfor %}
{% endif %}
{% macro putPreset(data) %}

{{ data.title|title }}

{% if data.pro and environment.isPro() == false %} {% endif %} {% if data.title == 'Icons' %} href="http://supsystic.com/plugins/photo-gallery/" target="_blank"> {% endif %} {% if data.title == 'Pagination' %} href="http://supsystic.com/plugins/photo-gallery/" target="_blank"> {% endif %} Available in PRO {% endif %}
{% endmacro %} {##} {% import '@galleries/shortcode/import.twig' as importTypes %} {% endblock %}