{% extends "base.html" %} {% block page_tag %}{{ page_tag }}{% endblock %} {% block content %}
{% if existing_user %} Change Password {% endif %}
@
Username
{% if admin %}
{% endif %}
{% if user_details %}

User Details:

{% for detail in user_details %}
{{ detail.name }}
{{ detail.value }}
{% endfor %}
{% endif %} {% endblock %} {% block js %} {{ super() }} {% endblock %}