54 |
55 | {# Applied filters #}
56 | {% if filter_form %}
57 |
58 | {% applied_filters model filter_form request.GET %}
59 |
60 | {% endif %}
61 |
62 |
67 |
68 | {% if filter_form %}
69 |
70 | {% include 'inc/filter_list.html' %}
71 |
72 | {% endif %}
73 |
74 |
75 | {% endwith %}
76 | {% endblock content %}
77 |
78 | {% block javascript %}
79 |
113 |
114 | {% endblock javascript %}
115 |
--------------------------------------------------------------------------------
/netbox_topology_views/templates/netbox_topology_views/individual_options.html:
--------------------------------------------------------------------------------
1 | {% extends 'generic/object_edit.html' %}
2 |
3 | {% block title %}Topology Views Individual Options{% endblock %}
4 |
5 | {% block tabs %} {% endblock tabs %}
--------------------------------------------------------------------------------
/netbox_topology_views/templates/netbox_topology_views/location_button.html:
--------------------------------------------------------------------------------
1 |