{% extends 'generic/_base.html' %} {% load buttons %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% load static %} {% load i18n %} {% block title %}Topology Viewer{% endblock %} {% block tabs %} {% endblock tabs %} {% block content %}
{# Applied filters #} {% if filter_form %} {% applied_filters model filter_form request.GET %} {% endif %}
{# Filters tab #} {% if filter_form %}
{% include 'inc/filter_list.html' %}
{% endif %} {# /Filters tab #}
{% endblock content %} {% block javascript %} {% endblock javascript %}