{# booklist.html is used for it.containsBook != 0 #} {% extends 'mainlist.html' %} {% block download %} {% if it.download %} {% for link in it.download %} {% endfor %} {% endif %} {% endblock download %} {% block sortlinks %} {% endblock sortlinks %} {% block content %}
{% for entry in it.entries %}
{% if entry.thumbnailurl %} {{it.c.i18n.coverAlt}} {% endif %}

{{entry.title|escape}}

{{entry.book.authorsName|escape}}
{% if entry.book.seriesName != "" %}
{{entry.book.seriesName|escape}} ({{entry.book.seriesIndex}})
{% endif %} {% for column in entry.book.customcolumns_list %}
{{column.customColumnType.columnTitle}} : {{column.htmlvalue}}
{% endfor %}
{% if entry.book.preferedCount > 1 %}
{% endif %} {% for data in entry.book.preferedData %} {% if loop.first %} {{data.name}} {% if entry.book.preferedCount > 1 %} {% if entry.book.preferedCount > 1 %}{% endif %} {% endif %} {% endfor %} {% if entry.book.preferedCount > 1 %}
{% endif %}
{% endfor %}
{% endblock content %} {% block extra %} {% if it.extra %} {% if it.extra.series %} {% include 'extra_series.html' %} {% endif %} {% if it.extra.title %} {% include 'extra_info.html' %} {% endif %} {% endif %} {% endblock extra %}