{% extends 'store/base.html' %} {% load static %} {% load customfunction %} {% block container %}

{{ wrt.name }}

{{ wrt.bio }}

Published Books

{% for item in book %}
{{ item.name|text_short }} {{ item.writer }}
{{ item.totalrating|averagerating:item.totalreview }} {{ item.totalreview|add:-1 }}

${{ item.price }}

{% endfor %}
{% endblock %}