{% extends 'core/page.html' %} {% load i18n %} {% block page %}

{{ title }}

{% for error in errors %}

{{ error }}

{% endfor %} {% endblock %}