{% 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 %} {% endblock %}