mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
12 lines
380 B
Twig
12 lines
380 B
Twig
<h3 class="single-line">
|
|
{{ period.openingDate|format_date('long') }}
|
|
<span class="person"> /
|
|
<a href="{{ path('chill_person_accompanying_period_list', { 'person_id': person.id } ) }}">
|
|
{{ 'Opening the accompanying period' | trans }}
|
|
</a>
|
|
</span>
|
|
<span class="chill-green">
|
|
<i class="fa fa-folder-open"></i>
|
|
</span>
|
|
</h3>
|