{% load static %}
{% for vis in data.visualisations.all %}

Visualisation {{ forloop.counter }}

{% endfor %}