{% if error %}
{{ error }}
{% endif %} {% if autologin_users %}
{% for u in autologin_users %}
{% for key, value in params.items() %} {% endfor %}
{% endfor %}
{% endif %} {% if show_password_form %} {% if autologin_users %}
or sign in with password
{% endif %}
{% for key, value in params.items() %} {% endfor %}
{% endif %}

Testing environment — credentials are defined in config file