{% extends 'main.html' %} {% block pid %}id="ptitle_detail"{%endblock%} {% block content %}

{{ book.title }}

{{ book.pubdate | date("Y") }} {{ language }}

{{ flash.error }}

{{page.glob.l10n.download}}

{% if protect_dl == true %}

{{ page.glob.l10n.check_access_info }}

{{ page.glob.l10n.check_access }}
{% endif %}
{% if kindle_format %}

{{page.glob.l10n.send_to_kindle}}

{{ page.glob.l10n.presskey2 }}

{{kindle_from_email}} {{ page.glob.l10n.presskey3 }}

{{page.glob.l10n.cancel}}
{% endif %}

{{page.glob.l10n.authors}}

{% for author in authors %} {{ author.name }} {% endfor %}
{% if series != NULL %}

{{page.glob.l10n.series}}

{% for this_series in series %} {{ this_series.name }} ({{book.series_index}}) {% endfor %}
{% endif %}

{{page.glob.l10n.tags}}

{% for tag in tags %} {{ tag.name }} {% endfor %}

{% if show_idlinks %} {% endif %} {% if ccs != NULL %}

{{page.glob.l10n.custom_columns}}

{% for cc in ccs %} {% endfor %}
{{cc.name}} {% if cc.type == 'comments' %} {% autoescape false %}{{cc.value}}{% endautoescape %} {% else %} {% if cc.type == 'rating' %} {% set i = cc.value/2 %} {% for y in 1..i %} ✱ {% endfor %} {% else %} {% if cc.type == 'bool' %} {% if cc.value == 1 %} ✔ {% else %} ✖ {% endif %} {% else %} {{cc.value}} {% endif %} {% endif %} {% endif %}
{% endif %} {% if comment %}

{{page.glob.l10n.comment}}

{% autoescape false %} {{ comment }} {% endautoescape %}
{% endif %}
{% endblock %}