{% extends "base.html" %} {% block content %}
{% if summaries.rows|length > 0 %}
{% for summary in summaries.rows %} {% endfor %}
Blockchain Status Height Plots Workers Max Resp. Partials ETW Wallet EDV EDV US
{{summary.blockchain}} {% if summary.status == 'Offline' %} {% elif summary.status.lower().startswith('synced') %} {% else %} {% endif %}   {{summary.status}} {{summary.height}} {{summary.plots}} {{summary.harvesters}} {{summary.max_resp}} {{summary.partials_per_hour}} {{summary.etw}} {{summary.wallet}} {{summary.edv}} {{summary.edv_usd}}
{% else %}
No blockchains found from any farmers. Just starting up?
Please allow at least 15 minutes for blockchains to get started.
{% endif %} {% endblock %} {% block scripts %} {% endblock %}