{% spaceless %} {% load i18n %} {% load utilities %} {% with book=status.mention_books.first %} {% blocktrans with book_path=book.remote_id book=book|book_title %}started reading {{ book }}{% endblocktrans %} {% endwith %} {% endspaceless %}