{% if column_left or column_right %}
{% set class = 'col-lg-6 col-md-6 col-xs-12 col-sm-6 col-xs-6 proimg sticky' %}
{% else %}
{% set class = 'col-lg-6 col-md-6 col-xs-12 col-sm-6 col-xs-6 proimg sticky' %}
{% endif %}
{% if tags %}
{% if thumb or images %}
{% if column_left or column_right %}
{% set class = 'col-lg-6 col-md-6 col-xs-12 col-sm-6 col-xs-6 pro-content' %}
{% else %}
{% set class = 'col-lg-6 col-md-6 col-xs-12 col-sm-6 col-xs-6 pro-content' %}
{% endif %}
{% endif %}
{{ heading_title }}
-
{% if manufacturer %}
- {{ text_manufacturer }}{{ manufacturer }} {% endif %}
- {{ text_model }} {{ model }} {% if reward %}
- {{ text_reward }} {{ reward }} {% endif %}
- {{ text_stock }} {{ stock }}
-
{% if not special %}
-
{{ price }}
{% else %}
-
{{ special }}
{% endif %}
{% if options %}
{% endif %}
{% if option.type == 'radio' %}
{% endif %}
{% if option.type == 'checkbox' %}
{% 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 %}
{% endif %}
{% if minimum > 1 %}
{{ text_option }}
{% for option in options %} {% if option.type == 'select' %} {% for option_value in option.product_option_value %}
{% endfor %}
{% for option_value in option.product_option_value %}
{% endfor %}
{{ text_payment_recurring }}
{{ text_minimum }}
{% endif %}
{{ text_tags }} {% for i in 0..tags|length %} {% if i < (tags|length - 1) %} {{ tags[i].tag }}, {% else %} {{ tags[i].tag }} {% endif %} {% endfor %}
{% endif %} {{ content_bottom }}