{% 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 %}
| {% 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" %} » |