{% extends "base.html" %} {% block title %}{{ case.subject }} — Locate{% endblock %} {% block content %} {% if case.sensitivity == 'minor' %}
{% endif %}{{ case.purpose }}
{% endif %} {% if footprint.retention.set %}{% if footprint.retention.expired %}⚑ Retention expired {{ footprint.retention.until }} — purge recommended {% else %}Retention until {{ footprint.retention.until }} ({{ footprint.retention.days_left }} days left){% endif %}
{% endif %}| {{ s.kind }}{% if s.polarity == 'negative' %} NEG{% endif %} | eff {{ "%.2f"|format(s.effective_confidence) }} ({{ "%.2f"|format(s.kind_confidence) }}×{{ "%.2f"|format(s.attribution_confidence) }}) | {% if s.source_url %}{{ s.source }} ↗{% else %}{{ s.source }}{% endif %} | {{ s.observed_at[:10] if s.observed_at else 'undated' }} |
| Kind | Place | Eff (kind×attr) | Source | Observed | |
|---|---|---|---|---|---|
| {{ s.kind }}{% if s.polarity == 'negative' %} NEG{% endif %}{% if s.entry == 'manual' %} ✎{% endif %}{% if s.scrubbed %} ⚑ scrubbed{% endif %} | {{ s.place.city or s.place.region or s.place.country or '—' }}{% if s.place.zip %} {{ s.place.zip }}{% endif %} | {{ "%.2f"|format(s.effective_confidence) }} ({{ "%.2f"|format(s.kind_confidence) }}×{{ "%.2f"|format(s.attribution_confidence) }}) | {% if s.source_url %}{{ s.source }} ↗{% else %}{{ s.source }}{% endif %} | {{ s.observed_at[:10] if s.observed_at else '—' }} |