{% extends "base.html" %} {% block "content" %} {% if history %} Your personal history {% for order in history.all %} {{ order }}
{% for item in order.purchase_set.all %} {{item }} {% endfor %}
{% endfor %} {% else %} {{ error }} Alle alle die Orders :( {% endif %} {% endblock %}