{% load i18n sizeformat parse_date %}

{% trans "Name" %}
{{ policy_target.name|default:_("-") }}
{% trans "Description" %}
{{ policy_target.description|default:_("-") }}
{% trans "ID" %}
{{ policy_target.id }}
{% trans "Project ID" %}
{{ policy_target.tenant_id }}
{% trans "Network Service Policy" %}
{% if nsp %} {{nsp.name}} {% else %} {{ _("-") }} {% endif %}
{% if l3_policy %}
{% trans "L3 Policies" %}
{% endif %} {% if l2_policy %}
{% trans "L2 Policies" %}
{% endif %}