{% extends 'generic/_base.html' %} {% load buttons %} {% load render_table from django_tables2 %} {% load static %} {% load perms %} {% load helpers %} {% block title %}Topology Views{% endblock %} {% block head %} {% endblock %} {% block controls %}
{% block extra_controls %}{% endblock %} Download XML Download PNG
{% endblock controls %} {% block tabs %} {% endblock tabs %} {% block content %} {% with config=settings.PLUGINS_CONFIG.netbox_topology_views %}
{# Applied filters #} {% if filter_form %}
{% applied_filters model filter_form request.GET %}
{% endif %}
{% if filter_required %}
Nothing to display! Set filters and hit search button or set "Draw Default Layout" in your individual options.
{% endif %} {% if empty_result %}
Empty result set! Please review your filter settings.
Hint: Some options may produce an empty result. Use at least "Show Unconnected/Cables/Logical Connections".
{% endif %}
{% if filter_form %}
{% include 'inc/filter_list.html' %}
{% endif %}
{% endwith %} {% endblock content %} {% block javascript %} {% endblock javascript %}