{{ title }}
{% if not rows %}
Nothing outstanding
{% endif %} {% for row in rows %}
{% for c in row.colors %}
{% endfor %}
{% if row.due %}
{{ row.due }}
{% endif %}
{{ row.summary }}
{% endfor %} {% if more_count %}
+{{ more_count }} more
{% endif %}