Files
notifications-admin/app/templates/partials/jobs/status.html
T

10 lines
207 B
HTML
Raw Normal View History

2016-03-02 17:36:20 +00:00
{% 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 %}