mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-04 06:28:24 -04:00
16 lines
351 B
HTML
16 lines
351 B
HTML
|
|
{% from 'components/ajax-block.html' import ajax_block %}
|
||
|
|
|
||
|
|
{% extends "withnav_template.html" %}
|
||
|
|
|
||
|
|
{% block service_page_title %}
|
||
|
|
Previous alerts
|
||
|
|
{% endblock %}
|
||
|
|
|
||
|
|
{% block maincolumn_content %}
|
||
|
|
|
||
|
|
<h1 class="heading-medium govuk-!-margin-bottom-2">Previous alerts</h1>
|
||
|
|
|
||
|
|
{% include('views/broadcast/partials/dashboard-table.html') %}
|
||
|
|
|
||
|
|
{% endblock %}
|