{% extends "base.html" %} {% load truncatepath %} {% block title %}| Host #{{ host.id }}: {{ results.count }} results on {{ host.name | truncatechars:50 }} for {{ host.playbook.path | truncatepath:50 }}{% endblock %} {% block body %}
{% include "partials/playbook_card.html" with playbook=host.playbook %}

{% include "partials/host_facts.html" %}

{% include "partials/host_results.html" %}

{% endblock %}