{% extends "base.html" %}
{% block title %}| Playbooks{% if not static_generation %}: {{ current_page_results }} of {{ data.count }}{% endif %}{% endblock title %}
{% block body %}
{% include "partials/search/playbooks.html" %}
{% if data.results %}
{% if not static_generation %}
{% include "partials/pagination.html" %}
{% endif %}
{% include "partials/tables/playbooks.html" with playbooks=data.results %}
{% else %}
{% if not request.GET %}
No recorded results found.
Record a playbook with the ara callback plugin enabled and try again.