{% for list_item in list_items %}
  1. {% if list_item.title %}{{ list_item.title }}:{% endif %} {{ list_item.text|safe}} {% if list_item.subtext %}{% endif %}
  2. {% endfor %}