{% load i18n sizeformat parse_date %}
Name | ID | Protocol | Port | Direction | Action | {% for rule in rules_with_details %}
---|---|---|---|---|---|
{{rule.name|default:_("-") }} | {{rule.id}} | {{rule.classifier.protocol}} | {{rule.classifier.port_range}} | {{rule.classifier.direction}} | {% for a in rule.actions %} {{a.name}} {% endfor %} |