{% extends 'generic/object.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load i18n %} {% load plugins %} {% block content %} {% include "netbox_security/inc/hierarchy_warning.html" %}
{% trans "These results describe this IP's side of each policy, not a connectivity verdict. The other endpoint, applications, and policy order also affect the outcome. Details include only visible criteria and may be incomplete." %}
{% if policy_context.policy_candidates %} {% include "netbox_security/inc/policy_candidates_table.html" with rows=policy_context.policy_candidates %} {% else %}{% trans "No policy candidates found within the displayed address relationships and zone context." %}
{% endif %} {% if policy_context.excluded_policy_candidates %}{% trans "These policies match the address, but their zone or address-book scope does not match this context." %}
{% include "netbox_security/inc/policy_candidates_table.html" with rows=policy_context.excluded_policy_candidates %}{% trans "Inherited Addresses (from parent prefixes)" %}
{% trans "Address Set Hierarchy" %}
{% trans "Direct Addresses" %}