{% extends "django_mcpz/oauth/base.html" %} {% block title %}Allow access?{% endblock %} {% block content %}

Allow access?

{% if server_icon %} {% if server_icon_dark %} {% endif %} {% endif %} {{ server_title }}
{{ resource }}

{{ client }} wants to use this server as {{ user }}.

{% if scope %}

Requested scope: {{ scope }}

{% endif %}

{% 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.

{% csrf_token %}
{% endblock %}