{% extends 'baseadmin.html.twig' %} {% import "_modules/bsmacros.html.twig" as bs %} {% block title %}{{ parent() }} - View Customer{% endblock %} {% block breadcrumb %} {{ parent() }}
| IP Address | Last Seen |
|---|---|
| {{ ip.address }} | {{ ip.lastSeenAt|date_tz }} |
| UUID | Amount | Status | Date | |
|---|---|---|---|---|
| {{ txn.uuid }} | ${{ txn.amount|number_format(2) }} | {% if txn.disputed %} {% else %} {% endif %} | {{ txn.timestamp|date_tz }} | |
| No transactions found. | ||||