{% 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') }}

Overall {{ selected_year }} Total Message Allowance

Total Services
{{ total_services }}
{{ live_services }} Live {{ trial_services }} Trial {{ suspended_services }} Suspended
Agreement Period
Jan 1 - Dec 31
What is a service?

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:

  1. Create and edit message templates
  2. Send messages to recipients
  3. View message status and history
  4. Manage team members and permissions
  5. Track usage and delivery statistics
  6. If you work for multiple organizations, you may belong to multiple services and can switch between them.

Services Overview

{% if services %} {% for service in services %} {% endfor %} {% else %} {% endif %}
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 }}
No services found within this organization
{% endblock %}