{% extends "base.html" %} {% block title %}SLA Compliance{% endblock %} {% block extra_css %} {% endblock %} {% block content %} {# ── Sub-nav ── #} {% include 'reports/_subnav.html' %}
{{ start.strftime('%b %d, %Y') }} — {{ end.strftime('%b %d, %Y') }}
| Facility | Resolved Issues | Met SLA | Compliance % | Progress |
|---|---|---|---|---|
| {{ row.name }} | {{ row.total }} | {{ row.met }} | {% if row.pct is not none %} {{ row.pct }}% {% else %}—{% endif %} |
|