{% extends 'base.html' %} {% block title %}Leave a review · TradeHub{% endblock %} {% block content %}
{# Order context #}
{{ order.product.title }}
{{ order.product.title }}

Sold by {{ order.product.seller.username }}

{{ form.hidden_tag() }}
{% if form.rating.errors %} {% for e in form.rating.errors %}
{{ e }}
{% endfor %} {% endif %}
0 / 500
Cancel {{ form.submit(class="btn btn-primary btn-lg", style="flex:1;") }}
{% endblock %}