{% extends "djangooidc/base.html" %} {% block title %}Login{% endblock %} {% block content %}
Please log in with one of the following methods:
Application login
{% csrf_token %} {{ ilform }}
{% if op_list %}
Log in with one of the following systems
{% for op_name in op_list %} {{ op_name }}  {% endfor %}
{% endif %} {% if dynamic %}
Log in in with an OpenID Connect provider of your choice
{% csrf_token %} {{ form }}
{% endif %}
{% endblock %}