{% extends 'generic/object.html' %}
{% load buttons %}
{% load custom_links %}
{% load helpers %}
{% load plugins %}
{% load render_table from django_tables2 %}
{% block breadcrumbs %}
{{ block.super }}
VPN Connection
{{ object.vpn_connection }}
{% endblock %}
{% block content %}
| Access List |
{{ object.vpn_connection }}
|
| local_address |
{{ object.local_address|placeholder }} |
| remote_address |
{{ object.remote_address|placeholder }} |
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %}
| Encrytion |
{{ object.encrytion }} |
| Authentication |
{{ object.authentication }} |
| DH Group |
{{ object.dh_group }} |
| Key Lifetime |
{{ object.key_lifetime }} |
{% endblock content %}