{{_('This action will switch your current pooling selection, possibly resulting in a small charge (few mojos) against your wallet. Continue anyway?')}}
{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% for category, message in messages %}
{% if category == 'message' %}
{% else %}
{% endif %}
{{ message|safe }}
{% endfor %}
{% endif %}
{% endwith %}
{% 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')}}.