{% extends 'layouts/index.html' %} {% block content %} {% load widget_tweaks %} {% block page_main_action_hidden %} {% comment %} Hidden button to act as default button to filter. Selected because first in DOM {% endcomment %} {% endblock%}

{% block page_title %} {% endblock%}

{% block page_actions %} {% endblock %}
{% if filter %} {% include "incidents/filter.html"%} {% endif%} {% block page_content %} {% endblock%}
{% endblock %}