{% extends '@RapsysTree/_base.html.twig' %} {% block content %} {% if albums is defined and albums %} {% for id, album in albums %}

{{ album.slug|capitalize }}

{% if album.elements is defined and album.elements %} {% for id, element in album.elements %}

{{ element.name }}

TODO: miniature if target is a file or image list when directory ?

{% endfor %} {% endif %}
{% endfor %} {# TODO: XXX: add next and prev links ? #} {% endif %} {% endblock %}