{% extends 'shop/base.html' %} {% block title %}Reply to Review - Nana Tradings{% endblock %} {% block content %}

Reply to {{ review.user.username }}'s Review


Review: {{ review.comment }}

Rating: {{ review.rating }} ⭐

{% csrf_token %} {{ form.as_p }}
{% endblock %}