{% extends "data_explorer/table_entries_base.html" %} {% block table_headers %} {% table_header "id" "ID" min_width=60 %} {% table_header "status" min_width=100 %} {% table_header "transaction_type" "Type" min_width=100 %} {% table_header "transaction_subtype" "Subtype" min_width=100 %} {% table_header "sending_user__username" "User" min_width=100 %} {% table_header "from_wallet__id" "From" min_width=100 %} {% table_header "to_wallet__id" "To" min_width=100 %} {% table_header "usdc_amount" "USDC" min_width=100 %} {% table_header "token_amount" "Tokens" min_width=100 %} {% table_header "collateral_amount" "USDC (collateral)" min_width=165 %} {% table_header "created_at" "Date" min_width=115 %} {% endblock %} {% block table_rows %}