{{ source_name(result.source_id) }}

{% if result.fetched_at %}{{ result.fetched_at | when }}{% endif %} {# only where there is a live backend and a real target behind it: not the demo, not a refusal #} {% if t and v %} {% endif %} {{ result.state | replace('_', ' ') }}

running…

{% if source_note(result.source_id) %}

{{ source_note(result.source_id) }}

{% endif %} {% if result.state == "ok" %} {# crtsh returns up to 500 subdomains and wmn hundreds of hits, so long lists get the filter links have #} {# -list so the ul's id differs from the panel div's, which shares this dom_id and would otherwise be filtered #} {% set findings_id = ([t or '', v or '', result.source_id] | dom_id) ~ '-list' %} {% if result.findings | length > 8 %} {% endif %} {% elif result.state == "empty" %}

{{ source_name(result.source_id) }} found nothing for this

{% elif result.state == "needs_key" %}

needs a key: {{ result.detail }}

{% else %}

{{ result.detail or result.state }}

{% endif %} {% if result.source_id == wmn.id and result.state in ("ok", "empty") %}

{{ wmn.credit }} WhatsMyName

{% endif %}