{% for task in tasks %}
  • {% if task["icon"] == "check" %} {% elif task["icon"] == "prog" %} {% endif %}

    {{task["desc_plain"]}} {{task["desc_bold"]}}

    {{task["date"]}}
  • {% endfor %}