{% load i18n %} {% if errors or error %}
{% if error %} {{ error }} {% else %} {% for error in errors %} {{ error }} {% endfor %} {% endif %}