{% macro render_review_vote(review, current_user, next_url) %} {% set (positive, negative, is_positive) = review.get_totals(current_user) %}
{% endmacro %} {% macro render_reviews(reviews, current_user, show_package_link=False) -%} {% endmacro %} {% macro render_review_form(package, current_user) -%}
{{ _("Review") }}

{{ _("Do you recommend this?") }}

{{ _("Why or why not? Try to be constructive") }}


{% endmacro %} {% macro render_review_preview(package, current_user) -%}
{{ _("Review") }}

{{ _("Do you recommend this?") }}

{% endmacro %}