This action will switch your current pooling selection, possibly resulting in a small charge (mojos of
XCH) 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 plotnfts.rows|length > 0 %}
{% for plotnft in plotnfts.rows %}
{{plotnft.hostname}} - {{plotnft.blockchain}}
{{plotnft.details}}
{% endfor %}
{% else %}
No plotnft info yet. Please refresh in a few minutes.