history template
This commit is contained in:
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 %}
|
BIN
k4ever/k4ever.db
BIN
k4ever/k4ever.db
Binary file not shown.
Loading…
Reference in New Issue