{% load i18n nbsp %}

{% trans "Information" %}


{% trans "Name" %}
{{ policy.name }}
{% trans "ID" %}
{{ policy.id }}
{% trans "Type" %}
{{ policy.type }}
{% trans "Spec" %}
{{ policy.policy_spec|force_escape|nbsp|linebreaksbr }}
{% trans "Created" context "Created time" %}
{{ policy.created_at|parse_isotime }}
{% if policy.updated_at %}
{% trans "Updated" context "Updated time" %}
{{ policy.updated_at|parse_isotime }}
{% endif %}