{% load sekizai_tags %} {% addtoblock 'css' %} {% endaddtoblock %} {% spaceless %} {% if footnotes %}
{% for footnote_plugin in footnotes %} {% with counter=forloop.counter %} {% endwith %} {% endfor %}
{{ footnote_plugin.symbol|default:counter }}. {{ footnote_plugin.body|safe }}
{% endif %} {% endspaceless %}