{% extends "base.html" %} {% block title %}| Tasks{% if not static_generation %}: {{ current_page_results }} of {{ data.count }}{% endif %}{% endblock title %} {% block body %} {% include "partials/search/tasks.html" %}
{% if data.results %} {% if not static_generation %} {% include "partials/pagination.html" %} {% endif %} {% include "partials/tables/tasks.html" with tasks=data.results %} {% else %} {% if not request.GET %}

No recorded results found.

Record a playbook with the ara callback plugin enabled and try again.

{% else %}

No results found matching your query: try clearing search filters.

{% endif %} {% endif %}
{% endblock body %}