{% extends "item_base.html" %} {% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load mastodon %} {% load strip_scheme %} {% load thumb %} {% block head %} {% if item.author %} {% endif %} {% if item.isbn %}{% endif %} {% endblock %} {% block details %}
{% if item.isbn %} {% trans 'ISBN' %}: {{ item.isbn }} {% endif %}
{% include '_people.html' with people=item.author role='author' max=5 %}
{% include '_people.html' with people=item.translator role='translator' max=5 %}
{% if item.pub_house %} {% trans 'publishing house' %}: {{ item.pub_house }} {% endif %}
{% if item.imprint %} {% trans 'imprint' %}: {{ item.imprint }} {% endif %}
{% if item.pub_year %} {% trans 'publication date' %}: {{ item.pub_year }} {% if item.pub_month %}-{{ item.pub_month }}{% endif %} {% endif %}
{% if item.series %} {% trans 'series' %}: {{ item.series }} {% endif %}
{% include '_people.html' with people=item.language role='language' max=10 %}
{% if item.binding %} {% trans 'binding' %}: {{ item.binding }} {% endif %}
{% if item.price %} {% trans 'price' %}: {{ item.price }} {% endif %}
{% if item.pages %} {% trans 'number of pages' %}: {{ item.pages }} {% endif %}
{% if item.other_info %} {% for k, v in item.other_info.items %}
{{ k }}: {{ v|urlizetrunc:24 }}
{% endfor %} {% endif %} {% endblock %} {% block content %} {% if item.contents %}
contents

{{ item.contents | linebreaksbr }}

{% endif %} {% endblock %} {% block left_sidebar %} {% with related_books=item.sibling_items %} {% if related_books.count > 0 %}
{% trans 'other editions' %} {% for b in related_books %}
{{ b.display_title }} {{ b.title_deco }} {% comment %} {% for res in b.external_resources.all %} {{ res.site_name.label }} {% endfor %} {% endcomment %}
{% endfor %}
{% endif %} {% endwith %} {% if item.isbn %}
{% trans 'Borrow or Buy' %}
WorldCat
Open Library
OAPEN
Bookshop.org
Amazon DE JP UK
Kobo JP TW US
多抓鱼 孔夫子旧书
博客来 Readmoo 讀墨
{% endif %} {% endblock %}