{% extends 'core/page.html' %} {% load i18n %} {% load core_tags %} {% block page %}
{% blocktrans with label=object.provider.label %}You are about to permanently delete the {{ label }}.{% endblocktrans %}
{% trans 'This action cannot be undone!' %}
{% bootstrap_delete_form submit=_('Delete integration') %} {% endblock %}