{% extends 'index.html' %} {% load static %} {% load custom_filters %} {% block title %} Incident Reporting System {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Incident Reporting System

Submit New Incident Report

Total Reports: {{ incident_reports|length }}


{% endblock %}