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

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

{% csrf_token %}

{% blocktrans %}Are you sure you want to delete timer "{{ object }}"?{% endblocktrans %}

{% endblock content %}