{% load render_richtext from richtext %} {% if richtext_footnotes %}
    {% for footnote in richtext_footnotes %}
  1. {% render_richtext footnote.content %}
  2. {% endfor %}
{% endif %}