{% extends 'common/base.html' %} {% block title %}::{{ object }}{% endblock %} {% block content %}

{{ object }}

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

{{ object.display_name }}

{% if object.hardware %}

{{ object.hardware }}

{% endif %} {% if object.label.all %} {% endif %}
{{ object.ipv4address }} {{ object.location_pretty }} {{ object.type.name }}
{% include 'common/detail_buttons.html' with object_name=object %} {% endblock content %}