{% extends 'wallets/base.html' %} {% block content %} {% load static %}

{{ symbol | upper }} wallet

Total balance: {{ total_balance }}

{% for address in list %}

{{ address }}

Balance: {{ address.balance }}

Go to address

{% endfor %} {% endblock content %}