8 lines
246 B
Markdown
8 lines
246 B
Markdown
{{ comment.author.first_name }} {{ comment.author.last_name }} made a new comment on the reimbursement claim *{{ claim.purpose }}* (RE-{{ claim.id }}):
|
|
|
|
```
|
|
{{ comment.content }}
|
|
```
|
|
|
|
{{ baseurl }}{{ url('claim_view', kwargs={'id': claim.id}) }}
|