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

{% translate "Delete Timer" %} {% include 'timerboard/index_button.html' %}

{% csrf_token %}

{% blocktranslate %}Are you sure you want to delete timer "{{ object }}"?{% endblocktranslate %}

{% endblock content %}