{% extends 'base.html' %} {% block title %}{{ account.name }}{% endblock %} {% block content %}
| Type | Direction | Amount | Description | Date |
|---|---|---|---|---|
| {{ tx.get_tx_type_display }} | {% if tx.direction == 'in' %} ↑ In {% else %} ↓ Out {% endif %} | {{ business.currency }} {{ tx.amount|floatformat:0 }} | {{ tx.description|default:"—" }} | {{ tx.date|date:"d M Y" }} |
| No transactions yet | ||||