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