{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% for category, message in messages %}
{% if category == 'message' %}
{% else %}
{% endif %}
{{ message }}
{% endfor %}
{% endif %}
{% endwith %}
Wallet Settings
Wallet Summary
{% if wallets.rows|length > 0 %}
Wallet Details
{% 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.