{% 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 %}