{% if transaction.type == 'IN' %}
↑
{% else %}
↓
{% endif %}
{% if transaction.is_paid %}
✓
{% else %}
○
{% endif %}
{{ transaction.description }}
{{ transaction.amount }}
{% if transaction.exchanged_amount %}
{{ transaction.exchanged_amount.prefix }}{{ transaction.exchanged_amount.amount }}{{ transaction.exchanged_amount.suffix }}
{% endif %}