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

{% translate "Footnotes" %}

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