{% extends 'base.html.twig' %} {% block body %} {% if not isXmlHttpRequest %} {% set album = sets[0].album %}
{{ ads.printAd('mobile', 'pageTop')|raw }}
    {% if album is defined %} {{ ads.printAd('desktop', 'albumsPictures')|raw }}
    {{ album.name|raw }}
    {% endif %} {% else %} {# if isXmlHttpRequest #} {% if search is not defined or not search %} {% for set in sets %} {% if set.newAlbum %}
    {{ album.name|raw }}
    {% endif %} {% endfor %} {% endif %} {% endif %} {% if ad is defined %}
    {% endif %} {% for set in sets %} {% set pictures = set.pictures %} {% if pictures %} {{ include('gallery/pictures.html.twig') }} {% else %}
    {{ 'Empty Search'|trans }}
    {% endif %} {% endfor %} {% if not isXmlHttpRequest %}
{% endif %} {% endblock %}