history template

master
seba 13 years ago
parent 3c722f4ea0
commit c87580f861

@ -0,0 +1,17 @@
{% extends "base.html" %}
{% block "content" %}
{% if history %}
Your personal history
{% for order in history.all %}
{{ order }} <br />
{% for item in order.purchase_set.all %}
{{item }}
{% endfor %}
<br />
{% endfor %}
{% else %}
{{ error }}
Alle alle die Orders :(
{% endif %}
{% endblock %}

Binary file not shown.
Loading…
Cancel
Save