{% extends '@TigrisBase/layout.html.twig' %} {% import 'component/_utils.html.twig' as utils %} {% block title %}{{ album.name }}{% endblock %} {% block main %}

{{ album.name }}

{{ '.icon-download'|parse_icons }} {{ 'album.download'|trans|parse_icons }} {% if is_granted('EDIT', album) %} {{ '.icon-pencil'|parse_icons }} {{ 'album.edit.edit_infos'|trans|parse_icons }} {{ '.icon-upload'|parse_icons }} {{ 'album.upload'|trans|parse_icons }} {% endif %}
{{ album.description|nl2br }}
{% if is_granted('EDIT', album) %} {% endif %} {# URL to map #} {% if album.place is not empty %} {{ album.place }} {% endif %}
{{ 'album.author'|trans }} {{ album.author }}
{% for family in album.families %} {{ family.name }} {% endfor %}
{% for tag in album.tags %} {{ utils.album_tag(tag) }} {% endfor %}
{{ 'data_count'|trans({'%begin%':'${begin}', '%end%':'${end}', '%total%':'${totalCount}'}) }}
{{ '.icon-pencil'|parse_icons }} {{ '.icon-trash'|parse_icons }}
Chargement...
{{ 'data_count'|trans({'%begin%':'${begin}', '%end%':'${end}', '%total%':'${totalCount}'}) }}
{% endblock %}