{% 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') }}
{{ current_org.name }} administrators can access and manage all services, and invite or remove other organization administrators.
Services are your organization's workspaces for sending text messages and emails. If you have multiple teams using Notify for different purposes, it is helpful to set up a separate Service for each team, with its own managers and templates. There is no limit to the number of Services you can create, and messages sent by all of your Services contribute to your overall messaging usage. Within each Service, you can:
| Name | Status | Usage | Primary Contact | Last Used | Actions |
|---|---|---|---|---|---|
| {{ service.name }} | {% if not service.active %} Archived {% elif service.restricted %} Trial {% else %} Live {% endif %} | {{ service.usage }} | {{ service.primary_contact }} | {{ service.recent_template }} | {% if service.active %} {% set is_managing = edit_service_data and edit_service_data.id == service.id %} {% if is_managing %} Manage {% else %} Manage {% endif %} {% endif %} |