{% extends "layouts/app.html" %} {% block title %}Edit: {{ artefact.title }} - Facilities Management{% endblock %} {% block sidebar %} {% include 'components/sidebar.html' %} {% endblock %} {% block topbar %}

{{ artefact.title }}

{% if artefact.artefact_type == 'engagement' %}Inspection Report{% elif artefact.artefact_type == 'incident' %}Incident Report{% elif artefact.artefact_type == 'investigation' %}Investigation{% elif artefact.artefact_type == 'assessment' %}Assessment{% else %}{{ artefact.artefact_type|title }}{% endif %} ยท {{ artefact.status }}

{% endblock %} {% block content %}

Report Details

Context Layer

Define the analysis context to drive all modules consistently

Version Notes

{% endblock %} {% block scripts %} {% endblock %}