a few more implementations in twig templates

This commit is contained in:
2022-01-28 10:07:34 +01:00
parent 0a26e7f326
commit feaee8a0b1
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@
<li class="associated-persons">
<span class="item-key">{{ 'Participants'|trans ~ ' : ' }}</span>
{% for p in w.persons %}
<span class="badge-person">{{ p|chill_entity_render_box }}</span>
<span class="badge-person">{{ p|chill_entity_render_box({'addAgeBadge': true}) }}</span>
{% endfor %}
</li>
</ul>