{% load i18n pcart_core %}
{% if review.pros %}{% trans "Pros" %}: {{review.pros}}{% endif %}
{% if review.cons %}{% trans "Cons" %}: {{review.cons}}{% endif %}