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

6 lines
343 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
2020-08-28 11:27:31 +10:00
{% if format == 'markdown' %}<div class="quote">{{ comment.content|markdown }}</div>{% else %}{{ comment.content }}{% endif %}
2019-12-28 23:23:56 +11:00
{{ baseurl }}{{ url('claim_view', kwargs={'id': claim.id}) }}