{% extends 'generic/object.html' %} {% load i18n %} {% load helpers %} {% load plugins %} {% block content %}
{% trans "Security Policy" %}
{% if object.description %} {% endif %} {% if object.rule_comment_template %} {% endif %}
{% trans "Name" %} {{ object.name }}
{% trans "Type" %} {{ object.get_rulebook_type_display }}
{% trans "Description" %} {{ object.description|placeholder }}
{% trans "Rule Comment Template" %}
{{ object.rule_comment_template }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} {% plugin_left_page object %}
{% plugin_right_page object %}
{% plugin_full_width_page object %} {% endblock %}