{% extends 'base.html' %} {% block content %}
{% for a in aufgaben %}
{{ a }} =
{% if (loop.index % 80 == 0) and (not loop.last) %}
{% endif %} {% endfor %}
{% endblock %}