{% if job.scheduled_for %} {% if job.processing_started %}

{{ job.template_name }} - {{ current_service.name }}

Was sent on {{ job.created_at|format_datetime_short_12h }} by {{ job.created_by.name }}

{% else %}

{{ job.template_name }} - {{ current_service.name }}

Was scheduled on {{ job.scheduled_for|format_datetime_short_12h }} by {{ job.created_by.name }}

{% endif %} {% else %}

{{ job.template_name }} - {{ current_service.name }}

Was sent on {{ job.created_at|format_datetime_short_12h }} by {{ job.created_by.name }}

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