{% extends 'includes/base.html' %} {% block content %} Go Back {% set info = wallet.get_wallet_info() %}

{{ wallet.name }}

{{ wallet.description }}
{{ wallet.date }}

Restore Height: {{ wallet.restore_height }}

Address: {{ wallet.address }}

Scanned Height: {{ info['scanned_height'] }} ({{ info['blockchain_height'] - info['scanned_height'] }} blocks away from top)

Chain Height: {{ info['blockchain_height'] }}

Spent Outputs: {{ info['spent_outputs'] | length }}

rescan {% if request.args.get('disable') %} are you sure? {% else %} disable {% endif %} {% endblock %}