mybuddy/core/templates/timer_list.html

3 lines
87 B
HTML
Raw Normal View History

2017-08-16 22:53:53 +00:00
{% for timer in timers %}
{{ timer.name }} ({{ timer.duration }})<br/>
2017-08-16 22:53:53 +00:00
{% endfor %}