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