mybuddy/core/templates/timer_list.html

3 lines
87 B
HTML

{% for timer in timers %}
{{ timer.name }} ({{ timer.duration }})<br/>
{% endfor %}