{% extends "withnav_template.html" %} {% from "components/banner.html" import banner %} {% from "components/page-footer.html" import page_footer %} {% from "components/page-header.html" import page_header %} {% from "components/components/back-link/macro.njk" import usaBackLink %} {% block service_page_title %} {{ "Message status" }} {% endblock %} {% block maincolumn_content %} {{ page_header("Message status") }} {% if not job.finished_processing %}

This page refreshes automatically to show the latest message activity delivery rates, details, and reports.
You can watch it in progress or check back later.

{% endif %}
{% if not job.finished_processing and FEATURE_SOCKET_ENABLED %}
{% endif %} {{ partials['status']|safe }} {% if not job.finished_processing and FEATURE_SOCKET_ENABLED %}
{% endif %} {% if not finished and FEATURE_SOCKET_ENABLED %}
{% endif %} {{ partials['counts']|safe }} {% if not finished and FEATURE_SOCKET_ENABLED %}
{% endif %}

Messages are sent immediately to the cell phone carrier, but will remain in "pending" status until we hear back from the carrier they have received it and attempted deliver. More information on delivery status.

{% if not job.processing_finished and FEATURE_SOCKET_ENABLED %}
{% endif %} {{ partials['notifications']|safe }} {% if not job.processing_finished and FEATURE_SOCKET_ENABLED %}
{% endif %}
{% endblock %}