{% if calendar.documents|length > 0 %} {% import "@ChillDocStore/Macro/macro.html.twig" as m %} {% import "@ChillDocStore/Macro/macro_mimeicon.html.twig" as mm %}
{% for d in calendar.documents %} {% if is_granted('CHILL_CALENDAR_DOC_SEE', d) %} {% endif %} {% endfor %}

{{ 'chill_calendar.Documents'|trans }}

  • {{ d.storedObject.title }} {% if d.dateTimeVersion < d.calendar.dateTimeVersion %} {{ 'chill_calendar.Document outdated'|trans }} {% endif %}
    {{ mm.mimeIcon(d.storedObject.type) }}
    {{ d.storedObject|chill_document_button_group(d.storedObject.title, is_granted('CHILL_CALENDAR_DOC_EDIT', d), {'small': true}) }}
{% endif %}