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

{{ album.slug }}

{% if album.assets is defined and album.assets %} {% for id, asset in album.assets %}

{{ asset.path }}

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

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