Rule {{route.name}} expires {% ifequal expiration_days 0 %}today{% else%}in {{expiration_days}} day{{ expiration_days|pluralize }}{% endifequal %} Match * Dst Addr:{{route.destination}} * Src Addr: {{route.source}} * Ports:{% for port in route.ports.all %} {{ port }}{% if not forloop.last %}, {% endif %} {% endfor %} * Source Ports:{% for port in route.sourceport.all %}{{ port }}{% if not forloop.last %}, {% endif %}{% endfor %} * Destination Ports:{% for port in route.destinationport.all %}{{ port }}{% if not forloop.last %}, {% endif %}{% endfor %} *Then:{% for then in route.then.all %}{{ then }}{% if not forloop.last %}, {% endif %}{% endfor %} Visit {{url}} to edit the rule.