{% extends "base.html" %} {% block content %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% if category == 'message' %} {% if pools.blockchains|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.
For more, see the Machinaris wiki.
{% endif %} {% endblock %} {% block scripts %} {% endblock %}