{% extends "layout.html" %}
{% block title %}{% trans %}Select module{% endtrans %}{% endblock %}
{% block toptext %}
{% trans %}Please select the authentication backend to use.{% endtrans %}
{% endblock %}
{% block body %}
{% for module in modules %}
{% endfor %}
Cancel
{% endblock %}