{% 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 %} {% endfor %}

{{ 'chill_calendar.Documents'|trans }}

  • {{ mm.mimeIcon(d.storedObject.type) }} {{ d.storedObject.title }}
      {% if chill_document_is_editable(d.storedObject) %}
    • {{ d.storedObject|chill_document_edit_button }}
    • {% endif %}
    • {{ m.download_button(d.storedObject, d.storedObject.title) }}
{% endif %}