{% from "components/table.html" import list_table, field, right_aligned_field_heading, row_heading, notification_status_field %} {% from "components/page-footer.html" import page_footer %}
Sending will start {{ job.scheduled_for|format_datetime_relative }}
{% else %} {% if notifications %}Report is {{ "{:.0f}%".format(percentage_complete) }} complete…
{% elif notifications %}Download this report {{ time_left }}
{% endif %} {% endif %} {% call(item, row_number) list_table( notifications, caption=uploaded_file_name, caption_visible=False, empty_message="No messages to show", field_headings=[ 'Recipient', 'Status' ], field_headings_visible=False ) %} {% call row_heading() %}{{ item.to }}
{% endcall %} {{ notification_status_field(item) }} {% endcall %} {% if more_than_one_page %}Only showing the first 50 rows
{% endif %} {% if notifications %}