{% extends "im/account_base.html" %} {% load astakos_tags i18n %} {% block page.title %} {% trans "Enable authentication method" %} {% endblock %} {% block page.body %}
{% csrf_token %}

{{ provider.get_login_prompt_msg }}


{% with login_form as form %} {% include "im/form_render.html" %} {% endwith %} {% if key %} {% else %} {% if request.GET.key %} {% endif %} {% endif %}
{% endblock %}