mybuddy/core/templates/timer_list.html

3 lines
82 B
HTML
Raw Normal View History

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