{% load wagtailcore_tags %}

<ol>
  {% for item in value %}
    <li>{{ item }}</li>
  {% endfor %}
</ol>