{% extends 'oauth2/master.twig' %} {% block body %}

{{ app.name }}

{{ app.summary }}

{% if app.isTrusted %}This is an official application. Things should probably just implicitly authorise if we hit this.{% else %}This is a third-party application.{% endif %}

You are logged in as {{ auth.user.name }}.

{% if auth.guise is defined %}

Are you {{ auth.guise.name }} and did you mean to use your own account? Click here and reload this page.

{% endif %}
{% endblock %}