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