{% 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 job.still_processing or arrived_from_preview_page_url %} {% if job.scheduled_for %}

Your text has 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 %}

Your text has been sent

{{ job.template_name }} - {{ current_service.name }} was sent on {% if job.processing_started %} {{ job.processing_started|format_datetime_table }} {% else %} {{ job.created_at|format_datetime_table }} {% endif %} by {{ job.created_by.name }}

{{display_message_status}} {% endif %} {% 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 %}