{% load i18n %} {% if book.authors %} {% blocktrans with path=book.local_path title=book.title %}{{ title }} by {% endblocktrans %}{% include 'snippets/authors.html' with book=book %} {% else %} {{ book.title }} {% endif %}