{% extends "layouts/content_with_sidebar.html" %} {% block extrahead %} {{ block.super }} {% endblock %} {% block sidebar %}

Job information

Submitted by:
{{ job.submitter }}
{% if job.requested_device %}
Requested device:
{{ job.requested_device }}
{% endif %} {% if job.requested_device_type %}
Requested type:
{{ job.requested_device_type }}
{% endif %} {% for tag in job.tags.all %} {% if forloop.first %} {% if forloop.revcounter > 1 %}
Required Device Tags
{% else %}
Required Device Tag
{% endif %} {% endif %}
{{ tag.name }}
{% endfor %} {% if job.description %}
Description:
{{ job.description }}
{% endif %}
Status:
{{ job.get_status_display }}
{% if job.actual_device %}
On device:
{{ job.actual_device }}
{% endif %}
Submitted at:
{{ job.submit_time }}
Started at:
{{ job.start_time|default:"not started" }}
Finished at:
{{ job.end_time|default:"not finished" }}

Views

{% if show_cancel %}

Actions

{% csrf_token %}
{% endif %} {% endblock %}