{% extends 'base.html' %} {% load humanize %} {% load filter %} {% block content %}
| Date | Amount | Value | Rate | Actions | |
|---|---|---|---|---|---|
| {{ transaction.date_valid }} | {{ transaction.amount_before_fee|floatformat:3 }} {{ transaction.crypto_currency }} | {{ transaction.amount|formatcurrency }} {{ transaction.fiat_currency }} | {% if transaction.amount < 0 %} {{ transaction.exchange_rate|formatcurrency }} {{ transaction.crypto_currency }}/{{ transaction.fiat_currency }} {% endif %} | {% if transaction.amount > 0 %} {{ transaction.exchange_rate|formatcurrency }} {{ transaction.crypto_currency }}/{{ transaction.fiat_currency }} {% endif %} | Edit Delete |