{% extends "CLChillMainBundle::layout.html.twig" %} {% block css %} {% stylesheets output="css/all.css" filter="cssrewrite" "bundles/clchillperson/css/person.css" %} {% endstylesheets %} {% endblock %} {% block content %}
{% spaceless %} {% if person.dateOfBirth == null %} {{ 'person.without_date_of_birth'|trans }}, {{ ('person.gender.' ~ person.genre)|trans }} {% else %} {% transchoice person.genreNumeric with {'%date%' : person.dateOfBirth.format('d-m-Y')} %}views.layout.born{% endtranschoice %} {% endif %} {% endspaceless %}
{% if person.nationality is not null %}{{ person.nationality.label }}
{% else %}{% trans %}views.layout.without_nationality{% endtrans %}
{% endif %}