{% extends "base.html" %} {% load i18n %} {% block title %}Redirecting to {{ provider }}{% endblock %} {% block content %} Redirecting to {{ provider }} {% trans "Please wait while we connect you securely." %} {% trans "Continue manually" %} {% endblock %} {% block extra_js %} {% endblock %}
{% trans "Please wait while we connect you securely." %}
{% trans "Continue manually" %}