{% load static i18n ba_i18n %}
{% ba_label ba.welcome_sign %}
{% if form.errors and not form.non_field_errors %}{% translate 'Please correct the errors below.' %}
{% endif %} {% if form.non_field_errors %} {% for error in form.non_field_errors %}{{ error }}
{% endfor %} {% endif %}