{% extends "base.html" %} {% block content %}

Authorize {{ client.app_name }}

The application {{ client.app_name }} is requesting access to your FHIR data.

Scopes Requested:
    {% for scope in scopes %}
  • {{ scope }}
  • {% endfor %}
{{ form.hidden_tag() }}
{% endblock %}