diff --git a/Resources/views/Person/list.html.twig b/Resources/views/Person/list.html.twig index b670305e8..a00f3efd3 100644 --- a/Resources/views/Person/list.html.twig +++ b/Resources/views/Person/list.html.twig @@ -28,7 +28,7 @@ {% endspaceless %} - {{person.dateOfBirth.format(date_format)}} + {{person.dateOfBirth.format(date_format)|default( 'person.without_date_of_birth'|trans )}} {% if person.nationality is not null %} {{person.nationality.label}}