{% extends "hobo/base.html" %} {% load gadjo i18n %} {% block appbar %}

{% blocktrans with title=view.application.name %}Uninstalling "{{ title }}"{% endblocktrans %}

{% endblock %} {% block content %}
{% csrf_token %}

{% trans 'Are you sure you want to uninstall this application?' %}

{% trans "All components and associated data will be removed." %} {% trans "(roles won't be uninstalled)" %}

{{ form|with_template }}
{% trans 'Cancel' %}
{% endblock %}