mybuddy/core/templates/timer_list.html

3 lines
82 B
HTML

{% for timer in timers %}
{{ timer.name }} ({{ timer.duration }})
{% endfor %}