{{ name }}
{{ description }}
{% if price %}
{% if not special %}
{{ price }}
{% else %}
{{ special }} {{ price }}
{% endif %}
{% if tax %}
{{ text_tax }} {{ tax }}
{% endif %}
{% endif %}
{% if review_status and rating %}
{% endif %}