{% extends "richtemplates/accounts/profile.html" %} {% load i18n %} {% block col_main_title %}{% trans "User profile" %}{% endblock %} {% block col_main_content %}
{% csrf_token %} {% include "richtemplates/forms/form.html" %}
{% endblock %}