{% include 'tom_calendar/partials/target_list_block.html' with target_list=event.target_list %}
{{ event.title|truncatechars:16 }}
{% if event.active_todos.count %}
({{ event.active_todos.count }})
{% endif %}
{{ event.start_time|offset_time:utc_offset|time:"H:i" }}
{% endfor %}
{% endfor %}
{% endfor %}
{% for target_list in target_lists %}
{% include 'tom_calendar/partials/target_list_block.html' with target_list=target_list %}
{{ target_list.name }}
{% endfor %}