Implement 'at date' for display of service and user job in calendar entities

This commit is contained in:
Julie Lenaerts 2024-01-08 12:35:41 +01:00
parent fbbf421d8b
commit d15fbadd27

View File

@ -55,7 +55,7 @@
<div class="item-col">
<ul class="list-content">
{% if calendar.mainUser is not empty %}
<span class="badge-user">{{ calendar.mainUser|chill_entity_render_box }}</span>
<span class="badge-user">{{ calendar.mainUser|chill_entity_render_box({'at_date': calendar.startDate}) }}</span>
{% endif %}
</ul>
</div>