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

351 B

{{ comment.author.first_name }} {{ comment.author.last_name }} made a new comment on the budget {{ revision.name }} (BU-{{ revision.budget.id }}):

{% if format == 'markdown' %}

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

{{ baseurl }}{{ url('budget_view', kwargs={'id': revision.budget.id}) }}