{%extends "base.html.twig"%} {%block title%} Product | {{parent()}} {%endblock%} {%block body%} {#%if is_granted('ROLE_ADMIN')%#}

{%if section14.subtitle1 is not null%}{{section14.subtitle1 | raw}}{%endif%}

{%if section14.text1 is not null%}{{section14.text1 | raw}}{%endif%}

{%if section14.text2 is not null%}{{section14.text2 | raw}}{%endif%}
{%if section14.subtitle3 is not null%}{{section14.subtitle3 | raw}}{%endif%}
{% if is_granted('IS_AUTHENTICATED_FULLY') == 0 %} {%endif%}
{%for product in last_products%}

{{product.subtitle}}

{{product.text | raw}}

{%endfor%}

{%if section8.description is not null%}{{section8.description}}{%endif%}

Latest Offers

{%for product in lastProducts%}
{{product.subtitle}}

{{product.subtitle}}

{{product.text | raw}}

{%endfor%}
{#%else%#} {#%endif%#} {%endblock%} {%block javascripts%} {%endblock%}