{{ header }}
{{ column_left }} {% if column_left and column_right %} {% set class = 'col-sm-6' %} {% elseif column_left or column_right %} {% set class = 'col-sm-12 col-md-9 col-xs-12' %} {% else %} {% set class = 'col-xs-12' %} {% endif %}
{{ content_top }}
{% if column_left or column_right %} {% set class = 'col-sm-6 col-lg-5 col-md-6 col-xs-12 proimg sticky' %} {% else %} {% set class = 'col-sm-6 col-lg-5 col-md-6 col-xs-12 proimg sticky' %} {% endif %}
{% if thumb or images %}
    {% if thumb %}
  • image
  • {% endif %} {% if images %}
    {% endif %}
{% endif %}
{% if column_left or column_right %} {% set class = 'col-lg-7 col-md-6 col-xs-12 col-sm-6' %} {% else %} {% set class = 'col-lg-7 col-md-6 col-xs-12 col-sm-6' %} {% endif %}

{{ heading_title }}


    {% if manufacturer %}
  • {{ text_manufacturer }}{{ manufacturer }}
  • {% endif %}
  • {{ text_model }} {{ model }}
  • {% if reward %}
  • {{ text_reward }} {{ reward }}
  • {% endif %}
  • {{ text_stock }} {{ stock }}

{% if price %}
    {% if not special %}
  • {{ price }}

  • {% else %}
    • {{ special }}

    • {{ price }}
    {% endif %} {% if points %}
  • {{ text_points }} {{ points }}
  • {% endif %} {% if discounts %}

  • {% for discount in discounts %}
  • {{ discount.quantity }}{{ text_discount }}{{ discount.price }}
  • {% endfor %} {% endif %}
{% endif %}
{% if options %}

{{ text_option }}

{% for option in options %} {% if option.type == 'select' %}
{% endif %} {% if option.type == 'radio' %}
{% for option_value in option.product_option_value %}
{% endfor %}
{% endif %} {% if option.type == 'checkbox' %}
{% for option_value in option.product_option_value %}
{% endfor %}
{% endif %} {% if option.type == 'text' %}
{% endif %} {% if option.type == 'textarea' %}
{% endif %} {% if option.type == 'file' %} {#
#} {% endif %} {% if option.type == 'date' %}
{% endif %} {% if option.type == 'datetime' %}
{% endif %} {% if option.type == 'time' %}
{% endif %} {% endfor %} {% endif %} {% if recurrings %}

{{ text_payment_recurring }}

{% endif %}


{% if minimum > 1 %}
{{ text_minimum }}
{% endif %}
{% if review_status %}
  • {% for i in 1..5 %} {% if rating < i %}{% else %}{% endif %} {% endfor %}
  • {{ reviews }}
  • {{ text_write }}

  • {% endif %}
    {{ description }}
    {% if attribute_groups %}
    {% for attribute_group in attribute_groups %} {% for attribute in attribute_group.attribute %} {% endfor %} {% endfor %}
    {{ attribute_group.name }}
    {{ attribute.name }} {{ attribute.text }}
    {% endif %} {% if review_status %}

    {{ text_write }}

    {% if review_guest %}
    {{ captcha }}
    {% else %} {{ text_login }} {% endif %}
    {% endif %}
    {% if products %}

    {{ text_related }}

    {% endif %} {% if tags %}

    {{ text_tags }} {% for i in 0..tags|length %} {% if i < (tags|length - 1) %} {{ tags[i].tag }}, {% else %} {{ tags[i].tag }} {% endif %} {% endfor %}

    {% endif %}
    {{ column_right }}
    {{ content_bottom }} {{ footer }}