{% extends 'base.html' %} {% load static %} {% block content %}

Buku yang telah Diulas

{% for book in reviewed_books %}
{{book.book.title}}
{{book.review_date}}

✾ From : {{book.user.username}}

{{book.review}}

{% endfor %}
{% endblock content %}