Cleaning schedule
{% if tasks %}
{% for task in tasks %}
{% if not task.active %}
<inactive>
{% endif %} {{task.shift}}
{% endfor %}
{% else %}
No cleaning tasks!
{% endif %}