{% if thumb or images %}
{% endif %}
{{ heading_title }}
-
{% if manufacturer %}
- {{ text_manufacturer }} {{ manufacturer }} {% endif %}
- {{ text_model }} {{ model }} {% for product_code in product_codes %}
- {{ product_code.code }}: {{ product_code.value }} {% endfor %} {% if reward %}
- {{ text_reward }} {{ reward }} {% endif %}
- {{ text_stock }} {{ stock }}
-
{% if not special %}
{{ price }}
{% else %}
- {{ price }}
{{ special }}
{% endif %}
{% if tax %}
- {{ text_tax }} {{ tax }} {% endif %} {% if points %}
- {{ text_points }} {{ points }} {% endif %} {% if discounts %}
-
{% for discount in discounts %}
- {{ discount.quantity }}{{ text_discount }}{{ discount.price }} {% endfor %} {% endif %}
{{ description }}
{% if tags %}
{% if attribute_groups %}
{{ text_tags }} {% for tag in tags %} {{ tag.tag }}{% if not loop.last %},{% endif %} {% endfor %}
{% endif %}{{ attribute_group.name }} | |
{{ attribute.name }} | {{ attribute.text }} |
{{ review }}
{% endif %}