{% if tasks|length == 0 %}
  •   {% if authorize_url %} Grant Access {% else %} Add More Tasks {% endif %}
  • {% endif %} {% for task in tasks %}
  • {% if task.status == "completed" %} ✓ {% else %}   {% endif %} {{ task.title_short }}
  • {% endfor %}