{% extends 'main.html' %} {% block content %}

{{ book.title }}

{% for author in authors %} {{ author.name }}, {% endfor %} {{ book.pubdate | date("Y") }}

{{ flash.error }}

{{page.glob.langa.download}}

{% if protect_dl == true %}

{{ page.glob.langa.check_access_info }}

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

{{page.glob.langa.send_to_kindle}}

{{ page.glob.langa.presskey2 }}

{{kindle_from_email}} {{ page.glob.langa.presskey3 }}

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

{{page.glob.langa.authors}}

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

{{page.glob.langa.series}}

{% for this_series in series %} {{ this_series.name }} {% endfor %}
{% endif %}

{{page.glob.langa.tags}}

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

{% if ccs %}

{{page.glob.langa.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.langa.comment}}

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