Rule violation variables
| Variable | Description |
|---|---|
| author | Person issuing the violation/warning e.g. {{ rule_violation.author.published_name }} |
| signup | Person receiving the violation/warning e.g. {{ rule_violation.signup.published_name }} |
| comment | Comment where the violation occurred e.g. {{ rule_violation.comment.content }} |
| comment_id | Comment id e.g. {{ rule_violation.comment_id }} |
| page | Page where violation occurred e.g. {{ rule_violation.page.name }} |
| page_id | Page id e.g. {{ rule_violation.page_id }} |
| rule | Rule broken e.g. {{ rule_violation.rule.name }} |
| number | What number violation was this for the signup? e.g. {{ rule_violation.number }} |