{% 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 %}
| 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 }} |
| Encrytion |
{{ object.encrytion }} |
| Authentication |
{{ object.authentication }} |
| DH Group |
{{ object.dh_group }} |
| Key Lifetime |
{{ object.key_lifetime }} |
| Local ID |
{{ object.local_id }} |
| Tenant |
{{ object.tenant }} |
| Customer Contact |
{{ object.customer_contact }} |
| Ordered by |
{{ object.ordered_by }} |
| Change ID |
{{ object.change_id }} |
{% render_table phase2_table %}
{% include 'inc/panels/comments.html' %}
{% endblock content %}