mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
15 lines
450 B
HTML
15 lines
450 B
HTML
{% from "components/previous-next-navigation.html" import previous_next_navigation %}
|
||
{% extends "withnav_template.html" %}
|
||
|
||
{% block page_title %}
|
||
Notifications activity – GOV.UK Notify
|
||
{% endblock %}
|
||
|
||
{% block maincolumn_content %}
|
||
<h1 class="heading-large">Uploaded files</h1>
|
||
<div class="dashboard">
|
||
{% include 'views/dashboard/_jobs.html' %}
|
||
{{ previous_next_navigation(prev_page, next_page) }}
|
||
</div>
|
||
{% endblock %}
|