{% import "_modules/bsmacros.html.twig" as bs %} {% extends "baseadmin.html.twig" %} {% block title %}Transactions - {{ parent() }}{% endblock %} {% block breadcrumb %} {{ parent() }}
There are {{ disputes|length }} disputes that need attention.
| UUID | Product | Orders | Actual Amount | Expected Amount | Timestamp | User | Recipient |
|---|---|---|---|---|---|---|---|
{{ txn.uuid }} |
{{ product_repository.find(txn.productId).name }} |
{% if txn.orders|length > 0 %}
|
${{ txn.amount|number_format(2) }} {% if txn.disputed %} {% endif %} | {{ product_repository.find(txn.productId).price|tarin_price(2) }} | {{ txn.timestamp|date_tz }} | {{ get_user_by_steam(txn.usersteamid).username ?? txn.usersteamid }} | {{ get_user_by_steam(txn.recipientsteamid).username ?? txn.recipientsteamid }} |
| No transactions found. | |||||||