Revision 2fa49646

b/templates/rule_add_mail.txt
1
A new rule creation job has spawned
2

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

  
5
rule_name: {{route.name}}
6
rule_source: {{route.source}}
7
rule_destination: {{route.destination}}
b/templates/rule_delete_mail.txt
1
A new rule removal job has spawned
2

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

  
5
rule_name: {{route.name}}
6
rule_source: {{route.source}}
7
rule_destination: {{route.destination}}
b/templates/rule_edit_mail.txt
1
A new rule edit job has spawned
2

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

  
5
rule_name: {{route.name}}
6
rule_source: {{route.source}}
7
rule_destination: {{route.destination}}
b/templates/rule_expiration.txt
1
Rule {{route.name}} expires in {{expiration_days}} days.
2

  
3
rule_name: {{route.name}}
4
rule_source: {{route.source}}
5
rule_destination: {{route.destination}}

Also available in: Unified diff