{% extends "layouts/app.html" %} {% block title %}Create New Report - Facilities Management{% endblock %} {% block sidebar %} {% include 'components/sidebar.html' %} {% endblock %} {% block topbar %}

Create New Report

Select report type and configure sections

{% endblock %} {% block content %}

Step 1: Report Type

What kind of FM report are you creating?

Inspection Report

Site visit, condition survey, routine property inspection

Most Common

Incident Report

Reactive incident, damage report, emergency response

Investigation

Root cause analysis, recurring fault investigation, complaints

Assessment

Compliance check, risk assessment, contractor evaluation

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