{% load datetime_formatting %} {% load static_url %} {% include "partials/playbook_status_icon.html" with status=host.playbook.status %} {% url 'ui:host' host.id as host_url %} {{ host.updated | format_date }} {{ host.playbook.duration | format_duration }} {{ host.name }} {% if host.ok %} {{ host.ok }} OK {% endif %} {% if host.changed %} {{ host.changed }} CHANGED {% endif %} {% if host.failed %} {{ host.failed }} FAILED {% endif %} {% if host.unreachable %} {{ host.unreachable }} UNREACHABLE {% endif %} {% if host.skipped %} {{ host.skipped }} SKIPPED {% endif %} {% include "partials/host_facts_snippets.html" with host=host %}