{% extends 'uaccounts/base.html' %} {% load static %} {% block title %}Edit profile{% endblock %} {% block head %} {{ block.super }} {% endblock %} {% block content %}
{% if user.profile.avatar %} {% endif %}

{{ user }}

{% if form.non_field_errors %}

{{ form.non_field_errors }}

{% endif %} {% for field in form %} {% for error in field.errors %}

{{ error }}

{% endfor %} {% endfor %}
{% csrf_token %}

{{ form.date_of_birth }}

Email address{{ count|pluralize:'es' }}

Primary

{{ primary }}

Verified

{% for email in secondary %}

{{ email }} Delete Set primary

{% endfor %}

Unverified

{% for email in unverified %}

{{ email }} Delete Verify

{% endfor %}

Add

Cancel

{% endblock %}