{% extends "base.html" %} {% block title %}Follow-up Closure Rate{% endblock %} {% block content %} {# ── Sub-nav ── #} {% include 'reports/_subnav.html' %}
{{ start.strftime('%b %d, %Y') }} — {{ end.strftime('%b %d, %Y') }} · Inspections flagged for follow-up and whether a re-inspection was completed.
| Facility | Flagged | Re-inspected | Closure Rate | Progress |
|---|---|---|---|---|
| {{ row.name }} | {{ row.total }} | {{ row.closed }} | {{ row.rate }}% |
|