{% extends 'base.html.twig' %} {% block title %}{{ collection.title }}{% endblock %} {% block footer %}{% endblock %} {% block styles %}{{ parent() }}{{ encore_entry_link_tags('collect_guest') }}{% endblock %} {% block body %} {% set guestFilePlaceholder = '00000000-0000-0000-0000-000000000000' %}

{{ collection.title }}

{% if collection.description %}

{{ collection.description }}

{% endif %}

{{ 'collect.guest.expires'|trans }}: {{ collection.expiresAt ? collection.expiresAt|date('d.m.Y H:i') : '—' }} · {{ files|length }} {{ 'collect.items'|trans }}

{% if link.allowUpload %}
{% endif %} {% if link.allowView or files|length %} {% if files is empty %}

{{ 'collect.guest.empty'|trans }}

{% else %} {% endif %} {% endif %}
{# Lightbox #} {% endblock %} {% block javascripts %}{{ parent() }}{{ encore_entry_script_tags('collect_guest') }}{% endblock %}