{% load i18n %}{% load cms %} {% load render_bundle from webpack_loader %} {% spaceless %} {# paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ #}
{# Use the .htaccess and remove these lines to avoid edge case issues. More info: h5bp.com/b/378 #}{% blocktrans count counter=form.errors.items|length %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}
{% endif %} {% if form.non_field_errors or form.errors %} {% for error in form.non_field_errors %}{{ error }}
{% endfor %} {% endif %}