{% extends "base.html" %} {# {% block page_title %}Liste des capteurs{% endblock %} #} {% block content %} {% load django_bootstrap5 %}
{% csrf_token %}

Are you sure you want to delete "{{ object.name }}"?

{% bootstrap_form form %} {% bootstrap_button button_type="submit" content="Submit" %}
{% endblock content %}