{% extends "im/account_base.html" %} {% block page.title %}Profile{% endblock %} {% block headjs %} {{ block.super }} {% endblock %} {% block body %}

GENERAL INFO

{% csrf_token %} {% with profile_form as form %} {% include "im/form_render.html" %} {% endwith %}
{% include "im/profile_auth_methods.html" %}
{% endblock body %}