change time column

This commit is contained in:
Beverly Nguyen
2024-01-24 11:15:35 -08:00
parent 65bccb3f95
commit c9ed1ab59d

View File

@@ -37,7 +37,7 @@
caption_visible=False, caption_visible=False,
border_visible=True, border_visible=True,
empty_message='No batched job messages found  (messages are kept for {} days)'.format(service_data_retention_days)|safe, empty_message='No batched job messages found  (messages are kept for {} days)'.format(service_data_retention_days)|safe,
field_headings=['File Name','Template','Time Sent', 'Sender', '# of Recipeints', "Report"], field_headings=['File Name','Template','Time Sent', 'Sender', '# of Recipients', "Report"],
field_headings_visible=False field_headings_visible=False
) %} ) %}
{% if item.job.original_file_name and item.job.id and item.template %} {% if item.job.original_file_name and item.job.id and item.template %}
@@ -48,10 +48,8 @@
{{ item.template.name }} {{ item.template.name }}
{% endcall %} {% endcall %}
{% call row_heading() %} {% call row_heading() %}
{{ item.status|format_notification_status_as_time( {{ (item.updated_at or item.created_at)| format_datetime_short_america
item.created_at|format_datetime_short_america, }}
(item.updated_at or item.created_at)|format_datetime_short_america
) }}
{% endcall %} {% endcall %}
{% call row_heading() %} {% call row_heading() %}
{{ item.created_by.name }} {{ item.created_by.name }}