society-self-service/sstreasury/jinja2/sstreasury/email/claim_commented.md

8 lines
246 B
Markdown
Raw Normal View History

2019-12-29 00:54:44 +11:00
{{ comment.author.first_name }} {{ comment.author.last_name }} made a new comment on the reimbursement claim *{{ claim.purpose }}* (RE-{{ claim.id }}):
2019-12-28 23:23:56 +11:00
```
{{ comment.content }}
```
{{ baseurl }}{{ url('claim_view', kwargs={'id': claim.id}) }}