{% load staticfiles thumbnail i18n %}
Cognome: | {{ profile.get_user.last_name|title }} |
---|---|
Nome: | {{ profile.get_user.first_name|title }} |
Data di Nascita: | {{ profile.data_di_nascita|default_if_none:"" }} |
Email: | {{ profile.email|lower }} |
Indirizzo |
{{ profile.indirizzo|default_if_none:""|title }} {{ profile.citta|default_if_none:""|title }} |