{% extends 'base.html' %} {% load helpers %} {% load static %} {% block title %}{{ report.name }}{% endblock %} {% block content %}
{% if perms.extras.run_report %} {% endif %}{{ report.description }}
{% endif %}Run: {{ result.created }} {% if result.completed %} Duration: {{ result.duration }} {% else %} {% endif %} {% include 'extras/inc/job_label.html' with result=result %}
{% if result.completed and result.status != 'errored' %}{{ method }} |
Time | Level | Object | Message |
---|---|---|---|
{{ method }} | |||
{{ time }} | {% if obj and url %} {{ obj }} {% elif obj %} {{ obj }} {% endif %} | {{ message }} |