{% set requireSymbol = '*' %}
{# book name #}
{# book cost #}
{# book fine per hour #}
{# Book Auth name#} {% if bookAuthName %}
{% else %} {% endif %} {# Book Category name#} {% if bookCategory %}
{% else %} {% endif %} {# Book Section name#} {% if bookSect %}
{% else %} {% endif %} {# book description #}
{# book deposit requirement #}


{# book copy no#}
{# book copy condtion rating #}
{{ 'score out of 5'|trans }}
{# copies of the give books or new books #} {% for copies in book_copies %} {# book copy no#}
{# book copy condtion rating #}
{{ 'score out of 5'|trans }}
{% endfor %}