{% load i18n %}{% blocktrans with topic.get_absolute_url as topic_url and post.body as txt %}The Forum topic "{{ topic }}" has been created by {{ user }}.
2
3
3
{{ user }} wrote:
4
4
5
5
{{ txt }}
6
6
7
7
-------------------------
8
8
Link to topic: http://{{ current_site }}{{ topic_url }}