{% extends 'generic/object.html' %} {% load buttons %} {% load helpers %} {% load perms %} {% load plugins %} {% block breadcrumbs %} {{ block.super }} {% if object.device %} {% elif object.virtual_machine %} {% endif %} {% endblock %} {% block content %}
Service
Name {{ object.name }}
Parent {{ object.parent }}
Protocol {{ object.get_protocol_display }}
Ports {{ object.port_list }}
IP Addresses {% for ipaddress in object.ipaddresses.all %} {{ ipaddress }}
{% empty %} None {% endfor %}
Description {{ object.description|placeholder }}
{% plugin_left_page object %}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}