{% extends "profiles/base.html" %} {% load i18n %} {% block head_title %}{% blocktrans %}Edit Profile{% endblocktrans %}{% endblock %} {% block body %}

{% trans "Edit Profile" %}

{% include "profiles/profile_form.html" %} {% endblock %}