{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load i18n %} {% block content %}
{% trans "IPSec Proposal" %}
{% trans "Name" %} {{ object.name }}
{% trans "Description" %} {{ object.description|placeholder }}
{% trans "Encryption algorithm" %} {{ object.get_encryption_algorithm_display }}
{% trans "Authentication algorithm" %} {{ object.get_authentication_algorithm_display }}
{% trans "SA lifetime (seconds)" %} {{ object.sa_lifetime_seconds|placeholder }}
{% trans "SA lifetime (KB)" %} {{ object.sa_lifetime_data|placeholder }}
{% trans "IPSec Policies" %} {{ object.ipsec_policies.count }}
{% plugin_left_page object %}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %} {% include 'inc/panels/tags.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}