{% macro render_reviews(reviews) -%}
{{ review.thread.title }}
{{ _("Do you recommend this %(type)s?", type=package.type.value | lower) }}
{{ _("Why or why not? Try to be constructive") }}
{{ review.thread.title }}
{{ reply.comment | markdown }} {{ _("%(num)d comments", num=review.thread.replies.count() - 1) }}