{% extends 'base.html'%} {% block title%}

Welcome

Choose how to login. Or move on to admin.

{% endblock title%} {% block body%}
{% if "local" in standard_modules %}

Local account

Sign up
Forgot your password?

{% endif %} {% if "invitation" in standard_modules %}

Invitation

{% endif %} {% if other_modules %}

Other provider

{% for o in other_modules %} {% endfor %}
{% endif %}
{% endblock body%}