{% extends "base.html" %} {% block title %}Edit Profile - {{ app_name }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
Edit Profile
This will be used for login and notifications.

Account Information
{{ user.username }}
Username cannot be changed.
{% if user.is_active %} Active {% else %} Inactive {% endif %} {% if user.is_admin %} Administrator {% endif %}
Cancel
{% endblock %} {% block extra_scripts %} {% endblock %}