k4ever/k4ever/buyable/templates/buyables/itemBought.html

16 lines
275 B
HTML
Raw Normal View History

2010-10-19 01:03:38 +02:00
{% extends "base.html" %}
{% block "content" %}
{% if not error %}
{% if item1 %}
You got the item {{ item1 }}
{% endif %}
{% if item2 %}
You got the second item {{ item2 }}
{% endif %}
{% else %}
{{ error }}
Junge junge junge
{% endif %}
{% endblock %}