{% include 'app/includes/top_imports.html'%} {% include 'app/includes/shop_header.html'%}
{{book.name}}
{{book.name}}
{{book.name}}
{{book.currency}} {{"{:,.2f}".format(1.2*book.price)}}
{{book.currency}} {{"{:,.2f}".format(book.price)}}
Description
{{book.description | safe}}
{% if 'cart' in session %} {% if book.p_id in session.get('cart')%} {% else %} {%endif%} {% else %} {%endif%}
{% include 'app/includes/service_inq.html'%}
{% include 'app/includes/footer.html'%} {% include 'app/includes/bottom_imports.html'%}