{% extends "layout.html" %} {% block content -%}
{% for playbook in playbooks.items -%} {% include "report.html" -%} {% endfor -%}
Displaying {{ playbooks.items |length }} playbook reports out of a total of {{ playbooks.total }}.
{% if playbooks.pages > 1 -%}
{% endif -%}
{% endblock -%}