{% import 'macros.html' as macros %} {% for date, day in days.items() %} {% if day.month_title %} {% endif %} {% if day.visible_in_export %} {% for todo in day.linked_todos_as_list %} {% if todo.visible %} {% endif %} {% endfor %} {% endif %} {% endfor %}
### {{ day.month_title }} ###
# {{ date }} ({{ day.weekday }}) {{ day.comment|e }}
{% if "cancelled" in todo.tags %}{% endif %} {{ macros.doneness_string(todo, true) }} {% if "deadline" in todo.tags %}DEADLINE: {% endif %} {{ todo.title|e }} {%if "cancelled" in todo.tags%}{% endif %} {{ todo.comment|e }}