{% extends 'base.html' %} {% load bootstrap %} {% block content %}
{% csrf_token %}

{{ realm }}

{{ form|bootstrap }}
{% endblock %}