{% extends 'generic/object.html' %} {% load i18n %} {% block content %}
{% trans "Firewall Filter Rules" %}
{% if object.description %} {% endif %} {% if object.firewall_filter %} {% endif %}
{% trans "Name" %} {{ object.name }}
{% trans "Index" %} {{ object.index }}
{% trans "Description" %} {{ object.description|placeholder }}
{% trans "Firewall Filter" %} {{ object.firewall_filter|linkify|placeholder }}
{% include 'netbox_security/inc/settings.html' %}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %} {% include 'inc/panels/tags.html' %}
{% endblock %}