{% extends 'generic/confirmation_form.html' %} {% load helpers %} {% load i18n %} {% block title %}{% trans "Disconnect" %} {{ obj_type_plural|bettertitle }}{% endblock %} {% block message %}
{% blocktrans trimmed with count=selected_objects|length %} Are you sure you want to disconnect these {{ count }} {{ obj_type_plural }}? {% endblocktrans %}