{% extends 'base.html' %} {% block title %}timer tasks{% endblock %} {% block head %} {% endblock %} {% block body %}

Get the list of timer tasks.

{% if tasks.items|length == 0 %} {% endif %} {% endblock %}