{% extends "base.html" %} {% block scripts %} {% end %} {% block css %} {% end %} {% block title %} {% set currency_title = '' %} {% if args['currency'] %} {% set currency_title = ' ' + args['currency'] %} {% end %}
Description | Credit | Debit | {% if not currency or currency == 'BTC' %}BTC Balance | {% end %} {% if not currency or currency == fiat_currency %}{{ fiat_currency }} Balance | {% end %}Date (UTC) |
---|---|---|---|---|---|
{{ table_entry.get('description', '') }} | {{ table_entry.get('credit', '') }} | {{ table_entry.get('debit', '') }} | {% if not currency or currency == 'BTC' %}{{ table_entry['balance'].get('BTC') }} | {% end %} {% if not currency or currency == fiat_currency %}{{ table_entry['balance'].get(fiat_currency) }} | {% end %}{{ table_entry.get('date') }} |