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

{{ title }}

{% endif %}
{% csrf_token %}
{% block caption %} {% if object.user_set.count or object.service_set.count %}

{% 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.{% endblocktrans %} {% endif %}

{% blocktrans %}Are you sure you want to delete organizational unit "{{ object }}"?{% endblocktrans %}

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