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