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