{% extends "users/settings_base.html" %} {% block title %} {{ _("OAuth2 Applications | %(username)s", username=user.username) }} {% endblock %} {% block pane %} {{ _("Create") }} {{ _("OAuth2 Documentation") }}

{{ _("OAuth2 Applications") }}

{% for client in user.clients %} {{ client.title }} {% else %} {{ _("No applications created") }} {% endfor %}
{% endblock %}