{% load helpers %} {% load custom_links %} {% load form_helpers %} {% load render_table from django_tables2 %} {% load log_levels %} {% load plugins %} {% load static %}
Summary of Results
{% if result.completed %} {% else %} {% endif %}
Status {% include 'extras/inc/job_label.html' with result=result %}
Started at {{ result.created }}
User {{ result.user }}
Duration{{ result.duration }}
{% plugin_left_page result %}
{% include 'inc/custom_fields_panel.html' %} {% plugin_right_page result %}
{% if log_table %}
{% csrf_token %}
Logs
{% if request.user.is_authenticated %} {% endif %}
{% render_table log_table 'inc/table.html' %}
{% table_config_form log_table %} {% else %} {% endif %}