{% extends '_base.html' %} {% load render_table from django_tables2 %} {% block title %}{{ ipaddress }}{% endblock %} {% block content %}
{% if perms.ipam.change_ipaddress %} Edit this Service Port {% endif %} {% if perms.ipam.delete_ipaddress %} Delete this Service Port {% endif %}

{{ service_port }}

Service Port
Device {{ service_port.ip_address.device }} ({{ service_port.ip_address.interface }})
IP Address {{ service_port.ip_address }}
Name {{ service_port.name }}
Description {% if service_port.description %} {{ service_port.description }} {% else %} N/A {% endif %}
Created {{ service_port.created }}
Last Updated {{ service_port.last_updated }}
{% endblock %}