검측 이력

{{ project.name }} | 생성일: {{ today }} | 총 {{ inspections|length }}건
{% for insp in inspections %} {% endfor %}
No.요청일검측 항목위치상태결과검측자
{{ loop.index }} {{ insp.requested_date }} {{ insp.inspection_type }} {{ insp.location_detail or '-' }} {% if insp.status.value == 'completed' %}완료 {% elif insp.status.value == 'sent' %}발송됨 {% else %}초안{% endif %} {% if insp.result %} {% if insp.result.value == 'pass' %}합격 {% elif insp.result.value == 'fail' %}불합격 {% else %}조건부{% endif %} {% else %}-{% endif %} {{ insp.inspector_name or '-' }}