{% extends "django_mcpz/oauth/base.html" %} {% block title %}Allow access?{% endblock %} {% block content %}
{% if server_icon %}
{{ resource }}
{{ client }} wants to use this server as {{ user }}.
{% if scope %}Requested scope: {{ scope }}
{% if redirect_is_local %} After you decide, your browser will return to an application running on your computer. {% else %} After you decide, your browser will return to {{ redirect_host }}. {% endif %} Only continue if that is the application you are connecting.
{% endblock %}