{% extends 'extras/report.html' %} {% load helpers %} {% load static %} {% block head %} {% endblock %} {% block content-wrapper %}
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 }} | |