{% extends 'generic/object.html' %} {% load static %} {% load form_helpers %} {% load i18n %} {% block content %}
{% render_form form %}
{{result_status}} results {% if appliance_type == 'both' or appliance_type == 'on-premise' %} {% if result_status == 'Cached' %} - Refresh data {% endif %} {% endif %} {% if result_status == 'Cached' %} {{ cached_time}} {% endif %}
{% include 'htmx/table.html' %}
{% endblock %}