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