{% extends "base.html" %} {% block title %}{{ _('Leave a review') }} — {{ listing.title }}{% endblock %} {% block content %}

{{ _('Leave a review for "%(t)s"', t=listing.title) }}

{{ _('Sold by %(name)s', name=listing.user.display_name) }}

{% for v in [5, 4, 3, 2, 1] %} {% endfor %}
{{ _('Cancel') }}
{% endblock %}