{% extends 'base.html' %} {% load i18n %} {% block content %} {% if error is not none %}

{{ error }}

{% endif %}
{% csrf_token %}
{% endblock %}