{{ 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}) }}