{% include "vesper/header-prefix.html" %}
Job {{job.id}}
{% load static %}
{% include "vesper/navbar.html" %}
Job {{job.id}} - {{command_name}}
Command:
{{job.command}}
Status:
{{job.status}}
Start time:
{{job.start_time}}
End time:
{{job.end_time}}
Log:
{{job.log}}