{{ user.username }}
{% if user.get_profile.full_name %}{{ user.get_profile.full_name }}{% endif %}
{% if user.email %}{{ user.email }}{% endif %}