mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 05:29:38 -04:00
19 lines
391 B
HTML
19 lines
391 B
HTML
{% extends "withnav_template.html" %}
|
|
|
|
{% block page_title %}
|
|
GOV.UK Notify | Notifications activity
|
|
{% endblock %}
|
|
|
|
{% block maincolumn_content %}
|
|
|
|
<h1 class="heading-xlarge">Notifications activity</h1>
|
|
|
|
<p>This page will be where we show the list of jobs that this service has processed</p>
|
|
|
|
<p>
|
|
<a href="jobs/job">view a particular notification job</a>
|
|
</p>
|
|
|
|
|
|
{% endblock %}
|