| ID | +Severity | +Facility / Description | +Status | +SLA | +
|---|---|---|---|---|
| + #{{ issue.id }} + | ++ + {{ issue.severity|title }} + + | +
+ {{ issue.resolved_facility.name if issue.resolved_facility else '—' }}
+ {{ issue.description[:60] }}{% if issue.description|length > 60 %}…{% endif %}
+ |
+ + + {{ issue.status|replace('_',' ')|title }} + + | ++ {% if sla == 'breached' %} + Breached + {% elif sla == 'at_risk' %} + {{ sla_hours_remaining(issue)|abs|round(1) }}h left + {% else %} + OK + {% endif %} + | +
+ Facility: {{ inspection.facility.name }} +
+ +