2015-11-25 16:21:28 +00:00
|
|
|
{% extends "admin_template.html" %}
|
|
|
|
|
|
|
|
|
|
{% block page_title %}
|
2015-11-30 14:53:25 +00:00
|
|
|
GOV.UK Notify | Dashboard
|
2015-11-25 16:21:28 +00:00
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
|
|
|
|
|
<div class="grid-row">
|
|
|
|
|
<div class="column-two-thirds">
|
|
|
|
|
<h1 class="heading-xlarge">Dashboard</h1>
|
|
|
|
|
|
2015-11-30 14:53:25 +00:00
|
|
|
<ul>
|
|
|
|
|
<li><a href="send-sms">Send text messages</a></li>
|
|
|
|
|
<li><a href="send-email">Send email messages</a></li>
|
2015-11-30 15:46:21 +00:00
|
|
|
<li><a href="jobs">View notifications activity</a></li>
|
2015-11-30 16:22:35 +00:00
|
|
|
<li><a href="user-profile">User profile</a></li>
|
|
|
|
|
<li><a href="manage-users">Manage users</a></li>
|
|
|
|
|
<li><a href="service-settings">Service settings</a></li>
|
|
|
|
|
<li><a href="api-keys">API keys and documentation</a></li>
|
2015-11-30 14:53:25 +00:00
|
|
|
</ul>
|
2015-11-25 16:21:28 +00:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2015-11-30 14:53:25 +00:00
|
|
|
{% endblock %}
|