{% load i18n %}{% url profile_detail username=tribe.creator.username as user_url %}
{% blocktrans with tribe.creator as tribe_creator and tribe.get_absolute_url as tribe_url %}{{ tribe_creator }} has created a new tribe {{ tribe }}.{% endblocktrans %}