{% extends 'base.html' %} {% load buttons %} {% load render_table from django_tables2 %} {% load static %} {% load perms %} {% load helpers %} {% load topology_tags %} {% block title %}Topology Views{% endblock %} {% block extra_styles %} {% endblock %} {% block content %}
{% block extra_controls %}{% endblock %} Download XML Download PNG
{% with config=settings.PLUGINS_CONFIG.nautobot_topology_views %}
{% if filter_form %}{% topology_applied_filters filter_form request %}{% 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 'nautobot_topology_views/inc/filter_list.html' %}
{% endif %}
{% endwith %} {% endblock content %} {% block javascript %} {% endblock javascript %}