added conditional to datetime in table

This commit is contained in:
Beverly Nguyen
2024-07-11 10:42:28 -07:00
parent 5042ba8d50
commit 96e94fd7d3
2 changed files with 3 additions and 1 deletions

View File

@@ -69,7 +69,7 @@
{{ notification.template.name }}
</td>
<td class="table-field time-sent">
{{ job.processing_finished|format_datetime_table }}
{{ (job.processing_finished or job.processing_started)|format_datetime_table }}
</td>
<td class="table-field sender">
{{ notification.created_by.name }}