{% extends 'generic/object.html' %} {% load buttons %} {% load helpers %} {% load perms %} {% load plugins %} {% load i18n %} {% block content %}
{% trans "Service Template" %}
{% trans "Name" %} {{ object.name }}
{% trans "Protocol" %} {{ object.get_protocol_display }}
{% trans "Ports" %} {{ object.port_list }}
{% trans "Description" %} {{ object.description|placeholder }}
{% plugin_left_page object %}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}