{% extends 'includes/base.html' %} {% block content %}

LWS Web Admin

LWS Admin: {{ config.LWS_ADMIN_URL }}

LWS RPC: {{ config.LWS_URL }}

Accounts

Add Wallet {% for address in data %} {% set _data = data[address] %} {% endfor %}
Status Wallet Address Description Height
{% if _data['wallet'] %} {{ data[address]['wallet'].name }} {% else %} add {% endif %} {{ address | shorten }} {% if _data['wallet'] %} {{ _data['wallet'].description or "-" }} {% else %} - {% endif %} {{ data[address]['scan_height'] }}
{% endblock %}