{% extends "dash/base.html" %} {% load dash_tags %} {% block title %}Results{% endblock %} {% block nav-results-active %}active{% endblock %} {% block breadcrumbs %} Results {% if "minion" in filters %} {% endif %} {% endblock %} {% block extra-nav %} {% if has_system_jobs %} Hide system jobs {% else %} Show system jobs {% endif %}
{% endblock %} {% block container %} {% for result in object_list %} {% include "dash/_result_card.html" with collapsed="true" show_job="true" %} {% endfor %} {% include "dash/_pagination.html" %} {% get_minions as minions %} {% endblock %}