{% extends "base.html" %} {% load pygments_highlights %} {% load datetime_formatting %} {% load diff_result %} {% load static_url %} {% block title %}| Result #{{ result.id }}: [{{ result.status }}] {{ result.task.action }} on {{ result.host.name }} for "{{ result.task.name }}"{% endblock title %} {% block body %}
Field | Value |
---|---|
{{ field }} | {% if field == "diff" %} {{ value | diff_result | format_data | safe }} {% elif field == "results" %} {% include "partials/nested_results.html" with results=value %} {% else %} {{ value | format_data | safe }} {% endif %} |