{% extends 'common/base.html' %} {% block title %}::{{ object }}{% endblock %} {% block content %}
| Address | {{ object.address }} |
| Netmask | {{ object.netmask }} |
| Gateway | {{ object.gateway }} |
| L2 Network | {{ object.l2network }} |
| Location | {{ object.location }} |
| Name | IPv4 Address | Location | Type |
|---|---|---|---|
|
{% if object.hardware %} {{ object.hardware }} {% endif %} {% if object.label.all %} {% endif %} |
{{ object.ipv4address }} | {{ object.location_pretty }} | {{ object.type.name }} |