{% extends "base.html" %} {% block scripts %} {% end %} {% block css %} {% end %} {% block title %}
Read the docs to turn on burn-tracking. {% end %}
Type | Amount | Description | Date (UTC) | |
{{ 'BURN' if burn_transaction.transaction_type == 'DEPOSIT' else 'REVERSE' }} | {{ burn_transaction.amount }} | {% if 'description' in burn_transaction.transaction_details %}{{ burn_transaction.transaction_details['description'] }} | {% else %}{{ burn_transaction.transaction_details.get('notes', '') }} | {% end %}{{ burn_transaction.time_completed }} |