{% load i18n %} {% blocktrans trimmed with book_title=obj.title book_author=obj.author_text %} ‘{{ book_title }}’{% if book_author %} by {{ book_author }}{% endif %} {% endblocktrans %} {{obj.description|default:""}} {% if obj.isbn_13 %}{% trans "ISBN 13:" %} {{ obj.isbn_13 }}{% endif %} {% if obj.oclc_number %}{% trans "OCLC Number:" %} {{ obj.oclc_number }}{% endif %} {% if obj.asin %}{% trans "ASIN:" %} {{ obj.asin }}{% endif %} {% if obj.aasin %}{% trans "Audible ASIN:" %} {{ obj.aasin }}{% endif %} {% if obj.isfdb %}{% trans "ISFDB ID:" %} {{ obj.isfdb }}{% endif %} {% if obj.goodreads_key %}{% trans "Goodreads:" %} {{ obj.goodreads_key }}{% endif %}