{% extends "base.html" %} {% block content %}
Keys - chia wallet show
{% if wallets.rows|length > 0 %}
{% for wallet in wallets.rows %} {% endfor %}
Farmer Details Updated At
{{wallet.hostname}} {{wallet.details}} {{wallet.updated_at | datetimefilter}}
{% else %}
No wallets found from any farmers. Not configured?
Try running 'chia wallet show' on your farmers to verify.
{% endif %} {% endblock %}