{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% block title %}{% trans "NWFilters" %} - {{ compute.name }}{% endblock %} {% block content %}
{% trans "UUID:" %}
{% trans "Name:" %}
{{ uuid }}
{{ name }}
{% trans "XML:" %}
{% trans "Filter References:" %}
# | {% trans "Reference" %} | {% trans "Action" %} | ||
---|---|---|---|---|
{{ forloop.counter }} | {{ ref }} |
{% trans "Rule" %} | {% trans "ActionType" %} | {% trans "Direction" %} | {% trans "Priority" %} | {% trans "Statematch" %} | {% trans "Directives" %} | {% trans "Action" %} | ||
---|---|---|---|---|---|---|---|---|
{{ forloop.counter }} | {{ rule.action }} | {{ rule.direction }} | {{ rule.priority }} | {{ rule.statematch }} | {{ rule.directives }} |