{% extends 'generic/object.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block content %}
Phase2 Network
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' %}
Advanced Phase 2 Proposal
Encrytion {{ object.encrytion }}
Authentication {{ object.authentication }}
DH Group {{ object.dh_group }}
Key Lifetime {{ object.key_lifetime }}
{% endblock content %}