{% extends 'generic/object.html' %} {% load buttons %} {% load helpers %} {% load perms %} {% load plugins %} {% block content %}
Service Template
Name {{ object.name }}
Protocol {{ object.get_protocol_display }}
Ports {{ object.port_list }}
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 %}