mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 22:18:26 -04:00
10 lines
207 B
HTML
10 lines
207 B
HTML
|
|
{% if finished_at %}
|
||
|
|
<p class='heading-small'>
|
||
|
|
Finished {{ finished_at|format_datetime }}
|
||
|
|
</p>
|
||
|
|
{% else %}
|
||
|
|
<p class='heading-small'>
|
||
|
|
Started {{ uploaded_at|format_datetime }}
|
||
|
|
</p>
|
||
|
|
{% endif %}
|