{% extends 'base.html' %} {% load static %} {% block extraheadcontent %} {% endblock %} {% block title %} Pending Notifications {% endblock %} {% block pagecontent %}
Actions:
{% include "srtool_metadata_include.html" with default_category="FYI" default_url="manage_notifications" %}
{# xhr_table_url is just the current url so leave it blank #} {% url '' as xhr_table_url %} {% include 'toastertable.html' %}
{% endblock %}