8 lines
224 B
Markdown
8 lines
224 B
Markdown
{{ comment.author.first_name }} {{ comment.author.last_name }} made a new comment on the budget *{{ revision.name }}*:
|
|
|
|
```
|
|
{{ comment.content }}
|
|
```
|
|
|
|
{{ baseurl }}{{ url('budget_view', kwargs={'id': revision.budget.id}) }}
|