{% extends 'cards/timer.html' %} {% block header %}Active Timers{% endblock %} {% block title %} {% with instances|length as count %} {{ count }} active timer{{ count|pluralize }} {% endwith %} {% endblock %} {% block listgroup %} {% endblock %} {% block footer %} Timers help us time things... {% endblock %}