mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-25 08:05:00 +00:00
10 lines
329 B
Twig
10 lines
329 B
Twig
{% import "@ChillDocStore/Macro/macro.html.twig" as m %}
|
|
{% import "@ChillDocStore/Macro/macro_mimeicon.html.twig" as mm %}
|
|
{% import '@ChillPerson/Macro/updatedBy.html.twig' as mmm %}
|
|
|
|
{% set c = document.calendar %}
|
|
|
|
<div class="item-bloc">
|
|
{{ include('@ChillCalendar/GenericDoc/calendar_document_row.html.twig') }}
|
|
</div>
|