Files
notifications-admin/app/templates/views/organizations/organization/index.html

28 lines
978 B
HTML
Raw Normal View History

{% from "components/page-header.html" import page_header %}
{% extends "withnav_template.html" %}
2018-02-13 14:49:03 +00:00
2018-02-14 16:13:11 +00:00
{% block org_page_title %}
2025-10-06 14:12:46 -07:00
Organization Dashboard
2018-02-13 14:49:03 +00:00
{% endblock %}
{% block maincolumn_content %}
2025-10-06 14:12:46 -07:00
{{ page_header('Organization Dashboard', size='large') }}
2025-10-14 12:59:49 -07:00
<div class="margin-top-5 margin-bottom-5">
<h2 class="font-heading-lg">What is a service?</h2>
<p class="usa-body">
When you join Notify, you're added to a service. This is your organization's workspace for sending text messages and emails. Within your service, you can:
</p>
<ol class="usa-list">
<li>Create and edit message templates</li>
<li>Send messages to recipients</li>
<li>View message status and history</li>
<li>Manage team members and permissions</li>
<li>Track usage and delivery statistics</li>
<li>If you work for multiple organizations, you may belong to multiple services and can switch between them.</li>
</ol>
</div>
2018-02-13 14:49:03 +00:00
{% endblock %}