{% extends 'base.html' %} {% block content %}
| ID | Client | Type | Amount | Reason | Ref | Created |
|---|---|---|---|---|---|---|
| {{ r.id }} | {{ r.user_name or '-' }} | {{ r.type }} | ${{ '%.2f'|format(r.amount) }} | {{ r.reason or '-' }} | {{ r.ref_type or '-' }}{% if r.ref_id %}#{{ r.ref_id }}{% endif %} | {{ r.created_at }} |