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