Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
trash
/
vhost_www.bachtale.com_1719306535
/
htdocs
/
templates
/
front
/
product
/
//srv/data/trash/vhost_www.bachtale.com_1719306535/htdocs/templates/front/product/search.html.twig
{% extends 'front/layout.html.twig' %} {% block title %} {% if slug == 'collection_jewellery' %} {{ collectionJewellery.title }} {% elseif slug == 'category' %} {{ category.title }} {% else %} Nos bijoux {% endif %} {% endblock %} {% block description %}{% endblock %} {% block content %} {% block banner %} <section class="section-padding"> <div class="container-fluid"> <div class="banner-pages" {% if slug == 'collection_jewellery' %} style="background-image: url({{ vich_uploader_asset(collectionJewellery, 'imagesFile') | imagine_filter('collection') }});" {% elseif slug == 'category' %} style="background-image: url({{ vich_uploader_asset(category, 'imagesFile') | imagine_filter('collection') }});" {% endif %} > <div class="banner-title" {% if slug == 'collection_jewellery' %} {% if collectionJewellery.position == 1 %} style = "left: 25%"; {% endif %} {% endif %}> <h1> {% if slug == 'collection_jewellery' %} {{ collectionJewellery.title }} {% elseif slug == 'category' %} {{ category.title }} {% else %} Nos bijoux {% endif %} </h1> <div class="shape"></div> </div> </div> </div> </section> {% endblock %} <section class="section-padding last"> <div class="container-fluid"> <div class="wrapper"> <div id="sidebar"> {% include "front/product/_sidebar.html.twig" %} </div> <div id="content"> <div class="container-fluid"> <div class="mb-4"> {% include "front/product/_navbar.html.twig" %} </div> <div id="cardTwig"> {% include "front/product/_card.html.twig" %} </div> <div id="cardReact"></div> </div> </div> </div> </div> </section> {% endblock %} {% block javascripts %} {{ parent() }} {{encore_entry_script_tags('app_react')}} {% endblock %}