{% set display_message_status %} {% if job.template.content %}

Message

{{ current_service.name }}: {{job.template.content}}
{% endif %} {% if job.original_file_name %}

Recipient list

{% endif %}

Delivery Status

{% endset %}

{% if not job.finished_processing %} {% if job.scheduled_for %}

Your {{ 'message has' if job.notification_count == 1 else 'messages have' }} been scheduled

{{ job.template_name }} - {{ current_service.name }} was scheduled on {{ job.scheduled_for|format_datetime_normal }} by {{ job.created_by.name }}

{{display_message_status}} {% else %} {% if job.processing_started %}

Your {{ 'message is' if job.notification_count == 1 else 'messages are' }} sending

{{ job.template_name }} - {{ current_service.name }} has been sending since {{job.processing_started| format_datetime_normal}} by {{ job.created_by.name }}

{% else %}

Your {{ 'message is' if job.notification_count == 1 else 'messages are' }} pending

{{ job.template_name }} - {{ current_service.name }} has been pending since {{job.created_at|format_datetime_normal}} by {{ job.created_by.name }}

{% endif %} {{display_message_status}} {% endif %} {% elif arrived_from_preview_page_url %}

Your {{ 'message has' if job.notification_count == 1 else 'messages have' }} been sent

{{ job.template_name }} - {{ current_service.name }} was sent on {{job.processing_started|format_datetime_normal}} by {{ job.created_by.name }}

{{display_message_status}} {% endif %}

{% if job.status == 'sending limits exceeded'%}

Notify cannot send these messages because you have reached a limit. You can only send {{ current_service.message_limit|format_thousands }} messages per day and {{ 250000|format_thousands }} messages in total.

Upload this spreadsheet again tomorrow or contact the Notify.gov team to raise the limit.

{% endif %}