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