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

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

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