{% load i18n sizeformat %}
{% trans "Name" %}
{{ service.name }}
{% trans "ID" %}
{{ service.uuid }}
{% trans "Protocol" %}
{{ service.protocol }}
{% trans "Port" %}
{{ service.port }}
{% trans "Extra" %}
{{ service.extra }}