{% load i18n %} {% if form.errors or form.formset.errors %}
Please check your input.
{{ form.non_field_errors }}
{% endif %}