{% extends 'uaccounts/base.html' %} {% load static %} {% block title %}Homepage{% endblock %} {% block head %} {{ block.super }} {% endblock %} {% block content %}
Name {{ user.get_full_name }}
{% endif %}{% if user.profile.gender != '-' %}Gender {{ user.profile.get_gender_display|capfirst }}
{% endif %}{% if user.profile.date_of_birth %}Date of birth {{ user.profile.date_of_birth|date:'j/n/Y' }}
{% endif %}{% if user.profile.status %}Status {{ user.profile.status }}
{% endif %}Website {{ user.profile.website }}
{% endif %}Email address{{ count|pluralize:'es' }}
{{ primary }}
{% for email in secondary %}{{ email }}
{% endfor %}