{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% for category, message in messages %}
{% if category == 'message' %}
{% else %}
{% endif %}
{{ message|safe }}
{% endfor %}
{% endif %}
{% endwith %}
{% if pools.rows|length > 0 %}
{% for pool in pools.rows %}
Pool:
{{ pool.pool_state.pool_config.pool_url }}
Status: {{pool.status}}
Current Difficulty: {{pool.pool_state.current_difficulty}}
Current Points Balance: {{pool.pool_state.current_points}}
Points Found Since Start: {{pool.pool_state.points_found_since_start}}
Points Found in Last 24 Hours: {{pool.pool_state.points_found_24h|length}}
Points Successful in Last 24 Hours: {{ pool.points_successful_last_24h }}