Time at the start of the purge |
{{ event_times.purge_start.strftime('%H:%M:%S') if event_times.purge_start }} |
Time at the end of the purge |
{{ event_times.purge_complete.strftime('%H:%M:%S') if event_times.purge_complete }} |
Time at the start of the fill |
{{ event_times.fill_start.strftime('%H:%M:%S') if event_times.fill_start }} |
Time at the end of the fill |
{{ event_times.fill_complete.strftime('%H:%M:%S') if event_times.fill_complete }} |
Time when the purge or fill failed |
{{ event_times.fail_time.strftime('%H:%M:%S') if event_times.fail_time }} |
Time when the purge or fill was aborted |
{{ event_times.abort_time.strftime('%H:%M:%S') if event_times.abort_time }} |