{% load i18n sizeformat parse_date %}

{% trans "Security Service Overview" %}


{% trans "Type" %}
{{ sec_service.type }}
{% trans "Name" %}
{{ sec_service.name }}
{% trans "ID" %}
{{ sec_service.id }}
{% if sec_service.description %}
{% trans "Description" %}
{{ sec_service.description }}
{% endif %}
{% trans "Created at" %}
{{ sec_service.created_at|parse_date }}

{% trans "Security Service Details" %}


{% trans "DNS IP" %}
{{ sec_service.dns_ip }}
{% trans "Organizational Unit" %}
{{ sec_service.ou }}
{% trans "Server" %}
{{ sec_service.server }}
{% trans "Domain" %}
{{ sec_service.domain }}
{% trans "User" %}
{{ sec_service.user }}