{% extends "allianceauth/base.html" %} {% load i18n %} {% block page_title %}{% translate "Delete Timer" %}{% endblock page_title %} {% block content %}

{% translate "Delete Structure Timer" %}

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

{{ object }}

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