{% load datetime_formatting %} {% load static_url %}
Report | Status | Host | Action | Task | Tags | ||
---|---|---|---|---|---|---|---|
{% if not static_generation %} {% include "partials/result_status_icon.html" with status=result.status search_url=playbook_url %} {% else %} {% include "partials/result_status_icon.html" with status=result.status %} {% endif %} | {{ result.started | format_date }} | {{ result.duration | format_duration }} | {% if not static_generation %} {{ result.host.name | truncatechars:50 }} {% else %} {{ result.host.name | truncatechars:50 }} {% endif %} {% if result.delegated_to %} {% endif %} | {% if not static_generation %} {% url 'ui:file' result.task.file as file_url %} {{ result.task.action }} {% else %} {{ result.task.action }} {% endif %} | {% if not static_generation %} {{ result.task.name }} {% else %} {{ result.task.name }} {% endif %} | {{ result.task.tags | length }} |