{% extends "stweb/base.html" %}
{% block title %}siptrackweb - browse network{% endblock %}
{% block content %}
{% include "stweb/attributes/display_attributes.html" %}
{% include "stweb/views/networktrees/networks/display_associated_devices.html" %}
{% include "stweb/templates/display_templates.html" %}
{% include "stweb/attributes/display_boxes.html" %}
{% include "stweb/configs/display.html" %}
{% endblock %}