{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% for category, message in messages %}
{% if category == 'message' %}
{% else %}
{% endif %}
{{ message }}
{% endfor %}
{% endif %}
{% endwith %}
{% if pools.rows|length > 0 %}
{% else %}
No {{blockchain|capitalize}} pools have been found yet. Perhaps the wallet is still syncing?
If you would like to join a pool, please select the "Settings | Pools" page to get started.