{% extends "CLChillMainBundle::layout.html.twig" %} {# This view should receive those arguments: - person #} {% block title %}CLChillPersonBundle:Person:see{% endblock %} {% block content %}
{% transchoice person.genreNumeric with {'%date%' : person.dateOfBirth.format('d-m-Y')} %}views.Person.view.born{% endtranschoice %}
{% if person.nationality is not null %}{{ person.nationality.label }}
{% else %}{% trans %}views.Person.view.without_nationality{% endtrans %}
{% endif %}My tab is active so I'll show up first! Inb4 tab 3!