[Feature] show period's localisation (address) into reassign and regulation list

This commit is contained in:
2022-10-06 22:14:39 +02:00
parent 215d150103
commit 0c47d2cafd
3 changed files with 12 additions and 2 deletions

View File

@@ -76,7 +76,7 @@
<div class="flex-table">
{% for period in periods %}
{% include '@ChillPerson/AccompanyingPeriod/_list_item.html.twig' with {'period': period,
'recordAction': m.period_actions(period), 'itemMeta': m.period_meta(period) } %}
'recordAction': m.period_actions(period), 'itemMeta': m.period_meta(period), 'show_address': true } %}
{% endfor %}
</div>
{% endif %}