{% 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 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 %}