{% extends 'base.html.twig' %} {% block body %}

Product Details

    {{blinks | raw}}

{{bname}}

{% set strprice1 = ((weight_arr2[0]*10)/100)+weight_arr2[0] %} {% set strprice2 = ((weight_arr2[1]*10)/100)+weight_arr2[1] %} {% set strprice3 = ((weight_arr2[2]*10)/100)+weight_arr2[2] %}

From Rs. {% if(weight_arr2[0] is defined) %} {{ (weight_arr2[0] - (weight_arr2[0]/100)*30) | number_format(2)}} Rs.{{weight_arr2[0] | number_format(2)}}{% endif %}

{% set dc = prodesc | raw %} {#{ ((dc|slice(0,255)) |raw)}#} {{ prodesc | raw }}

Pack of 1 {% if(weight_arr1[0] is defined) %} {{weight_arr1[0]}} Grams {% endif %}
(35g pack of 1)
Rs. {% if(weight_arr2[0] is defined) %} {{ (weight_arr2[0] - (weight_arr2[0]/100)*30) | number_format(2)}} Rs.{{weight_arr2[0] | number_format(2)}}{% endif %}
{% if(weight_arr3[0] is defined) %} {% set wt1 = weight_arr3[0] %} {% else %} {% set wt1 = 0 %} {% endif %}
Pack of 3 {% if(weight_arr1[1] is defined) %} {{weight_arr1[1] }} Grams{% endif %}
(35g pack of 3)
Rs.{% if(weight_arr2[1] is defined) %} {{ (weight_arr2[1] - (weight_arr2[1]/100)*30) | number_format(2)}} Rs.{{weight_arr2[1] | number_format(2)}}{% endif %}
{% if(weight_arr3[1] is defined) %} {% set wt2 = weight_arr3[1] %} {% else %} {% set wt2 = 0 %} {% endif %}
Pack of 5 {% if(weight_arr1[2] is defined) %}{{weight_arr1[2]}} Grams {% endif %}
(35g pack of 5)
Rs. {% if(weight_arr2[2] is defined) %}{{ (weight_arr2[2] - (weight_arr2[2]/100)*30) | number_format(2)}} Rs.{{weight_arr2[2] | number_format(2)}}{% endif %}
{% if(weight_arr3[2] is defined) %} {% set wt3 = weight_arr3[2] %} {% else %} {% set wt3 = 0 %} {% endif %}
{#

Color: Lilac Purple

#} {# {% if(weight_arr3[0] is defined) %} {% set wt1 = weight_arr3[0] %} {% else %} {% set wt1 = 0 %} {% endif %} {% if(weight_arr3[1] is defined) %} {% set wt2 = weight_arr3[1] %} {% else %} {% set wt2 = 0 %} {% endif %} {% if(weight_arr3[2] is defined) %} {% set wt3 = weight_arr3[2] %} {% else %} {% set wt3 = 0 %} {% endif %} #} {#
#}
What is Lorem Ipsum?
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
What is Lorem Ipsum?
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
What is Lorem Ipsum?
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

{{FTCHProd[0]['prod_desc2'] | raw}}

{{FTCHProd[0]['prod_desc'] | raw}}

{{FTCHProd[0]['prod_desc3'] | raw}}

{{FTCHProd[0]['prod_desc4'] | raw}}

{{FTCHProd[0]['prod_desc5'] | raw}}

{{FTCHProd[0]['prod_desc6'] | raw}}

{% endblock %}