{% extends "layout.html" %} {% block body %} {% if book %}
{% if book.has_cover is defined %} {% endif %}
{% if cc|length > 0 %} {% for c in cc %}
0 %} {% for column in book['custom_column_' ~ c.id] %} value="{{ column.value }} {% if not loop.last %}, {% endif %} {% endfor %} " {% endif %} >
{% endfor %}

{% endif %}
{% endif %} {% endblock %} {% block js %} {% endblock %} {% block header %} {% endblock %}