{% if thumb or images %}
{% if thumb %} {{ heading_title }} {% endif %} {% if images %}
{% for image in images %} {{ heading_title }}  {% endfor %}
{% endif %}
{% endif %}

{{ heading_title }}

{% if review_status %}
{% for i in 1..5 %} {% if rating < i %} {% else %} {% endif %} {% endfor %}
{% endif %} {% if price %} {% 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 == 'time' %}
{% endif %} {% if option.type == 'datetime' %}
{% endif %} {% endfor %}
{% endif %} {% if subscription_plans %}

{{ text_subscription }}

{% for subscription_plan in subscription_plans %}
{{ subscription_plan.description }}
{% endfor %}
{% endif %}
{{ entry_qty }}
{% if minimum > 1 %}
{{ text_minimum }}
{% endif %}
{{ description }} {% if tags %}

{{ text_tags }} {% for tag in tags %} {{ tag.tag }}{% if not loop.last %},{% endif %} {% endfor %}

{% endif %}
{% 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 %}
{{ review }}
{% endif %}
{{ related }}