{% extends "statusboard/base.html" %} {% load humanize %} {% load statusboard_extras %} {% block content %}

Incidents reported in {{ month|date:"F Y" }}

{% include "statusboard/incidents/list_snippet.html" with incidents=object_list only %} {% include "statusboard/incidents/archive_paginate_snippet.html" with previous_month=previous_month next_month=next_month only %}
{% endblock %}