{% for label in labels %}
{{ label.svg|safe }}
{{ label.text }}
{% if forloop.counter|divisibleby:labels_per_page %}
{% endif %} {% endfor %}