{% extends 'base.html' %} {% load static %} {% load helpers %} {% block content %} {% with config=settings.PLUGINS_CONFIG.netbox_topology_views %}
Network
Search
{% csrf_token %}

{% if config.allow_coordinates_saving == True %}
Settings
{% endif %}
{% endwith %} {% endblock %} {% block javascript %} {% endblock %}