{% load i18n nbsp %}

{% trans "Information" %}


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