{% if found %}

{% if found|length == 1 %}Found one Mastio:{% else %}Found {{ found|length }} candidates:{% endif %}

{% for mastio in found %}
{% if mastio.org_id %} {{ mastio.org_id }} · {% endif %} {{ mastio.trust_domain }}
{% if mastio.mode == 'configured' %} Configured {% else %} Not yet configured {% endif %}
{{ mastio.base_url }}
{% if mastio.ca_fingerprint_grouped %}
CA SHA-256 fingerprint: {{ mastio.ca_fingerprint_grouped }}
{% endif %} {% if mastio.mode == 'configured' and mastio.ca_fingerprint_sha256 %}
{% else %}

This Mastio is reachable but not yet configured. Open its admin dashboard to complete first-boot setup, then refresh.

{% endif %}
{% endfor %} {% else %}
No Mastio found on local addresses.

Try entering the URL your admin gave you instead.

{% endif %} {% if errors %}
Probe details ({{ errors|length }} address{{ 'es' if errors|length != 1 else '' }} unreachable)
{% endif %}