{{ user.get_full_name }}
{% if user.profile.phone %}
{{ user.profile.phone }}
{% if user.profile.phone_verified %}Verified{% else %}Not Verified{% endif %}
{% endif %}
{% if user.profile.country %}
{{ user.profile.country.name }}
{% endif %}
{% if user.is_authenticated %} {{user.last_login|date:"M d, Y H:i"}}{% endif %}