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