{% if objects %}{% csrf_token %}
    {% for node in objects %}
  1. {{node}}
  2. {% endfor %}
{% endif %}