{% extends "base.html" %} {% load i18n %} {% block content %}

{{ subtitle }}

{% load django_bootstrap5 %}
Are you sure than want remove the lot {{ object.name }} with {{ object.devices.count }} devices.
{% csrf_token %} {% if form.errors %} {% endif %} {% bootstrap_form form %}
{% translate "Cancel" %}
{% endblock %}