A new rule creation job has spawned Peer: {{route.applier.get_profile.peer.peer_name}} User {{route.applier.username}} requested the application of the following rule from address {{address}} : 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 %}