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

Hey, {{ current_user.gecos }}! Logout

Authorized applications

{% for token in tokens %} {% else %} {% endfor %}
Application name Scopes Expires
{% if token.client.approved %}{% endif %} {{ token.client.name }} {% for scope in token.scopes %}{{ scope }} {% endfor %} {{ token.expires }}
{# FIXME #}
No authorized applications yet
{% endblock %}