{% load i18n %}

{% trans "Service Details" %}


{% trans "Name" %}
{{ service_name }}
{% trans "Type" %}
{{ service_type }}
{% trans "Domain" %}
{{ service_domain }}
{% trans "Status" %}
{{ service_status }}