{% load i18n %}{% url profile_detail username=topic.creator.username as user_url %}
{% blocktrans with topic.creator as topic_creator and topic.get_absolute_url as topic_url and topic.tribe.get_absolute_url as tribe_url and topic.tribe as topic_tribe %}{{ topic_creator }} has started a topic '{{ topic }}' in tribe {{ topic_tribe }}.{% endblocktrans %}