{% 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 %} {{ module['text'] }}
{% endfor %} Cancel {% endblock %}