{% extends "base" %} {% block title %}{{SERVICE_NAME|escape}} - User Profile{% endblock %} {% block content %}
Enter new values and click "Save changes" to change. Leave a field the same or blank for no change.
Status | Actions | {% for email in emails %}|
---|---|---|
{{email.email|escape}} | {% if email.confirmed %}confirmed{% else %}unconfirmed{% endif %}{% if email.primary %}, primary{% endif %} | {% if email.primary %}{% else %} {% if email.confirmed %} make primary {% else %} resend confirmation {% endif %} | delete {% endif %} | {% endfor %}