{% extends 'babybuddy/page.html' %} {% load humanize i18n widget_tweaks %} {% block title %} {% blocktrans %}Delete All Inactive Timers{% endblocktrans %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% csrf_token %}

{% blocktrans trimmed with number=timer_count|apnumber|intcomma count counter=timer_count %} Are you sure you want to delete {{ number }} inactive timer? {% plural %} Are you sure you want to delete {{ number }} inactive timers? {% endblocktrans %}

{% trans "Cancel" %}
{% endblock %}