{% extends "base.html" %} {% block content %}
Keys - chia wallet show
{% if wallets.rows|length > 0 %}
{% for wallet in wallets.rows %} {% endfor %}
Worker Fork Details Updated At
{{wallet.displayname}} {{wallet.blockchain}} {{wallet.details}} {{wallet.updated_at | datetimefilter}}
{% else %}
No wallet status received. Perhaps just starting? Please allow at least 10 minutes to update.
You can also try running 'chia wallet show' on your fullnode's in-container shell to verify.
{% endif %} {% endblock %}