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

343 B

{{ comment.author.first_name }} {{ comment.author.last_name }} made a new comment on the reimbursement claim {{ claim.purpose }} (RE-{{ claim.id }}):

{% if format == 'markdown' %}

{{ comment.content|markdown }}
{% else %}{{ comment.content }}{% endif %}

{{ baseurl }}{{ url('claim_view', kwargs={'id': claim.id}) }}