{% blocktrans with object.name as tag_name %}Posts tagged with {{ tag_name }}{% endblocktrans %} {% for post in posts %} {{ post.title }} {% endfor %}