{% extends base_template %} {% block title %}Which account would you like?{% endblock %} {% block content %}

Which account would you like?

The OpenID {{ openid }} is associated with {{ users|length }} different accounts. Which user do you wish to sign in as?

{% for user in users %}

{% endfor %}
{% endblock %}