{% extends 'common/base.html' %} {% block title %}::L2 Networks{% endblock %} {% block content %}
{% include 'navigation/inventory/sidebar.html' %}
{% for object in l2networks %} {% endfor %}

{{ object.name }}

{% if object.hardware %}

{{ object.hardware }}

{% endif %}
{{ object.location_pretty }} {{ object.type.name }}
{% endblock %}