{% load static %} {% load form_helpers %} Log In – Peering Manager
{% if settings.BANNER_LOGIN %}
{{ settings.BANNER_LOGIN|safe }}
{% endif %} {% for message in messages %} {% endfor %} {% if form.non_field_errors %}
Errors
{{ form.non_field_errors }}
{% endif %}