mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
deal with opening/closing the files
This commit is contained in:
@@ -30,7 +30,7 @@ This view should receive those arguments:
|
||||
<dd>{{ person.surname }}</dd>
|
||||
|
||||
<dt class="inline">{{ 'views.Person.view.name'|trans }}</dt>
|
||||
<dd>{{ person.surname }}</dd>
|
||||
<dd>{{ person.name }}</dd>
|
||||
|
||||
<dt class="inline">{{ 'views.Person.view.gender'|trans }}</dt>
|
||||
<dd>{{ ( 'person.gender.' ~ person.genre|default('undefined'))|trans }}</dd>
|
||||
|
Reference in New Issue
Block a user