{{ done_count }}/{{ total }} done
{% if todos %} {% for todo in todos %}
{{ todo[1] }} {{ todo[3].strftime('%b %d') if todo[3] else '' }}
{% endfor %} {% else %}
๐Ÿ“‹

No tasks yet. Add one above!

{% endif %}