{% extends 'base.html' %} {% load static %} {% block extraheadcontent %} {% endblock %} {% block title %} All Investigations - SRTool {% endblock %} {% block pagecontent %}
{# xhr_table_url is just the current url so leave it blank #} {% url '' as xhr_table_url %} {% include 'toastertable.html' %}
{% endblock %}