| 공사명 | {{ project.name }} | ||
|---|---|---|---|
| 검측 항목 | {{ inspection_type_label }} | 요청일 | {{ inspection.requested_date }} |
| 위치 / 부위 | {{ inspection.location_detail or '-' }} | 결과 | {% if inspection.result %} {% if inspection.result.value == 'pass' %}합격 {% elif inspection.result.value == 'fail' %}불합격 {% else %}조건부합격{% endif %} {% else %}-{% endif %} |
| 검측자 | {{ inspection.inspector_name }} | ||
| No. | 검측 항목 | 기준값 | 확인 |
|---|---|---|---|
| {{ loop.index }} | {{ item.get('item', item) if item is mapping else item }} | {{ item.get('standard', '') if item is mapping else '' }} | □ |
| {{ inspection.notes }} |