{% extends "base.html" %} {% from "_helpers.html" import format_currency, render_field, render_submit %} {% block content %} {% if not mdb_online or not proc_online %}
Use the keypad to select a product.
{% if current_transaction %} Cancel transaction {% if current_transaction.user != current_user %} (by {{ current_transaction.user }}) {% endif %} {% else %} Begin transaction {% endif %}Name | Balance |
---|---|
{{ user }} | {{ format_currency(user.balance) }} |
Wow! Nobody's due! |
Name | Amount | Purchases |
---|---|---|
{{ user }} | {{ format_currency(user.purchase_amount) }} | {{ user.purchase_count }} |
Huh? |
Type | Amount | Date |
---|---|---|
{{ tx.type }} {% if not tx.finished %}(processing){% endif %} {% if tx.type == 'transfer' and tx.amount > 0 %} from {{ tx.related }} {% elif tx.type == 'transfer' and tx.amount < 0 %} to {{ tx.related }} {% elif tx.type == 'purchase' and tx.product_id %} of product {{ tx.product_id }} {% endif %} | {{ format_currency(tx.amount) }} | {{ tx.created }} |
Nothing to see here... | ||
See more... |
{{ config['INPUT_ADDRESS'] }}
{% endwith %}
{% endblock %} {% block tail_js %} {% endblock %}Kowalski czuje zapach pieniędzy.
Someone famous