{% load helpers %} {% load custom_links %} {% load form_helpers %} {% load ajax_table %} {% load render_table from django_tables2 %} {% load log_levels %} {% load plugins %} {% load static %}
| Status | {% include 'extras/inc/job_label.html' with result=result %} |
| Started at | {{ result.created }} |
| User | {{ result.user }} |
| Duration |
{% if result.completed %}
{{ result.duration }}
{% else %}
{% endif %}
|