{% extends "oauth2_provider/application_detail.html" %} {% load i18n %} {% block content %} {% if application.org %}
{% blocktrans with org_name=application.org.name %}This application is under {{ org_name }}'s management. All administrators of the organization may make changes to it.{% endblocktrans %}
{% endif %} {{ block.super }} {% endblock content %}