{# included by result.html and returned bare by /links, so both paths render the same list #} {% set check_url = '/links?v=' ~ (section.value | urlencode) ~ '&t=' ~ section.type %}
{% if checking %} {# a check started before a reload is still running: this joins it rather than launching a second one #}

checking {{ section.links | length }} links, one request each…

{% elif verdicts %}

{% for name, count in tally.items() %}{{ count }} {{ name }}{% if not loop.last %} · {% endif %}{% endfor %}

Only 404 and 410 prove a page is gone. Blocked, redirected and unreachable tell you nothing either way, and nothing here was opened.{% if not demo %} {% endif %}

checking {{ section.links | length }} links, one request each…

{% elif not demo %}

checking {{ section.links | length }} links, one request each…

sends one request per link from your IP, and does not open any of them

{% endif %}