{% load i18n %}
{% trans "Please correct errors below:" %}
    {% if form.openid_identifier.errors %}
    {{ form.openid_identifier.errors|join:", " }}
    {% endif %}
    {% if form.next.errors %}
    {{ form.next.errors|join:", " }}
    {% endif %}