{% load helpers %} {% load log_levels %} {% load plugins %} {% load static %}
Summary of Results
{% if result.completed %} {% else %} {% endif %} {% if result.completed %} {% for grouping, data in result.data.items %} {% if grouping != "total" and grouping != "output" %} {% endif %} {% endfor %} {% endif %}
Status {% include 'extras/inc/job_label.html' with result=result %}
Started at {{ result.created }}
User {{ result.user }}
Duration{{ result.duration }}
{{ grouping }}
{% plugin_left_page result %}
{% include 'inc/custom_fields_panel.html' %} {% plugin_right_page result %}
{% if result.completed %}
Logs
{% for grouping, data in result.data.items %} {% if grouping != "total" and grouping != "output" %} {% for time, level, obj, url, message in data.log %} {% endfor %} {% endif %} {% endfor %}
Time Level Object Message
{{ grouping }}
{{ time }} {% log_level level %} {% if obj and url %} {{ obj }} {% elif obj %} {{ obj }} {% endif %} {{ message | render_markdown }}
{% else %}
Pending results
{% endif %}