{% extends "gchecky/base.html" %} {% block title %}List of processed orders{% endblock %} {% block page %} {% block page_head %}
The orders (below) are being processed in the real time on the server side.
Hit Refresh button in your browser to update the order list (or just press F5 if you are using Firefox, Opera, or IE).
# | created | msgs | owner | items | price | state | money |
---|---|---|---|---|---|---|---|
{{order.id}} | {{order.created|timesince}} | {{order.message_set.count}} | {{order.user_id}} | {{order.purchase_set.count}} | {{order.total}} {{order.currency}} | {{order.state}} | {{order.payment}} |