{% load static %} {% load i18n %} {% load truncate %} {% load thumb %}
{{ item.title }} {% for res in item.external_resources.all %} {{ res.site_name.label }} {% endfor %}
{% if item.isbn %}
ISBN: {{ item.isbn }}
{% endif %}
{% if item.pub_house %}{% trans '出版社:' %}{{ item.pub_house }}{% endif %}
{% if item.rating %} {% trans '评分: ' %} {{ item.rating | floatformat:1 }} {% endif %}