{% extends 'www/base.html' %} {% load i18n %} {% load crispy_forms_tags %} {% block body %}
{% if errors %}
{% blocktrans count counter=errors|length %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}
{{ form.non_field_errors }} {% endif %} {% crispy form %}
{% endblock %}