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

{% trans "Edit Profile" %}

{% include "idios/_profile_form.html" %} {% endblock %}