{% extends "core/base.html" %} {% load i18n %} {% block browser_title %}{% trans "Revoke access" %}{% endblock %} {% block page_title %}{% trans "Revoke access" %}{% endblock %} {% block content %}

warning {% trans "Are you sure to revoke the access for this application?" %}

{% csrf_token %} delete {% trans "Revoke" %} cancel {% trans "Cancel" %}
{% endblock %}