{% 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 must be logged in to authorise applications. Log in or create an account and reload this page to try again.

{% endblock %}