{% extends "base.html" %} {% load bootstrap4 %} {% block content %}

{{ application.name }}

{% if application.description %} {{ application.description|linebreaks }} {% endif %}
{% if api_key %} {% endif %}
Owner {{ application.owner }}
URL {{ application.url }}
API Key {{ api_key }}

Are you sure you want to delete this application?

{% csrf_token %} Cancel
{% endblock %}