Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
www.humitest.fr
/
htdocs
/
templates
/
front
/
pages
/
/srv/data/web/vhosts/www.humitest.fr/htdocs/templates/front/pages/product_search.html.twig
{% extends 'front/layout.html.twig' %} {% block title %}Maindron Structures - Leader français de la mesure de l'humidité {% endblock %} {% block keywords %}Rechercher un produit{% endblock %} {% block content %} <div class="container" style="margin-top: 115px;"> <div id="qui_sommes_nous"> <div class="row"> <div class="col-sm-12"> <h1>Rechercher un produit</h1> </div> <div class="col-sm-12"> {{ form_start(form) }} <div class="form-row align-items-end" > <div class="col"> {{ form_row(form.title) }} </div> <div class="col"> <div class="form-group"> <button type="submit" class="btn btn-red">Rechercher</button> </div> </div> </div> {{ form_end(form) }} {% if products %} {{dump(products)}} {# {% for product in products %} <small class="text-white"> {{product.price }}€ HT</small> {% endfor %} #} {% endif %} </div> </div> </div> </div> <style> #qui_sommes_nous { background: #F7F7F9; border: 1px solid #EEEEEE; padding: 25px; margin: 50px 0; } </style> {% endblock %}