{% extends 'base.html' %} {% block content %}
Multiplikation (a · b = x) {% for r in reihen if r.typ == '*' %} {{ r.name }}
{% endfor %}
Division (a : b = x) {% for r in reihen if r.typ == '/' %} {{ r.name }}
{% endfor %}




{% endblock %}