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

Références

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