{% load i18n sizeformat parse_date %}

{% trans "Name" %}
{{ ikepolicy.name|default:_("None") }}
{% trans "Description" %}
{{ ikepolicy.description|default:_("None") }}
{% trans "ID" %}
{{ ikepolicy.id }}
{% trans "Project ID" %}
{{ ikepolicy.tenant_id }}
{% trans "Authorization algorithm" %}
{{ ikepolicy.auth_algorithm }}
{% trans "Encryption algorithm" %}
{{ ikepolicy.encryption_algorithm }}
{% trans "IKE version" %}
{{ ikepolicy.ike_version }}
{% trans "Lifetime Units" %}
{{ ikepolicy.lifetime.units }}
{% trans "Lifetime Value" %}
{{ ikepolicy.lifetime.value }}
{% trans "Perfect Forward Secrecy" %}
{{ ikepolicy.pfs }}
{% trans "IKE Phase1 negotiation mode" %}
{{ ikepolicy.phase1_negotiation_mode }}