mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-22 00:49:23 -04:00
16 lines
331 B
HTML
16 lines
331 B
HTML
{% extends "views/platform-admin/_base_template.html" %}
|
|
|
|
{% block per_page_title %}
|
|
Platform admin
|
|
{% endblock %}
|
|
|
|
{% block platform_admin_content %}
|
|
|
|
<h1 class="heading-large">
|
|
Reports
|
|
</h1>
|
|
|
|
<a target="_blank" href="{{ url_for('main.live_services_csv') }}">Download live services information sheet</a>
|
|
|
|
{% endblock %}
|