{% extends "page.html" %} {% block login_widget %} {% endblock login_widget %} {% block main %}

Accept sharing invitation

You ({{ user.name }}) have been invited to access {{ owner.name }}'s server {%- if spawner.name %}({{ spawner.name }}){%- endif %} at {{ spawner_url }}

{% if not spawner_ready %}

The server at {{ spawner_url }} is not currently running. After accepting permission, you may need to ask {{ owner.name }} to start the server before you can access it.

{% endif %}
By accepting the invitation, you will be granted the following permissions, restricted to this particular server:
{# these are the 'real' inputs to the form -#} {% for scope_info in scope_descriptions -%}
{% endfor -%}
{% endblock main %}