{% load insight_tags %}
    {% for item in items %}
  1. {% if not forloop.first %} {% endif %} {% if item.completed %} {% icon name="check" size="s" %} {% elif item.bullet_icon %} {% icon item.bullet_icon %} {% elif item.bullet_text %} {{ item.bullet_text }} {% else %} {% endif %}
    {{ item.title}} {{ item.description }}
  2. {% endfor %}