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