Flag variables
| Variable | Description |
|---|---|
| author | Person doing the flagging e.g. {{ flag.author.published_name }} |
| signup | Author of the flagged content e.g. {{ flag.signup.published_name }} |
| comment | Comment flagged e.g. {{ flag.comment.content }} |
| comment_id | Comment id e.g. {{ flag.comment_id }} |
| page | Page flagged e.g. {{ flag.page.name }} |
| page_id | Page id e.g. {{ flag.page_id }} |
| rule | Rule broken e.g. {{ flag.rule.name }} |
| content | Reason for flagging e.g. {{ flag.content }} |