{% extends "base.html" %} {% load datetime_formatting %} {% load truncatepath %} {% block body %}
{% include "partials/playbook_card.html" %}

{% include "partials/playbook_hosts.html" %}
{% include "partials/playbook_files.html" %}
{% include "partials/playbook_records.html" %}

{% include "partials/playbook_results.html" %}
{% endblock %}