{% extends "base.html" %} {% block title %}Inspection #{{ inspection.id }} — Results{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
| {{ hdr }} | {% endfor %}
|---|
| {{ row.get(hdr, '') }} | {% endfor %}
No form fields found for this template.
{% endif %} {# ── Issues ── #} {% if issues %}| Severity | Area | Description | Status | |
|---|---|---|---|---|
| {{ issue.severity|title }} | {{ issue.area.name }} | {{ issue.description[:80] }}{% if issue.description|length > 80 %}…{% endif %} | {{ issue.status|replace('_',' ')|title }} | View |