{% extends "core/base.html" %} {% load i18n %} {% block browser_title %}{% blocktrans %}OAuth2 Applications{% endblocktrans %}{% endblock %} {% block page_title %} chevron_left {% trans "Back" %} {{ application.name }} {% endblock %} {% block content %} edit {% trans "Edit" %} delete_forever {% trans "Delete" %}
{% trans "Client id" %} {{ application.client_id }}
{% trans "Client secret"%} {{ application.client_secret }}
{% trans "Client type"%} {{ application.client_type }}
{% trans "Authorization Grant Type"%} {{ application.authorization_grant_type }}
{% trans "Redirect URIs"%} {{ application.redirect_uris }}
{% endblock %}