{% extends 'cards/base.html' %} {% load i18n %} {% block header %} {% trans "Timers" %} {% endblock %} {% block title %} {% with instances|length as count %} {% blocktrans trimmed count counter=count %} {{ count }} timer {% plural %} {{ count }} timers {% endblocktrans %} {% endwith %} {% endblock %} {% block listgroup %}
{% blocktrans trimmed with start=timer.start|time user=timer.user_username %} Started by {{ user }} at {{ start }} {% endblocktrans %}
{% endfor %}