{% extends "ui/page.html" %} {% load crispy_forms_tags i18n static ui %} {% block title %}{% translate 'Delete an app authorization?' %} | {% translate 'Account' %}{% endblock %} {% block page_body %}

{% translate 'Delete an app authorization?' %}

{% include 'ui/accounts/partials/nav.html' with active_tab='apps' %} {% include 'ui/accounts/partials/apps/delete_confirmation.html' %} {% crispy form %}
{% endblock %}