{% extends "base.html" %} {% block title %}{{ t('wallet') }} — {{ t('brand') }}{% endblock %} {% block content %}
{{ t('wallet_note') }}
| {{ t('type') }} | {{ t('amount') }} | {{ t('reason') }} | {{ t('date') }} | {{ t('status') }} |
|---|---|---|---|---|
| {{ tx.kind }} | {{ '+' if tx.amount>0 else '' }}{{ tx.amount }} | {{ tx.reason or '—' }} | {{ tx.created_at.strftime('%m/%d %H:%M') }} | {{ tx.status }} |
| {{ t('no_data') }} | ||||