{% extends 'hidp/base_post_login.html' %} {% load i18n %} {% block title %}{% translate 'Edit account' %}{% endblock %} {% block main %}

{% translate 'Edit your account information' %}

{% translate 'Your account has been successfully updated.' %}

{% include 'hidp/includes/forms/submit_row.html' with cancel_label=_('Back') cancel_url=back_url %} {% endblock %}