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

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

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