{% extends "withnav_template.html" %} {% block service_page_title %} All activity {% endblock %} {% set show_pagination %} {% if prev_page or next_page %} {% if pagination and total_jobs %}
Page {{ pagination.current }} of {{ pagination.last }} ({{ total_jobs }} total jobs)
{% endif %} {% endif %} {% endset %} {% block maincolumn_content %}| Job ID# | Template | Started | Sender | Report | Status |
|---|---|---|---|---|---|
| {{ job.job_id[:8] if job.job_id else 'Manually entered number' }} | {{ job.template_name }} | {{ job.activity_time|format_datetime_table }} | {{ job.created_by.name }} |
{% if job.can_download %}
|
{{ job.delivered_count if job.delivered_count is not none else '0' }} delivered {{ job.failed_count if job.failed_count is not none else '0' }} failed |
Note: Report data is only available for 7 days after your message has been sent
Reports are automatically generated daily at midnight and include data through the previous day. Today's activity will appear in tomorrow's report.