{% load datetime_formatting %} {% load static_url %}

{% if host.ok %} {{ host.ok }} OK {% endif %} {% if host.changed %} {{ host.changed }} CHANGED {% endif %} {% if host.failed or host.unreachable %} {{ host.failed |add:host.unreachable }} FAILED {% endif %} {% if host.skipped %} {{ host.skipped }} SKIPPED {% endif %}
{% if not static_generation %}
{% endif %}
{% include "partials/search/host_results.html" %} {% if results.count %} {% if not static_generation %} {% include "partials/pagination.html" with data=results %} {% endif %}
{% for result in results.results %} {% url 'ui:playbook' playbook.id as playbook_url %} {% url 'ui:result' result.id as result_url %} {% endfor %}
Report Status Date {% include "partials/sort_by_date.html" with arg="started" %} {% include "partials/sort_by_duration.html" %} Host Action Task Tags
{% if not static_generation %} {% url 'ui:host' host.id as host_url %} {% include "partials/result_status_icon.html" with status=result.status search_url=host_url %} {% else %} {% include "partials/result_status_icon.html" with status=result.status %} {% endif %} {{ result.started | format_date }} {{ result.duration | format_duration }} {{ host.name | truncatechars:50 }} {% 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 }}
{% else %}
{% if not request.GET %}

No recorded results found for this host.

The playbook might have been interrupted or is in progress.

{% else %}

No results found matching your query: try clearing search filters.

{% endif %}
{% endif %}