{%extends "base.html"%} {%block title%}Authorise User{%endblock%} {%block pagetitle%}Authenticate to the API Server{%endblock%} {%block content%} {{flash_messages()}}

You are authorising "{{client.client_metadata.client_name}}" to access Genenetwork 3 with the following scope:

Scope {%for scp in scope%}
{%endfor%}
User Credentials
{%endblock%}