{% load wagtailcore_tags %} {% if page.footnotes_list %}

    {% for footnote in page.footnotes_list %}
  1. {{ footnote.text|richtext }}  
  2. {% endfor %}
{% endif %}