{% extends "base.html" %} {% block content %}

Login

{% csrf_token %}
{% include "dojo/form_fields.html" with form=form %}
Show Password
{% if GOOGLE_ENABLED == False and OKTA_ENABLED == False %}
{% endif %}
{% if GOOGLE_ENABLED == True or OKTA_ENABLED == True %}
{% endif %} {% if GOOGLE_ENABLED == True %} {% endif %} {% if OKTA_ENABLED == True %} {% endif %}
{% endblock %}