{% extends "base.html" %} {% block title %}Inspection View - Inspection Reporting{% endblock %} {% block content %}
Installation Name: {{ inspection.installation_name }}
Location: {{ inspection.location }}
Date of Inspection: {{ inspection.inspection_date.strftime('%Y-%m-%d') }}
Reference Number: {{ inspection.reference_number }}
Version: {{ inspection.version }}
No inspectors assigned.
{% endif %}{{ inspection.observations }}
No observations recorded.
{% endif %}Caption: {{ photo.caption or 'No caption' }}
{% if photo.action_required == ActionRequired.NONE %}No action required {% elif photo.action_required == ActionRequired.URGENT %}Urgent action required {% else %}Action required before next inspection {% endif %}Conclusion Comments:
{{ inspection.conclusion_text or 'No conclusion comments provided.' }}