{% extends 'generic/object.html' %} {% load buttons %} {% load static %} {% load plugins %} {% load helpers %} {% load render_table from django_tables2 %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block content %}
Tunnel settings
Status {{ object.status }}
Remote organisation {{ object.remote_organisation }}
Vpn endpoint internal {{ object.vpn_endpoint }}
Remote Ip {{ object.remote_gateway_ip }}
NAT Traversal {{ object.nat_traversal }}
Dead Peer Detection {{ object.dead_pear_detection }}
Phase 1 Proposal
Encrytion {{ object.encrytion }}
Authentication {{ object.authentication }}
DH Group {{ object.dh_group }}
Key Lifetime {{ object.key_lifetime }}
Local ID {{ object.local_id }}
Customer
Tenant {{ object.tenant }}
Customer Contact {{ object.customer_contact }}
Ordered by {{ object.ordered_by }}
Change ID {{ object.change_id }}
Phase 2
{% if perms.phase2.vpnconnectionphase2_add %} {% endif %}
{% render_table phase2_table %}
{% include 'inc/panels/comments.html' %}
{% endblock content %}