{% load crispy_forms_tags %} NAV Login
{% if origin %}
After successfully logging in, you will be redirected to:
{{ origin }}
{% endif %} {% if errors %}
    {% for e in errors %}
  • {{ e }}
  • {% endfor %}
{% endif %} {% crispy form %}