{% extends 'base.html' %} {% block title %}{{ name }} - firewall rules {% endblock %} {% block content %} {% with config=settings.PLUGINS_CONFIG.netbox_paloalto %} {% if not name %} {% include 'netbox_paloalto/search.html' %}' {% else %} {% if error %} {% include 'netbox_paloalto/error.html' %}' {% else %} {% if output|length > 0 %}
Name | Source zone | Source | Destination zone | Destination | Service | Application | Description | |
---|---|---|---|---|---|---|---|---|
{{ rule.name }} | {{ rule.fromzone|join:", " }} |
{{ rule.source|join:", " }} |
{{ rule.tozone|join:", " }} |
{{ rule.destination|join:", " }} |
{{ rule.service|join:", " }} |
{{ rule.application|join:", " }} |
{{ rule.description }} |