{% extends "im/account_base.html" %} {% 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 %}