{% load i18n %}{% url profile_detail username=post.author.username as author_url %}
{% blocktrans with post.author as post_author and post.get_absolute_url as post_url and post.title as post_title %}{{ post_author }} has posted {{ post_title }} to their blog.{% endblocktrans %}