{% extends "layouts/base.html" %} {% load staticfiles %} {% block title %}Incidents{% endblock %} {% block header %}{% include 'header.html' %}{% endblock %} {% block sidebar %}{% include 'sidebar.html' %}{% endblock %} {%block content %}

Dashboard

Incident history

Incidents in need of attention

{% endblock %}