{% extends('frontend/layout/base.html.twig') %} {% set title = 'Product' %} {% block content %} Products Details Home Products Details {% for image in products.itempicturename %} {% endfor %} {% for image in products.itempicturename %} {% endfor %} {{ products.name }} {% if products.price != null %} $39.00 {% endif %} Supplier: {{ products.supplierName }} Category: {{ products.category.name }} {#{{ 'Hi i have a question about this product:\nProduct Name:' ~ products.name ~ '\nURL:' ~ (path('app_frontend_productview',{'id':products.id}))' | urlencode #} Ask about this product Description {{ products.description | raw }} Related Products {% for product in related %} {{ product.category.name }} {{ product.name }} {% if product.price != null %} ${{ product.price }} {% endif %} {% endfor %} {% endblock %}
{{ products.description | raw }}