{% extends "idios/base.html" %} {% load i18n %} {% block head_title %}{% trans "Edit Profile" %}{% endblock %} {% block body %} {% trans "Edit profile" %} {% include "idios/_profile_form.html" %} {% endblock %}