{% load i18n %}
{% trans "Application" %}
{% for application in instance.oauth_applications.all %}
{{ application.name }}
{% endfor %}