Statistics
| Branch: | Tag: | Revision:

root / templates / rule_edit_mail.txt @ add2e879

History | View | Annotate | Download (627 Bytes)

1
A new rule edit job has spawned
2

    
3
User {{route.applier.username}} requested the application of the following rule:
4

    
5
Match
6
* Dst Addr:{{route.destination}}
7
* Src Addr: {{route.source}}
8
* Ports:{% for port in route.ports.all %}
9
  {{ port }}{% if not forloop.last %}, {% endif %}
10
{% endfor %}
11
* Source Ports:{% for port in route.sourceport.all %}{{ port }}{% if not forloop.last %}, {% endif %}{% endfor %}
12
* Destination Ports:{% for port in route.destinationport.all %}{{ port }}{% if not forloop.last %}, {% endif %}{% endfor %}
13

    
14
*Then:{% for then in route.then.all %}{{ then }}{% if not forloop.last %}, {% endif %}{% endfor %}