{% extends 'base.html' %} {% block content %}
{% for a in aufgaben %}
{{ a.a }} {% if a.t.typ == '*' %}·{% elif a.t.typ == '/'%}:{% else %}{{ a.t.typ }}{% endif %} {{ a.b }}{{ a.c }} =
{% if (loop.index % maxPerPage == 0) and (not loop.last) %}
{% endif %} {% endfor %}
{% endblock %}