{% extends "authentic2/manager/sidebar.html" %} {% load i18n %} {% block messages %} {% endblock %} {% block main %} {% if title %}

{{ title }}

{% endif %}
{% csrf_token %}
{% block caption %}

{% blocktrans with user_count=object.user_set.count service_count=object.service_set.count %}There are currently {{ user_count }} users and {{ service_count }} services in this organizational unit. They will all be deleted. Are you sure you want to delete organizational unit "{{ object }}" ?{% endblocktrans %}

{% endblock %}
{% trans "Cancel" %}
{% endblock %}