{% extends "layout/base.html" %} {% block title %}FAME Marketplace Wallet{% endblock %} {% block content %}
Test Mode: Digital Euro API's are simulated. All transactions use mock data.
Organization: {{ organization.legal_name }}
Your organization doesn't have any enrolled trading accounts yet. Complete enrollment in FAME Marketplace to start using tokens.
Please follow the complete guide available on our About Us page.
{{ trading_accounts|length }} active trading account(s) in your organization
Digital Euro
Organization Wallet
{{ "%.2f"|format(de_balance.amount) }}
Available: {{ "%.2f"|format(de_balance.available) }}
{% else %}-- .--
Loading...
{% endif %}EUBAN: {{ de_balance.euban }}
{% else %}No EUBAN available
{% endif %}FAME Tokens
{{ selected_account.user_email if selected_account else 'N/A' }}
{{ "%.2f"|format(fame_balance.balance) }}
{% else %}-- .--
{% endif %}Trading Account Balance
TID: {{ selected_account.tid }}
{% else %}No account selected
{% endif %}| Type | Amount | Status | Date | Account |
|---|---|---|---|---|
| {{ tx.transaction_type|capitalize }} | {% if tx.transaction_type == 'purchase' %}-{% else %}+{% endif %}{{ "%.2f"|format(tx.amount) }} {{ tx.currency }} | {{ tx.status|capitalize }} | {{ tx.created_at.strftime('%d/%m/%Y %H:%M') }} | {{ tx.trading_account_id }} |
No transactions yet