{% extends 'generic/object.html' %} {% load i18n %} {% load helpers %} {% load plugins %} {% block head %} {{ block.super }} {% include "netbox_nsm/inc/rulebook_page_head.html" %} {% endblock head %} {% block breadcrumbs %} {% if object.rulebook %} {% else %} {% endif %} {% endblock breadcrumbs %} {% block content %}
Security Rule
{% if object.description %} {% endif %}
Rulebook {{ object.rulebook|linkify|placeholder }}
{% trans "Index" %} {{ object.index }}
{% trans "Status" %} {% if object.enabled %}{% trans "Enabled" %}{% else %}{% trans "Disabled" %}{% endif %}
{% trans "Name" %} {{ object.name }}
{% trans "Source" %} {% for item in source_objects %}{{ item|linkify }}{% if not forloop.last %}, {% endif %}{% empty %}-{% endfor %}
{% trans "Destination" %} {% for item in destination_objects %}{{ item|linkify }}{% if not forloop.last %}, {% endif %}{% empty %}-{% endfor %}
{% trans "Service" %} {% for item in service_objects %}{{ item|linkify }}{% if not forloop.last %}, {% endif %}{% empty %}-{% endfor %}
Action {% for item in action_objects %}{{ item|linkify }}{% if not forloop.last %}, {% endif %}{% empty %}-{% endfor %}
Description {{ object.description|placeholder }}
{% 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 %}