{% extends "base.html" %} {% block content %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% if category == 'message' %}
 
{% if summaries.rows|length > 0 %}
{% for summary in summaries.rows %} {% endfor %}
{{_('Blockchain')}} {{_('Status')}} {{_('Height')}} {{_('Plots')}} {{_('Workers')}} {{_('Max Resp.')}} {{_('Partials')}} {{_('ETW')}} Effort {{_('Wallet')}} {{_('EDV')}} {{_('EDV')}} {{local_cur_sym|upper}}
{{summary.blockchain}} {% if summary.status == 'Offline' %} {{_('Offline')}} {% elif summary.status.lower().startswith('synced') %} {{_('Synced')}} {% elif summary.status.lower().startswith('syncing') %} {{_('Syncing')}} {% elif summary.status.lower().startswith('not synced') %} {{_('Not Synced')}} {% else %} {{summary.status}} {% endif %}   {{summary.height}} {{summary.plots}} {{summary.harvesters}} {{summary.max_resp}} {{summary.partials_per_hour}} {{summary.etw}} {{summary.effort}} {{summary.wallet}} {{summary.edv}} {{summary.edv_fiat}}
{% 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 %}