{% load wagtailcore_tags %}
    {% for item in self.items %}
  1. {% if not forloop.first %}
    {% endif %}

    {{ item.content }}

    {% if not forloop.last %}
    {% endif %}
  2. {% endfor %}