{% extends "authentic2/manager/delete.html" %} {% load i18n %} {% block messages %} {% endblock %} {% block caption %} {% blocktrans with user_count=object.user_set.count role_count=object.role_set.count service_count=object.service_set.count %}
There are currently in this organizational unit:
They will all be deleted. Are you sure you want to delete organizational unit "{{ object }}"?
{% endblocktrans %} {% endblock %}