mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
allow layout to print people without dateOfBirth
This commit is contained in:
@@ -45,7 +45,8 @@ This view should receive those arguments:
|
||||
|
||||
<dl>
|
||||
<dt class="inline">{{ 'views.Person.view.dateOfBirth'|trans }}</dt>
|
||||
<dd>{{ person.dateOfBirth.format(date_format) }}</dd>
|
||||
<dd>{{ person.dateOfBirth.format(date_format)
|
||||
|default( 'person.without_date_of_birth'|trans ) }}</dd>
|
||||
|
||||
|
||||
<dt class="inline">{{ 'views.Person.view.placeOfBirth'|trans }}</dt>
|
||||
|
Reference in New Issue
Block a user