{% extends 'base.html.twig' %} {% block title %}{{ collection.title }}{% endblock %} {% block footer %}{% endblock %} {% block styles %}{{ parent() }}{{ encore_entry_link_tags('collect') }}{% endblock %} {% block body %} {% set firstFile = files|length ? files[0] : null %} {% set firstIsImage = firstFile and firstFile.image %} {% set firstIsVideo = firstFile and firstFile.video %}
{{ 'collect.addFirst'|trans }}