{{ include('component/navbar.html.twig') }} {{ include('component/user-select.html.twig') }} @@ -25,9 +25,9 @@
-
-
- +
+
+

{{ person.name }}

@@ -37,7 +37,9 @@

{{ person.gender == '0' ? '-' }}{{ person.gender == '1' ? 'Female' }}{{ person.gender == '2' ? 'Male' }}{{ person.gender == '3' ? 'Non-Binary' }}

{% if person.birthDate is not null %}
Birth date
-

{{ person.birthDate }} ({{ person.age }} {% if person.deathDate is not null %}✝{% else %}years old{% endif %})

+

{{ person.birthDate }} + ({{ person.age }} {% if person.deathDate is not null %}✝{% else %}years old{% endif %} + )

{% endif %} {% if person.deathDate is not null %}
Death date
@@ -50,19 +52,22 @@
-
+

{{ person.name }}

-
Biography
+
Biography
{% if person.biography is not null %}

{{ person.biography|nl2br }}

- - Show more… + + Show more…
{% else %}

No biography available.

{% endif %} -