{% load i18n %}
{{ person.first_name }} {{ person.last_name }}
{% if person.birthdate %}{% trans "Born on" %} {{ person.birthdate }}
{% endif %}{{ person.address }}
{% trans "Phone:" %} {{ person.phone }}
{% endif %} {% if person.cellphone %}{% trans "Cellphone:" %} {{ person.cellphone }}
{% endif %} {% if person.email %}{% trans "Email:" %}
{% endif %}