{% extends "base.html" %} {% block bodydata %} data-app-id="{{application.id}}"{% endblock %} {% block title %} | Application: {{application.name}}{% endblock %} {% block main %} {% csrf_token %}
{% include 'snippets/messages.html' %}
Application

{{ application.name }}

{% if application.description %}

{{ application.description|linebreaksbr }}

{% endif %}
{{ users }}
users currently use this app

Client ID: {{ application.client_id }}

Client secret: {{ application.client_secret }}

Settings

{% csrf_token %}

Be careful!

Delete application

If you delete the application there's no way back.

Delete this application
{% endblock %} {% block modals %} {% endblock %} {% block libraries %} {% endblock %}