{% macro render_reviews(reviews, current_user, show_package_link=False) -%}
{{ review.thread.title }}
{% if show_package_link %} {{ _("%(title)s by %(author)s", title="" | safe + review.package.title + "" | safe, author=review.package.author.display_name) }} {% endif %} {{ _("%(num)d comments", num=review.thread.replies.count() - 1) }}
{{ _("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 }}{% if show_package_link %} {{ _("%(title)s by %(author)s", title="" | safe + review.package.title + "" | safe, author=review.package.author.display_name) }} {% endif %} {{ _("%(num)d comments", num=review.thread.replies.count() - 1) }}