{% extends "base.html" %} {% block content %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% if category == 'message' %} {% if blockchains|length > 0 %} {% else %}
No wallets found yet. Perhaps this is a brand-new installation? If so, please wait for complete start-up.
For more on Pooling, see the Machinaris wiki.
{% endif %} {% endblock %} {% block scripts %} {% endblock %}