{% extends "structuretimers/base.html" %} {% load django_bootstrap5 %} {% load i18n %} {% block content %}
{% translate "Delete Structure Timer" %}
{% csrf_token %} {% bootstrap_form form %}

{% trans "Are you sure you want to delete this timer?" %}

{{ object }}

{% include 'structuretimers/partials/cancel_button.html' %}
{% endblock content %}