{% extends "withnav_template.html" %} {% from "components/ajax-block.html" import ajax_block %} {% from "components/previous-next-navigation.html" import previous_next_navigation %} {% block service_page_title %} All activity {% endblock %} {% set show_pagination %} {% if prev_page or next_page %} {% endif %} {% endset %} {% block maincolumn_content %}

All activity

{% if current_user.has_permissions('manage_templates') and not current_service.all_templates %} {% endif %}

All activity

Sent jobs

{% if all_jobs_dict %} {% for job in all_jobs_dict %} {% if job.job_id %} {% endif %} {% endfor %} {% else %} {% endif %}
Job ID# Template Time sent Sender Report
{{ job.job_id 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 %}

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

{{show_pagination}}
{% endblock %}