{% macro render_review_vote(review, current_user, next_url) %} {% set (positive, negative, is_positive) = review.get_totals(current_user) %}
{{ review.thread.title }}
{{ _("Do you recommend this %(type)s?", type=package.type.text | lower) }}
{{ _("Why or why not? Try to be constructive") }}
{{ review.thread.title }}
{{ reply.comment | markdown }}