{% extends "withnav_template.html" %} {% block service_page_title %} All activity {% endblock %} {% set show_pagination %} {% if prev_page or next_page %} {% endif %} {% endset %} {% block maincolumn_content %}

All activity

All activity

Sent jobs

{% if all_jobs_dict %} {% for job in all_jobs_dict %} {% endfor %} {% else %} {% endif %}
Job ID# Template Time sent Sender Report
{{ job.job_id[:8] if job.job_id else 'Manually entered number' }} {{ job.template_name }} {{ (job.processing_finished if job.processing_finished else job.processing_started if job.processing_started else job.created_at)|format_datetime_table }} {{ job.created_by.name }} {% if job.time_left != "Data no longer available" %} File Download Icon {% elif job %} N/A {% endif %}
No batched job messages found (messages are kept for {{ service_data_retention_days }} days).

Note: Report data is only available for 7 days after your message has been sent

{{show_pagination}}
{% endblock %}