{% extends "base_content.html" %} {% load i18n %} {% load extra_tags %} {% load extra_filters %} {% load humanize %} {% block title %}{% spaceless %}{{ book.title }}-{% trans "reading channel" %}{% endspaceless %}{% endblock %} {% block forejs %} {% endblock %} {% block content %}
《{{ book.title }}》
{% if author_info.blog_url %} {% endif %}
{% trans "[author]" %} {{ book.author }}
{% trans "[publisher]" %} {{ book.publication }}
{% trans "[publication date]" %} {{ book.published_at|date:"Y-m" }}
{% trans "[price]" %} {{ book.price }} {% trans "currency unit" %}
{% trans "[pages]" %} {{ book.pages }} {% trans "pages abbreviation" %}
{% trans "[tags]" %} {{ book.tagnames }}
 
{% trans "author blog" %} »
{% trans "book directory" %} »
{% trans "buy online" %} »
{% trans "ask the author" %}
{% for question in questions.object_list %} {% if question.favourite_count %} {% if question.favorited_myself %}
{{question.favourite_count|intcomma}}
{% else %}
{{question.favourite_count|intcomma}}
{% endif %} {% else %}
{% endif %}

{% endfor %}
{% endblock %} {% block tail %}
{% cnprog_paginator context %}
{% trans "subscribe to the questions feed" %}
{% endblock %}