{% extends "base.html" %} {% block extra_css %} {% endblock %} {% block content %}
{% if wallets %} {% for wallet in wallets %} {% endfor %} {% endif %}
Name FIL Balance Address FFS Type
{{ wallet["name"] }} {{ wallet["balance"] }} {{ wallet["address"] }} {{ wallet["ffs"] }} {{ wallet["type"] }}

Deal history

Coming soon.
{% endblock %} {% block extra_js %} {% endblock %}