{% extends "auth/secure.html" %}{% load i18n %} {% block content %}

{% blocktrans %}Redirecting to {{ service_name }}{% endblocktrans %}…

{% blocktrans %}This page provides information from {{ service_name }}, requiring you to allow access from {{ site_name }} to your {{ service_name }} account.{% endblocktrans %}

{% blocktrans %}Select Proceed… to be redirected to {{ service_name }} to confirm that you agree that access should be granted. If this page is not what you expected, selectCancel.{% endblocktrans %}

{% blocktrans %}To revoke access from {{ site_name }} in the future, you can do so from within {{ service_name }} (refer to the {{ service_name }} documentation for information on how to do this). If you wish to remove access from one of your devices, head to Security preferences at the bottom of any authenticated page on {{ site_name }}.{% endblocktrans %}

{% endblock %}