{% extends 'extras/report.html' %} {% load helpers %} {% load static %} {% block title %}{{ report.name }} {% include 'extras/inc/job_label.html' with result=result %}{% endblock %} {% block head %} {% endblock %} {% block content %}
Run: {{ result.created|annotated_date }} {% if result.completed %} Duration: {{ result.duration }} {% else %}
{{ method }} |
{{ data.success }} {{ data.info }} {{ data.warning }} {{ data.failure }} |
Time | Level | Object | Message |
---|---|---|---|
{{ method }} | |||
{{ time }} | {% if obj and url %} {{ obj }} {% elif obj %} {{ obj }} {% else %} — {% endif %} | {{ message|render_markdown }} |