{% from "components/page-header.html" import page_header %} {% extends "withnav_template.html" %} {% block org_page_title %} Organization Dashboard {% endblock %} {% block maincolumn_content %} {{ page_header('Organization Dashboard', size='large') }}
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:
| Name | Status | Usage | Primary Contact | Recent Template Used |
|---|---|---|---|---|
| {{ service.name }} | {% if not service.active %} Suspended {% elif service.restricted %} Trial {% else %} Live {% endif %} | {{ service.usage }} | {{ service.primary_contact }} | {{ service.recent_template }} |