{% extends "base.html" %} {% block title %}{{ tracker.canonical_url }} — {{ app_name }}{% endblock %} {% block content %}
{{ tracker.current_status }} · {{ t('score') }}: {% if metrics.score is not none %}{{ metrics.score }}{% else %}{{ t('score_insufficient') }}{% endif %} {% if metrics.provisional %}{{ t('provisional') }}{% endif %}
{{ t('terminal_cname') }}: {{ tracker.terminal_cname or '—' }}
{{ t('infra_fp') }}: {{ tracker.infrastructure_fingerprint or '—' }}
{{ t('asn') }}: {% if tracker.asn %}AS{{ tracker.asn }} {{ tracker.network_name or '' }}{% else %}{{ t('unknown') }}{% endif %} · {{ t('country') }}: {{ tracker.country_code or t('unknown') }}
{{ d.record_type }} {{ d.value }}{{ t('shared_infra_blurb') }}
| {{ t('when') }} | {{ t('col_status') }} | {{ t('th_latency') }} | {{ t('valid') }} | {{ t('error') }} |
|---|---|---|---|---|
| {{ p.checked_at|dt }} | {{ p.status }} | {{ p.latency_ms|ms }} | {{ t('yes') if p.response_valid else t('no') }} | {% if p.error_kind %}{{ p.error_kind }}{% if p.error_detail %}: {{ p.error_detail }}{% endif %}{% else %}—{% endif %} |
| {{ t('no_probes') }} | ||||