{% extends 'common/base.html' %} {% block title %}::IPv4 Network::{{ ipv4network }}{% endblock %} {% block content %}
{% include 'navigation/inventory/sidebar.html' %}

{{ ipv4network }}

Address {{ ipv4network.address }}
Netmask {{ ipv4network.netmask }}
Gateway {{ ipv4network.gateway }}
L2 Network {{ ipv4network.l2network }}
Location {{ ipv4network.location }}
{% for object in ipv4network.inventory_objects.all %} {% endfor %}
Name IPv4 Address Location Type

{{ object.name }}

{% if object.hardware %}

{{ object.hardware }}

{% endif %} {% if object.label.all %} {% endif %}
{{ object.ipv4address }} {{ object.location_pretty }} {{ object.type.name }}
{% endblock %}