var/cache/dev/twig/e1/e1304d01b97f19cc703e338a55b2aeb9.php line 240

  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. use Twig\TemplateWrapper;
  15. /* produit/produit.html.twig */
  16. class __TwigTemplate_44d4f19e1aeae72baa2107bed266d045 extends Template
  17. {
  18.     private Source $source;
  19.     /**
  20.      * @var array<string, Template>
  21.      */
  22.     private array $macros = [];
  23.     public function __construct(Environment $env)
  24.     {
  25.         parent::__construct($env);
  26.         $this->source $this->getSourceContext();
  27.         $this->blocks = [
  28.             'stylesheets' => [$this'block_stylesheets'],
  29.             'javascript' => [$this'block_javascript'],
  30.             '_app_data' => [$this'block__app_data'],
  31.             'title' => [$this'block_title'],
  32.             'description' => [$this'block_description'],
  33.             'content' => [$this'block_content'],
  34.         ];
  35.     }
  36.     protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  37.     {
  38.         // line 1
  39.         return "base.html.twig";
  40.     }
  41.     protected function doDisplay(array $context, array $blocks = []): iterable
  42.     {
  43.         $macros $this->macros;
  44.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  45.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""produit/produit.html.twig"));
  46.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  47.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""produit/produit.html.twig"));
  48.         $this->parent $this->loadTemplate("base.html.twig""produit/produit.html.twig"1);
  49.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  50.         
  51.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  52.         
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  54.     }
  55.     // line 3
  56.     /**
  57.      * @return iterable<null|scalar|\Stringable>
  58.      */
  59.     public function block_stylesheets(array $context, array $blocks = []): iterable
  60.     {
  61.         $macros $this->macros;
  62.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  63.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  64.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  65.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  66.         // line 4
  67.         yield "    <link rel=\"stylesheet\" href=\"";
  68.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("plugins/dropzone/css/dropzone.css"), "html"nulltrue);
  69.         yield "\" />
  70.     <link rel=\"stylesheet\" href=\"";
  71.         // line 5
  72.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/produit.min.css"), "html"nulltrue);
  73.         yield "\" />
  74.     <link rel=\"stylesheet\" href=\"";
  75.         // line 6
  76.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/accueil.min.css"), "html"nulltrue);
  77.         yield "\" />
  78. ";
  79.         
  80.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  81.         
  82.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  83.         yield from [];
  84.     }
  85.     // line 9
  86.     /**
  87.      * @return iterable<null|scalar|\Stringable>
  88.      */
  89.     public function block_javascript(array $context, array $blocks = []): iterable
  90.     {
  91.         $macros $this->macros;
  92.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  93.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  94.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  95.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  96.         // line 10
  97.         yield "    <script src=\"";
  98.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("plugins/dropzone/js/dropzone.js"), "html"nulltrue);
  99.         yield "\"></script>
  100.     <script src=\"";
  101.         // line 11
  102.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/produit/produit.js"), "html"nulltrue);
  103.         yield "\"></script>
  104.     <script src=\"";
  105.         // line 12
  106.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/accueil/accueil.js"), "html"nulltrue);
  107.         yield "\"></script>
  108. ";
  109.         
  110.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  111.         
  112.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  113.         yield from [];
  114.     }
  115.     // line 15
  116.     /**
  117.      * @return iterable<null|scalar|\Stringable>
  118.      */
  119.     public function block__app_data(array $context, array $blocks = []): iterable
  120.     {
  121.         $macros $this->macros;
  122.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  123.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""_app_data"));
  124.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  125.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""_app_data"));
  126.         // line 16
  127.         yield "    app_data.path.devis = \"";
  128.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Services\Base64Encode']->base64_encode($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("devis")), "html"nulltrue);
  129.         yield "\";
  130. ";
  131.         
  132.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  133.         
  134.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  135.         yield from [];
  136.     }
  137.     // line 19
  138.     /**
  139.      * @return iterable<null|scalar|\Stringable>
  140.      */
  141.     public function block_title(array $context, array $blocks = []): iterable
  142.     {
  143.         $macros $this->macros;
  144.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  145.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  146.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  147.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  148.         // line 20
  149.         yield "    ";
  150.         $context['_parent'] = $context;
  151.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["contents"]) || array_key_exists("contents"$context) ? $context["contents"] : (function () { throw new RuntimeError('Variable "contents" does not exist.'20$this->source); })()));
  152.         foreach ($context['_seq'] as $context["_key"] => $context["content"]) {
  153.             // line 21
  154.             yield "        ";
  155.             yield CoreExtension::getAttribute($this->env$this->source$context["content"], "name", [], "any"falsefalsefalse21);
  156.             yield "
  157.     ";
  158.         }
  159.         $_parent $context['_parent'];
  160.         unset($context['_seq'], $context['_key'], $context['content'], $context['_parent']);
  161.         $context array_intersect_key($context$_parent) + $_parent;
  162.         
  163.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  164.         
  165.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  166.         yield from [];
  167.     }
  168.     // line 25
  169.     /**
  170.      * @return iterable<null|scalar|\Stringable>
  171.      */
  172.     public function block_description(array $context, array $blocks = []): iterable
  173.     {
  174.         $macros $this->macros;
  175.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  176.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description"));
  177.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  178.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description"));
  179.         // line 26
  180.         yield "    ";
  181.         $context['_parent'] = $context;
  182.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["contents"]) || array_key_exists("contents"$context) ? $context["contents"] : (function () { throw new RuntimeError('Variable "contents" does not exist.'26$this->source); })()));
  183.         foreach ($context['_seq'] as $context["_key"] => $context["content"]) {
  184.             // line 27
  185.             yield "        ";
  186.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["content"], "meta_description", [], "any"falsefalsefalse27), "html"nulltrue);
  187.             yield "
  188.     ";
  189.         }
  190.         $_parent $context['_parent'];
  191.         unset($context['_seq'], $context['_key'], $context['content'], $context['_parent']);
  192.         $context array_intersect_key($context$_parent) + $_parent;
  193.         
  194.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  195.         
  196.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  197.         yield from [];
  198.     }
  199.     // line 31
  200.     /**
  201.      * @return iterable<null|scalar|\Stringable>
  202.      */
  203.     public function block_content(array $context, array $blocks = []): iterable
  204.     {
  205.         $macros $this->macros;
  206.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  207.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  208.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  209.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  210.         // line 32
  211.         yield "    ";
  212.         $context['_parent'] = $context;
  213.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["contents"]) || array_key_exists("contents"$context) ? $context["contents"] : (function () { throw new RuntimeError('Variable "contents" does not exist.'32$this->source); })()));
  214.         $context['loop'] = [
  215.           'parent' => $context['_parent'],
  216.           'index0' => 0,
  217.           'index'  => 1,
  218.           'first'  => true,
  219.         ];
  220.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  221.             $length count($context['_seq']);
  222.             $context['loop']['revindex0'] = $length 1;
  223.             $context['loop']['revindex'] = $length;
  224.             $context['loop']['length'] = $length;
  225.             $context['loop']['last'] = === $length;
  226.         }
  227.         foreach ($context['_seq'] as $context["_key"] => $context["content"]) {
  228.             // line 33
  229.             yield "        <div class=\"main-content\">
  230.             <div class=\"main-content-inner no-gutter\">
  231.                 <div class=\"container\">
  232.                     <div class=\"row\">
  233.                         <div id=\"left_column\" class=\"sidebar column col-12 col-sm-12 col-md-0 col-lg-0 offcanvas-sidebar\"></div>
  234.                         <div id=\"center_column\" class=\"center_column space-60 col-12 col-sm-12 col-md-12 col-lg-12\">
  235.                             <div id=\"content\">
  236.                                 <div itemscope=\"\" itemtype=\"https://schema.org/Product\">
  237.                                     <meta itemprop=\"url\" content=\"/";
  238.             // line 41
  239.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'41$this->source); })()), "html"nulltrue);
  240.             yield "/weighing-load-cells/";
  241.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["content"], "link_rewrite", [], "any"falsefalsefalse41), "html"nulltrue);
  242.             yield "\">
  243.                                     <meta itemprop=\"productID\" content=\"false\">
  244.                                     <meta itemprop=\"gtin13\" content=\"false\">
  245.                                     <div class=\"primary_block\">
  246.                                         <div class=\"row\">
  247.                                             <div class=\"pb-left-column col-12 col-sm-12 col-md-5\">
  248.                                                 <div id=\"image-block\" class=\"clearfix\">
  249.                                                     <span id=\"view_full_size\">
  250.                                                         <img style=\"cursor: default\" id=\"bigpic\" itemprop=\"image\" src=\"https://www.sensy.com/";
  251.             // line 49
  252.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["content"], "id_image1", [], "any"falsefalsefalse49), "html"nulltrue);
  253.             yield "-large_default/";
  254.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["content"], "link_rewrite", [], "any"falsefalsefalse49), "html"nulltrue);
  255.             yield ".jpg\" title=\"";
  256.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["content"], "legend1", [], "any"falsefalsefalse49), "html"nulltrue);
  257.             yield "\" alt=\"";
  258.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["content"], "legend1", [], "any"falsefalsefalse49), "html"nulltrue);
  259.             yield "\">
  260.                                                     </span>
  261.                                                 </div>
  262.                                                 <div id=\"views_block\" class=\"clearfix \">
  263.                                                     <span class=\"view_scroll_spacer\"><a id=\"view_scroll_left\" class=\"carousel-control left\" title=\"Other views\" href=\"javascript:{}\" style=\"cursor: default; opacity: 0;\"><i class=\"icon-angle-left\"></i></a></span>
  264.                                                     <div id=\"thumbs_list\">
  265.                                                         <ul id=\"thumbs_list_frame\" style=\"width: 297px;\">
  266.                                                             ";
  267.             // line 56
  268.             $context['_parent'] = $context;
  269.             $context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::split($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$context["content"], "id_imagea", [], "any"falsefalsefalse56), ","));
  270.             $context['loop'] = [
  271.               'parent' => $context['_parent'],
  272.               'index0' => 0,
  273.               'index'  => 1,
  274.               'first'  => true,
  275.             ];
  276.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  277.                 $length count($context['_seq']);
  278.                 $context['loop']['revindex0'] = $length 1;
  279.                 $context['loop']['revindex'] = $length;
  280.                 $context['loop']['length'] = $length;
  281.                 $context['loop']['last'] = === $length;
  282.             }
  283.             foreach ($context['_seq'] as $context["_key"] => $context["img"]) {
  284.                 // line 57
  285.                 yield "                                                                <li id=\"thumbnail_";
  286.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["img"], "html"nulltrue);
  287.                 yield "\">
  288.                                                                     <a style=\"cursor: default\" class=\"";
  289.                 // line 58
  290.                 yield ((CoreExtension::getAttribute($this->env$this->source$context["loop"], "first", [], "any"falsefalsefalse58)) ? ("shown") : (""));
  291.                 yield "\" href=\"https://www.sensy.com/";
  292.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["img"], "html"nulltrue);
  293.                 yield "-thickbox_default";
  294.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["content"], "link_rewrite", [], "any"falsefalsefalse58), "html"nulltrue);
  295.                 yield ".jpg\" onclick=\"return false;\" data-fancybox-group=\"other-views\" title=\"";
  296.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::split($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$context["content"], "legenda", [], "any"falsefalsefalse58), ","), CoreExtension::getAttribute($this->env$this->source$context["loop"], "index0", [], "any"falsefalsefalse58), [], "array"falsefalsefalse58), "html"nulltrue);
  297.                 yield "\">
  298.                                                                         <img class=\"img-responsive\" id=\"thumb_";
  299.                 // line 59
  300.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["img"], "html"nulltrue);
  301.                 yield "\" src=\"https://www.sensy.com/";
  302.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["img"], "html"nulltrue);
  303.                 yield "-cart_default/";
  304.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["content"], "link_rewrite", [], "any"falsefalsefalse59), "html"nulltrue);
  305.                 yield ".jpg\" alt=\"";
  306.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::split($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$context["content"], "legenda", [], "any"falsefalsefalse59), ","), CoreExtension::getAttribute($this->env$this->source$context["loop"], "index0", [], "any"falsefalsefalse59), [], "array"falsefalsefalse59), "html"nulltrue);
  307.                 yield "\" title=\"";
  308.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::split($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$context["content"], "legenda", [], "any"falsefalsefalse59), ","), CoreExtension::getAttribute($this->env$this->source$context["loop"], "index0", [], "any"falsefalsefalse59), [], "array"falsefalsefalse59), "html"nulltrue);
  309.                 yield "\" height=\"173\" width=\"135\" itemprop=\"image\">
  310.                                                                     </a>
  311.                                                                 </li>
  312.                                                             ";
  313.                 ++$context['loop']['index0'];
  314.                 ++$context['loop']['index'];
  315.                 $context['loop']['first'] = false;
  316.                 if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  317.                     --$context['loop']['revindex0'];
  318.                     --$context['loop']['revindex'];
  319.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  320.                 }
  321.             }
  322.             $_parent $context['_parent'];
  323.             unset($context['_seq'], $context['_key'], $context['img'], $context['_parent'], $context['loop']);
  324.             $context array_intersect_key($context$_parent) + $_parent;
  325.             // line 63
  326.             yield "                                                        </ul>
  327.                                                     </div>
  328.                                                     <span class=\"view_scroll_spacer\">
  329.                                                         <a id=\"view_scroll_right\" class=\"carousel-control right\" title=\"Other views\" href=\"javascript:{}\" style=\"cursor: default; opacity: 0;\"><i class=\"icon-angle-right\"></i></a>
  330.                                                     </span>
  331.                                                 </div>
  332.                                                 <div style=\"margin-bottom: 30px; display: none;\">
  333.                                                     <div data-bs-toggle=\"tooltip\" title=\"\" style=\"width:17px;\" data-original-title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vel faucibus est, non scelerisque lacus. Morbi ac lectus id urna elementum vestibulum quis non enim\"> <span class=\"icon-signal\"></span></div>
  334.                                                 </div>
  335.                                                 <p class=\"resetimg clear no-print\"> <span id=\"wrapResetImages\" style=\"display: none;\"> <a href=\"https://www.sensy.com/en/weighing-load-cells/bending-beam-load-cells-2000s\" data-id=\"resetImages\"> <i class=\"icon-repeat\"></i> Display all pictures </a> </span></p>
  336.                                             </div>
  337.                                             <div class=\"pb-right-column col-12 col-sm-12 col-md-7\">
  338.                                                 <h1 itemprop=\"name\">";
  339.             // line 75
  340.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["content"], "name", [], "any"falsefalsefalse75), "html"nulltrue);
  341.             yield "</h1>
  342.                                                 <hr class=\"HrSpecials\">
  343.                                                 <div class=\"Fichiers\">
  344.                                                     <a class=\"btn add_to_compare custom-tooltip\" href=\"https://www.sensy.com/en/weighing-load-cells/bending-beam-load-cells-2000s\" data-id-product=\"";
  345.             // line 78
  346.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["content"], "id_product", [], "any"falsefalsefalse78), "html"nulltrue);
  347.             yield "\">
  348.                                                         <i class=\"fas fa-chart-bar me-2\"></i>";
  349.             // line 79
  350.             yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("add.compare.br", [], "configurateur");
  351.             yield "
  352.                                                     </a>
  353.                                                     <a class=\"btn add_to_compare_Like custom-tooltip\" target=\"_blank\" href=\"https://files.sensy.com/datasheets/FP_2000S_EN.pdf\">
  354.                                                         <i class=\"fas fa-download me-2\"></i><span>PDF <br>DATASHEET</span> 
  355.                                                     </a>
  356.                                                 </div>
  357.                                                 <div class=\"Certifications\">
  358.                                                     ";
  359.             // line 86
  360.             $context['_parent'] = $context;
  361.             $context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::split($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$context["content"], "suppliers", [], "any"falsefalsefalse86), ","));
  362.             $context['loop'] = [
  363.               'parent' => $context['_parent'],
  364.               'index0' => 0,
  365.               'index'  => 1,
  366.               'first'  => true,
  367.             ];
  368.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  369.                 $length count($context['_seq']);
  370.                 $context['loop']['revindex0'] = $length 1;
  371.                 $context['loop']['revindex'] = $length;
  372.                 $context['loop']['length'] = $length;
  373.                 $context['loop']['last'] = === $length;
  374.             }
  375.             foreach ($context['_seq'] as $context["_key"] => $context["supplier"]) {
  376.                 // line 87
  377.                 yield "                                                        ";
  378.                 $context["imagePath"] = ("../../../ps/img/su/" CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::split($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$context["content"], "id_suppliers", [], "any"falsefalsefalse87), ","), CoreExtension::getAttribute($this->env$this->source$context["loop"], "index0", [], "any"falsefalsefalse87), [], "array"falsefalsefalse87));
  379.                 // line 88
  380.                 yield "                                                        ";
  381.                 $context["imageName"] = CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::split($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$context["content"], "id_suppliers", [], "any"falsefalsefalse88), ","), CoreExtension::getAttribute($this->env$this->source$context["loop"], "index0", [], "any"falsefalsefalse88), [], "array"falsefalsefalse88);
  382.                 // line 89
  383.                 yield "                                                        ";
  384.                 $context["imageExtension"] = ((((isset($context["imageName"]) || array_key_exists("imageName"$context) ? $context["imageName"] : (function () { throw new RuntimeError('Variable "imageName" does not exist.'89$this->source); })()) == "4")) ? ("png") : ("jpg"));
  385.                 // line 90
  386.                 yield "
  387.                                                         <img width=\"20px\" height=\"20px\" src=\"";
  388.                 // line 91
  389.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((((isset($context["imagePath"]) || array_key_exists("imagePath"$context) ? $context["imagePath"] : (function () { throw new RuntimeError('Variable "imagePath" does not exist.'91$this->source); })()) . ".") . (isset($context["imageExtension"]) || array_key_exists("imageExtension"$context) ? $context["imageExtension"] : (function () { throw new RuntimeError('Variable "imageExtension" does not exist.'91$this->source); })())), "html"nulltrue);
  390.                 yield "\" alt=\"";
  391.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["supplier"], "html"nulltrue);
  392.                 yield "\" title=\"";
  393.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["supplier"], "html"nulltrue);
  394.                 yield "\">
  395.                                                     ";
  396.                 ++$context['loop']['index0'];
  397.                 ++$context['loop']['index'];
  398.                 $context['loop']['first'] = false;
  399.                 if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  400.                     --$context['loop']['revindex0'];
  401.                     --$context['loop']['revindex'];
  402.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  403.                 }
  404.             }
  405.             $_parent $context['_parent'];
  406.             unset($context['_seq'], $context['_key'], $context['supplier'], $context['_parent'], $context['loop']);
  407.             $context array_intersect_key($context$_parent) + $_parent;
  408.             // line 93
  409.             yield "                                                </div>
  410.                                                 <hr class=\"HrSpecials\">
  411.                                                 <p id=\"product_reference\"> <label>";
  412.             // line 95
  413.             yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("reference", [], "configurateur");
  414.             yield " :</label> <span class=\"editable\" itemprop=\"sku\">";
  415.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["content"], "reference", [], "any"falsefalsefalse95), "html"nulltrue);
  416.             yield "</span></p>
  417.                                                 <div id=\"short_description_block\">
  418.                                                     <div id=\"short_description_content\" class=\"rte align_justify\" itemprop=\"description\">
  419.                                                         ";
  420.             // line 98
  421.             yield Twig\Extension\CoreExtension::replace(CoreExtension::getAttribute($this->env$this->source$context["content"], "description", [], "any"falsefalsefalse98), ["data-toggle" => "data-bs-toggle""data-original-title" => "title"]);
  422.             yield "
  423.                                                     </div>
  424.                                                 </div>
  425.                                                 <div id=\"oosHook\"></div>
  426.                                                 <form id=\"buy_block\" action=\"https://www.sensy.com/en/panier\" method=\"post\" data-product-img=\"";
  427.             // line 102
  428.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["content"], "id_image1", [], "any"falsefalsefalse102), "html"nulltrue);
  429.             yield "\">
  430.                                                     <p class=\"hidden\"> <input type=\"hidden\" name=\"token\" value=\"8f1b449abfe3158e253559ba7d0b73d6\"> <input type=\"hidden\" name=\"id_product\" value=\"";
  431.             // line 103
  432.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["content"], "id_product", [], "any"falsefalsefalse103), "html"nulltrue);
  433.             yield "\" id=\"product_page_product_id\"> <input type=\"hidden\" name=\"add\" value=\"1\"> <input type=\"hidden\" name=\"id_product_attribute\" id=\"idCombination\" value=\"2083\"></p>
  434.                                                     <div class=\"box-info-product\">
  435.                                                         <div class=\"content_prices clearfix\">
  436.                                                             <div class=\"clear\"></div>
  437.                                                         </div>
  438.                                                         <div id=\"StandardSurMesure\" class=\"tab-nav\">
  439.                                                             <ul class=\"nav nav-tabs\" role=\"tablist\">
  440.                                                                 <li class=\"nav-item\" id=\"LiLienStandard\"><a href=\"#Standard\" id=\"LienStandard\" class=\"nav-link active\" data-bs-toggle=\"tab\"><span>Standard</span></a></li>
  441.                                                                 ";
  442.             // line 111
  443.             if ((CoreExtension::getAttribute($this->env$this->source$context["content"], "category_default", [], "any"falsefalsefalse111) != 18)) {
  444.                 // line 112
  445.                 yield "                                                                    <li id=\"LiLienSurMesure\" class=\"nav-item\"><a href=\"#SurMesure\" id=\"LienSurMesure\" class=\"nav-link\" data-bs-toggle=\"tab\"><span>";
  446.                 yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("custom", [], "configurateur");
  447.                 yield "</span></a></li>
  448.                                                                 ";
  449.             }
  450.             // line 114
  451.             yield "                                                            </ul>
  452.                                                         </div>
  453.                                                         <div id=\"Boutons\">
  454.                                                             ";
  455.             // line 117
  456.             if ((CoreExtension::getAttribute($this->env$this->source$context["content"], "category_default", [], "any"falsefalsefalse117) != 18)) {
  457.                 // line 118
  458.                 yield "                                                                <div id=\"PourStandard\" class=\"d-none product_attributes SurMesure\" data-product-id=\"";
  459.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["content"], "id_product", [], "any"falsefalsefalse118), "html"nulltrue);
  460.                 yield "\">";
  461.                 yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("gamme.standard", [], "configurateur");
  462.                 yield "</div>
  463.                                                                 <div id=\"PourSurMesure\" class=\"product_attributes Standard\" data-product-id=\"";
  464.                 // line 119
  465.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["content"], "id_product", [], "any"falsefalsefalse119), "html"nulltrue);
  466.                 yield "\">";
  467.                 yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("specific.need", [], "configurateur");
  468.                 yield "</div>
  469.                                                             ";
  470.             }
  471.             // line 121
  472.             yield "                                                            <div id=\"add_to_quotation\" data-product-id=\"";
  473.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["content"], "id_product", [], "any"falsefalsefalse121), "html"nulltrue);
  474.             yield "\" data-target=\"#myModal\">";
  475.             yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("panier", [], "configurateur");
  476.             yield "</div>
  477.                                                         </div>
  478.                                                         ";
  479.             // line 123
  480.             yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("modal", [], "devis");
  481.             yield "
  482.                                                         <div id=\"Standard\" class=\"product_attributes clearfix\">
  483.                                                             ";
  484.             // line 126
  485.             yield "                                                            <div id=\"attributes\">
  486.                                                                 <div class=\"clearfix\"></div>
  487.                                                                 ";
  488.             // line 128
  489.             if ((CoreExtension::getAttribute($this->env$this->source$context["content"], "category_default", [], "any"falsefalsefalse128) != 18)) {
  490.                 // line 129
  491.                 yield "                                                                    <fieldset class=\"attribute_fieldset mb-2\">
  492.                                                                         <label class=\"attribute_label\" for=\"group_4\">";
  493.                 // line 130
  494.                 yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("capacite", [], "configurateur");
  495.                 yield "</label>
  496.                                                                         <div class=\"attribute_list\">
  497.                                                                             <select name=\"group_4\" id=\"group_4\" class=\"form-control form-select border border-gray attribute_select no-print\">
  498.                                                                                 ";
  499.                 // line 133
  500.                 $context['_parent'] = $context;
  501.                 $context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::split($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$context["content"], "attr_cap", [], "any"falsefalsefalse133), ","));
  502.                 $context['loop'] = [
  503.                   'parent' => $context['_parent'],
  504.                   'index0' => 0,
  505.                   'index'  => 1,
  506.                   'first'  => true,
  507.                 ];
  508.                 if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  509.                     $length count($context['_seq']);
  510.                     $context['loop']['revindex0'] = $length 1;
  511.                     $context['loop']['revindex'] = $length;
  512.                     $context['loop']['length'] = $length;
  513.                     $context['loop']['last'] = === $length;
  514.                 }
  515.                 foreach ($context['_seq'] as $context["_key"] => $context["cap"]) {
  516.                     // line 134
  517.                     yield "                                                                                    <option value=\"";
  518.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::split($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$context["content"], "attr_cap_id", [], "any"falsefalsefalse134), ","), CoreExtension::getAttribute($this->env$this->source$context["loop"], "index0", [], "any"falsefalsefalse134), [], "array"falsefalsefalse134), "html"nulltrue);
  519.                     yield "\" ";
  520.                     if (CoreExtension::getAttribute($this->env$this->source$context["loop"], "first", [], "any"falsefalsefalse134)) {
  521.                         yield "selected=\"selected\"";
  522.                     }
  523.                     yield " title=\"";
  524.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["cap"], "html"nulltrue);
  525.                     yield "\">";
  526.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["cap"], "html"nulltrue);
  527.                     yield "</option>
  528.                                                                                 ";
  529.                     ++$context['loop']['index0'];
  530.                     ++$context['loop']['index'];
  531.                     $context['loop']['first'] = false;
  532.                     if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  533.                         --$context['loop']['revindex0'];
  534.                         --$context['loop']['revindex'];
  535.                         $context['loop']['last'] = === $context['loop']['revindex0'];
  536.                     }
  537.                 }
  538.                 $_parent $context['_parent'];
  539.                 unset($context['_seq'], $context['_key'], $context['cap'], $context['_parent'], $context['loop']);
  540.                 $context array_intersect_key($context$_parent) + $_parent;
  541.                 // line 136
  542.                 yield "                                                                            </select>
  543.                                                                         </div>
  544.                                                                     </fieldset>
  545.                                                                     <fieldset class=\"attribute_fieldset my-2\">
  546.                                                                         <label class=\"attribute_label\" for=\"group_5\">";
  547.                 // line 140
  548.                 yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("precision", [], "configurateur");
  549.                 yield "</label>
  550.                                                                         <div class=\"attribute_list\">
  551.                                                                             <select name=\"group_5\" id=\"group_5\" class=\"form-control form-select border border-gray attribute_select no-print\">
  552.                                                                                 ";
  553.                 // line 143
  554.                 $context['_parent'] = $context;
  555.                 $context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::split($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$context["content"], "attr_prec", [], "any"falsefalsefalse143), ","));
  556.                 $context['loop'] = [
  557.                   'parent' => $context['_parent'],
  558.                   'index0' => 0,
  559.                   'index'  => 1,
  560.                   'first'  => true,
  561.                 ];
  562.                 if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  563.                     $length count($context['_seq']);
  564.                     $context['loop']['revindex0'] = $length 1;
  565.                     $context['loop']['revindex'] = $length;
  566.                     $context['loop']['length'] = $length;
  567.                     $context['loop']['last'] = === $length;
  568.                 }
  569.                 foreach ($context['_seq'] as $context["_key"] => $context["prec"]) {
  570.                     // line 144
  571.                     yield "                                                                                    <option value=\"";
  572.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::split($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$context["content"], "attr_prec_id", [], "any"falsefalsefalse144), ","), CoreExtension::getAttribute($this->env$this->source$context["loop"], "index0", [], "any"falsefalsefalse144), [], "array"falsefalsefalse144), "html"nulltrue);
  573.                     yield "\" ";
  574.                     if (CoreExtension::getAttribute($this->env$this->source$context["loop"], "first", [], "any"falsefalsefalse144)) {
  575.                         yield "selected=\"selected\"";
  576.                     }
  577.                     yield " title=\"";
  578.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["prec"], "html"nulltrue);
  579.                     yield "\">";
  580.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["prec"], "html"nulltrue);
  581.                     yield "</option>
  582.                                                                                 ";
  583.                     ++$context['loop']['index0'];
  584.                     ++$context['loop']['index'];
  585.                     $context['loop']['first'] = false;
  586.                     if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  587.                         --$context['loop']['revindex0'];
  588.                         --$context['loop']['revindex'];
  589.                         $context['loop']['last'] = === $context['loop']['revindex0'];
  590.                     }
  591.                 }
  592.                 $_parent $context['_parent'];
  593.                 unset($context['_seq'], $context['_key'], $context['prec'], $context['_parent'], $context['loop']);
  594.                 $context array_intersect_key($context$_parent) + $_parent;
  595.                 // line 146
  596.                 yield "                                                                            </select>
  597.                                                                         </div>
  598.                                                                     </fieldset>
  599.                                                                 ";
  600.             } else {
  601.                 // line 150
  602.                 yield "                                                                    <fieldset class=\"attribute_fieldset\">
  603.                                                                         <label class=\"attribute_label\" for=\"group_6\">";
  604.                 // line 151
  605.                 yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ref.article", [], "configurateur");
  606.                 yield "</label>
  607.                                                                         <div class=\"attribute_list\">
  608.                                                                             <select name=\"group_6\" id=\"group_6\" class=\"form-control form-select border border-gray attribute_select no-print\">
  609.                                                                                 ";
  610.                 // line 154
  611.                 $context["cartable"] = Twig\Extension\CoreExtension::first($this->env->getCharset(), (isset($context["caracteristiques"]) || array_key_exists("caracteristiques"$context) ? $context["caracteristiques"] : (function () { throw new RuntimeError('Variable "caracteristiques" does not exist.'154$this->source); })()));
  612.                 // line 155
  613.                 yield "                                                                                ";
  614.                 $context['_parent'] = $context;
  615.                 $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["cartable"]) || array_key_exists("cartable"$context) ? $context["cartable"] : (function () { throw new RuntimeError('Variable "cartable" does not exist.'155$this->source); })()), "Products", [], "array"falsefalsefalse155));
  616.                 foreach ($context['_seq'] as $context["_key"] => $context["cartitle"]) {
  617.                     // line 156
  618.                     yield "                                                                                    <option value=\"";
  619.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["cartitle"], "id", [], "array"falsefalsefalse156), "html"nulltrue);
  620.                     yield "\" title=\"";
  621.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["cartitle"], "nom", [], "array"falsefalsefalse156), "html"nulltrue);
  622.                     yield "\">";
  623.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["cartitle"], "nom", [], "array"falsefalsefalse156), "html"nulltrue);
  624.                     yield "</option>
  625.                                                                                 ";
  626.                 }
  627.                 $_parent $context['_parent'];
  628.                 unset($context['_seq'], $context['_key'], $context['cartitle'], $context['_parent']);
  629.                 $context array_intersect_key($context$_parent) + $_parent;
  630.                 // line 158
  631.                 yield "                                                                            </select>
  632.                                                                         </div>
  633.                                                                     </fieldset>
  634.                                                                 ";
  635.             }
  636.             // line 162
  637.             yield "                                                                
  638.                                                             </div>
  639.                                                             <fieldset class=\"attribute_fieldset my-2\">
  640.                                                                 <label class=\"attribute_label\" style=\"font-size:11px; line-height:20px;\" for=\"DescriptionStandard\">";
  641.             // line 165
  642.             yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("description.short", [], "configurateur");
  643.             yield "</label>
  644.                                                                 <div class=\"attribute_list\"><textarea name=\"nom\" id=\"DescriptionStandard\" rows=\"3\" cols=\"30\"></textarea></div>
  645.                                                             </fieldset>
  646.                                                         </div>
  647.                                                         <div id=\"SurMesure\" class=\"product_attributes d-none\">
  648.                                                             <fieldset class=\"attribute_fieldset my-2\">
  649.                                                                 <label class=\"attribute_label\" for=\"group_4\">";
  650.             // line 171
  651.             yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("capacite", [], "configurateur");
  652.             yield "</label>
  653.                                                                 <div class=\"attribute_list\"><input type=\"text\" id=\"group_4\" name=\"group_4\"></div>
  654.                                                             </fieldset>
  655.                                                             <fieldset class=\"attribute_fieldset my-2\">
  656.                                                                 <label class=\"attribute_label\" for=\"group_5\">";
  657.             // line 175
  658.             yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("precision", [], "configurateur");
  659.             yield "</label>
  660.                                                                 <div class=\"attribute_list\"> <input type=\"text\" id=\"group_5\" name=\"group_5\"></div>
  661.                                                             </fieldset>
  662.                                                             <fieldset class=\"attribute_fieldset my-2\">
  663.                                                                 <label class=\"attribute_label\" style=\"font-size:11px; line-height:20px;\" for=\"DescriptionSurMesure\">";
  664.             // line 179
  665.             yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("description.short", [], "configurateur");
  666.             yield "</label>
  667.                                                                 <div class=\"attribute_list\"><textarea name=\"nom\" id=\"DescriptionSurMesure\" rows=\"3\" cols=\"30\"></textarea></div>
  668.                                                             </fieldset>
  669.                                                         </div>
  670.                                                         <p id=\"quotation_quantity_wanted_p\">
  671.                                                             <label for=\"quotation_quantity_wanted\">";
  672.             // line 184
  673.             yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("quantite", [], "configurateur");
  674.             yield "</label>
  675.                                                             <input type=\"number\" min=\"1\" name=\"qty\" id=\"quotation_quantity_wanted\" class=\"text\" value=\"1\" style=\"width:50px;\">
  676.                                                             ";
  677.             // line 188
  678.             yield "                                                            <span class=\"clearfix\"></span>  
  679.                                                         </p>
  680.                                                         <input type=\"hidden\" value=\"20230912085423\" id=\"FilesId\">
  681.                                                     </div>
  682.                                                 </form>
  683.                                                 <div class=\"image_upload_div SurMesure d-none\" id=\"DropZone\">
  684.                                                     <form action=\"/img/upload.php\" class=\"dropzone dz-clickable\" id=\"my-awesome-dropzone\">
  685.                                                         <div class=\"dz-default dz-message\"><span><i class=\" uploadFile fa-sharp fa-light fa-copy\"></i><br>";
  686.             // line 195
  687.             yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("drop", [], "configurateur");
  688.             yield "</span></div>
  689.                                                     </form>
  690.                                                 </div>
  691.                                             </div>
  692.                                         </div>
  693.                                     </div>
  694.                                     <div class=\"block_product_info\">
  695.                                         <div class=\"row\">
  696.                                             <div class=\"tabs-info block col-lg-9 col-md-9 col-sm-12\">
  697.                                                 <div class=\"tab-nav\">
  698.                                                     <ul class=\"nav nav-tabs\" role=\"tablist\">
  699.                                                         <li class=\"nav-item active\"><a class=\"nav-link active\" href=\"#producttab-datasheet\" data-bs-toggle=\"tab\"><span>";
  700.             // line 206
  701.             yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("data.sheet", [], "configurateur");
  702.             yield "</span></a></li>
  703.                                                         <li class=\"nav-item\"><a class=\"nav-link\" href=\"#producttab-download\" data-bs-toggle=\"tab\">";
  704.             // line 207
  705.             yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("documentation.download", [], "configurateur");
  706.             yield "</a></li>
  707.                                                         ";
  708.             // line 208
  709.             $context["uniqueAccessory"] = [];
  710.             // line 209
  711.             yield "                                                        ";
  712.             $context['_parent'] = $context;
  713.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["accessories"]) || array_key_exists("accessories"$context) ? $context["accessories"] : (function () { throw new RuntimeError('Variable "accessories" does not exist.'209$this->source); })()));
  714.             foreach ($context['_seq'] as $context["_key"] => $context["accessory"]) {
  715.                 // line 210
  716.                 yield "                                                            ";
  717.                 if ( !CoreExtension::inFilter(CoreExtension::getAttribute($this->env$this->source$context["accessory"], "name", [], "any"falsefalsefalse210), (isset($context["uniqueAccessory"]) || array_key_exists("uniqueAccessory"$context) ? $context["uniqueAccessory"] : (function () { throw new RuntimeError('Variable "uniqueAccessory" does not exist.'210$this->source); })()))) {
  718.                     // line 211
  719.                     yield "                                                                ";
  720.                     $context["uniqueAccessory"] = Twig\Extension\CoreExtension::merge((isset($context["uniqueAccessory"]) || array_key_exists("uniqueAccessory"$context) ? $context["uniqueAccessory"] : (function () { throw new RuntimeError('Variable "uniqueAccessory" does not exist.'211$this->source); })()), [CoreExtension::getAttribute($this->env$this->source$context["accessory"], "name", [], "any"falsefalsefalse211)]);
  721.                     // line 212
  722.                     yield "                                                                <li class=\"nav-item\"><a class=\"nav-link\" id=\"product_extra_tab_";
  723.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["uniqueAccessory"]) || array_key_exists("uniqueAccessory"$context) ? $context["uniqueAccessory"] : (function () { throw new RuntimeError('Variable "uniqueAccessory" does not exist.'212$this->source); })())), "html"nulltrue);
  724.                     yield "\" data-bs-toggle=\"tab\" href=\"#tab_content_";
  725.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["uniqueAccessory"]) || array_key_exists("uniqueAccessory"$context) ? $context["uniqueAccessory"] : (function () { throw new RuntimeError('Variable "uniqueAccessory" does not exist.'212$this->source); })())), "html"nulltrue);
  726.                     yield "\"><span>";
  727.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["accessory"], "name", [], "any"falsefalsefalse212), "html"nulltrue);
  728.                     yield "</span></a></li>
  729.                                                             ";
  730.                 }
  731.                 // line 214
  732.                 yield "                                                        ";
  733.             }
  734.             $_parent $context['_parent'];
  735.             unset($context['_seq'], $context['_key'], $context['accessory'], $context['_parent']);
  736.             $context array_intersect_key($context$_parent) + $_parent;
  737.             // line 215
  738.             yield "                                                    </ul>
  739.                                                 </div>
  740.                                                 <div class=\"tab-content tab_product_content\">
  741.                                                     <div id=\"producttab-datasheet\" class=\"page-product-box tab-pane active\">
  742.                                                         <table class=\"table-data-sheet\">
  743.                                                             <tbody>
  744.                                                                 <tr class=\"TheTR\">
  745.                                                                     <th></th>
  746.                                                                     ";
  747.             // line 223
  748.             $context["cartable"] = Twig\Extension\CoreExtension::first($this->env->getCharset(), (isset($context["caracteristiques"]) || array_key_exists("caracteristiques"$context) ? $context["caracteristiques"] : (function () { throw new RuntimeError('Variable "caracteristiques" does not exist.'223$this->source); })()));
  749.             // line 224
  750.             yield "                                                                    ";
  751.             $context['_parent'] = $context;
  752.             $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["cartable"]) || array_key_exists("cartable"$context) ? $context["cartable"] : (function () { throw new RuntimeError('Variable "cartable" does not exist.'224$this->source); })()), "Products", [], "array"falsefalsefalse224));
  753.             foreach ($context['_seq'] as $context["_key"] => $context["cartitle"]) {
  754.                 // line 225
  755.                 yield "                                                                        <th>";
  756.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["cartitle"], "nom", [], "array"falsefalsefalse225), "html"nulltrue);
  757.                 yield "</th>
  758.                                                                     ";
  759.             }
  760.             $_parent $context['_parent'];
  761.             unset($context['_seq'], $context['_key'], $context['cartitle'], $context['_parent']);
  762.             $context array_intersect_key($context$_parent) + $_parent;
  763.             // line 227
  764.             yield "                                                                </tr>
  765.                                                                 ";
  766.             // line 228
  767.             $context['_parent'] = $context;
  768.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["caracteristiques"]) || array_key_exists("caracteristiques"$context) ? $context["caracteristiques"] : (function () { throw new RuntimeError('Variable "caracteristiques" does not exist.'228$this->source); })()));
  769.             $context['loop'] = [
  770.               'parent' => $context['_parent'],
  771.               'index0' => 0,
  772.               'index'  => 1,
  773.               'first'  => true,
  774.             ];
  775.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  776.                 $length count($context['_seq']);
  777.                 $context['loop']['revindex0'] = $length 1;
  778.                 $context['loop']['revindex'] = $length;
  779.                 $context['loop']['length'] = $length;
  780.                 $context['loop']['last'] = === $length;
  781.             }
  782.             foreach ($context['_seq'] as $context["_key"] => $context["caracteristique"]) {
  783.                 // line 229
  784.                 yield "                                                                    ";
  785.                 if ((CoreExtension::getAttribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse229) % == 0)) {
  786.                     // line 230
  787.                     yield "                                                                        ";
  788.                     $context["rowparity"] = "even";
  789.                     // line 231
  790.                     yield "                                                                    ";
  791.                 } else {
  792.                     // line 232
  793.                     yield "                                                                        ";
  794.                     $context["rowparity"] = "odd";
  795.                     // line 233
  796.                     yield "                                                                    ";
  797.                 }
  798.                 // line 234
  799.                 yield "                                                                    <tr class=\"";
  800.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["rowparity"]) || array_key_exists("rowparity"$context) ? $context["rowparity"] : (function () { throw new RuntimeError('Variable "rowparity" does not exist.'234$this->source); })()), "html"nulltrue);
  801.                 yield "\">
  802.                                                                         <td>
  803.                                                                             ";
  804.                 // line 236
  805.                 if (CoreExtension::getAttribute($this->env$this->source$context["caracteristique"], "url", [], "any"falsefalsefalse236)) {
  806.                     // line 237
  807.                     yield "                                                                                <a href=\"/";
  808.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'237$this->source); })()), "html"nulltrue);
  809.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["caracteristique"], "url", [], "any"falsefalsefalse237), "html"nulltrue);
  810.                     yield "\" class=\"data-sheet-link hover-blue\">";
  811.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["caracteristique"], "FeatureName", [], "any"falsefalsefalse237), "html"nulltrue);
  812.                     yield "</a>
  813.                                                                                 ";
  814.                     // line 238
  815.                     if (CoreExtension::getAttribute($this->env$this->source$context["caracteristique"], "meta_description", [], "any"falsefalsefalse238)) {
  816.                         // line 239
  817.                         yield "                                                                                    <div data-bs-toggle=\"tooltip\" style=\"width:17px; display: inline; padding-left:10px;\" title=\"";
  818.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["caracteristique"], "meta_description", [], "any"falsefalsefalse239), "html"nulltrue);
  819.                         yield "\" data-original-title=\"";
  820.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["caracteristique"], "meta_description", [], "any"falsefalsefalse239), "html"nulltrue);
  821.                         yield "\">
  822.                                                                                         <i class=\"text-black fas fa-info-circle\"></i>
  823.                                                                                         ";
  824.                         // line 242
  825.                         yield "                                                                                    </div>
  826.                                                                                 ";
  827.                     }
  828.                     // line 244
  829.                     yield "                                                                            ";
  830.                 } else {
  831.                     // line 245
  832.                     yield "                                                                                ";
  833.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["caracteristique"], "FeatureName", [], "any"falsefalsefalse245), "html"nulltrue);
  834.                     yield "
  835.                                                                                 ";
  836.                     // line 246
  837.                     if (CoreExtension::getAttribute($this->env$this->source$context["caracteristique"], "meta_description", [], "any"falsefalsefalse246)) {
  838.                         // line 247
  839.                         yield "                                                                                    <div data-bs-toggle=\"tooltip\" style=\"width:17px; display: inline; padding-left:10px;\" title=\"";
  840.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["caracteristique"], "meta_description", [], "any"falsefalsefalse247), "html"nulltrue);
  841.                         yield "\"><i class=\"text-black fas fa-info-circle\"></i></div>
  842.                                                                                 ";
  843.                     }
  844.                     // line 249
  845.                     yield "                                                                            ";
  846.                 }
  847.                 // line 250
  848.                 yield "                                                                        </td>
  849.                                                                         ";
  850.                 // line 251
  851.                 $context['_parent'] = $context;
  852.                 $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source$context["caracteristique"], "Products", [], "any"falsefalsefalse251));
  853.                 foreach ($context['_seq'] as $context["_key"] => $context["prod"]) {
  854.                     // line 252
  855.                     yield "                                                                            <td>
  856.                                                                                 ";
  857.                     // line 253
  858.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["prod"], "value", [], "any"falsefalsefalse253), "html"nulltrue);
  859.                     yield "
  860.                                                                             </td>
  861.                                                                         ";
  862.                 }
  863.                 $_parent $context['_parent'];
  864.                 unset($context['_seq'], $context['_key'], $context['prod'], $context['_parent']);
  865.                 $context array_intersect_key($context$_parent) + $_parent;
  866.                 // line 256
  867.                 yield "                                                                    </tr>
  868.                                                                 ";
  869.                 ++$context['loop']['index0'];
  870.                 ++$context['loop']['index'];
  871.                 $context['loop']['first'] = false;
  872.                 if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  873.                     --$context['loop']['revindex0'];
  874.                     --$context['loop']['revindex'];
  875.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  876.                 }
  877.             }
  878.             $_parent $context['_parent'];
  879.             unset($context['_seq'], $context['_key'], $context['caracteristique'], $context['_parent'], $context['loop']);
  880.             $context array_intersect_key($context$_parent) + $_parent;
  881.             // line 258
  882.             yield "                                                            </tbody>
  883.                                                         </table>
  884.                                                         ";
  885.             // line 260
  886.             yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("addendum", [], "configurateur");
  887.             yield "
  888.                                                     </div>
  889.                                                     <div class=\"page-product-box tab-pane\" id=\"producttab-download\">
  890.                                                         ";
  891.             // line 263
  892.             if (Twig\Extension\CoreExtension::filter($this->env, (isset($context["files"]) || array_key_exists("files"$context) ? $context["files"] : (function () { throw new RuntimeError('Variable "files" does not exist.'263$this->source); })()), function ($__f__) use ($context$macros) { $context["f"] = $__f__; return (CoreExtension::getAttribute($this->env$this->source, (isset($context["f"]) || array_key_exists("f"$context) ? $context["f"] : (function () { throw new RuntimeError('Variable "f" does not exist.'263$this->source); })()), "category", [], "any"falsefalsefalse263) == "Datasheets"); })) {
  893.                 // line 264
  894.                 yield "                                                            <div class=\"TitreCategorie\">";
  895.                 yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("datasheets", [], "configurateur");
  896.                 yield "</div>
  897.                                                             <ul class=\"list-unstyled\">
  898.                                                                 ";
  899.                 // line 266
  900.                 $context['_parent'] = $context;
  901.                 $context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::filter($this->env, (isset($context["files"]) || array_key_exists("files"$context) ? $context["files"] : (function () { throw new RuntimeError('Variable "files" does not exist.'266$this->source); })()), function ($__f__) use ($context$macros) { $context["f"] = $__f__; return (CoreExtension::getAttribute($this->env$this->source, (isset($context["f"]) || array_key_exists("f"$context) ? $context["f"] : (function () { throw new RuntimeError('Variable "f" does not exist.'266$this->source); })()), "category", [], "any"falsefalsefalse266) == "Datasheets"); }));
  902.                 foreach ($context['_seq'] as $context["_key"] => $context["file"]) {
  903.                     // line 267
  904.                     yield "                                                                    <li><a data-version=\"1\" data-name=\"";
  905.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["file"], "file_name", [], "any"falsefalsefalse267), "html"nulltrue);
  906.                     yield "\" target=\"_blank\" class=\"Document\" title=\"\" href=\"https://files.sensy.com/datasheets/";
  907.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["file"], "file_name", [], "any"falsefalsefalse267), "html"nulltrue);
  908.                     yield "\"><i class=\"fas fa-download me-2\"></i><span class=\"texte\">";
  909.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["file"], "file_name", [], "any"falsefalsefalse267), "html"nulltrue);
  910.                     yield " (";
  911.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Services\FormatSize']->formatSize(CoreExtension::getAttribute($this->env$this->source$context["file"], "file_size", [], "any"falsefalsefalse267)), "html"nulltrue);
  912.                     yield ")</span> </a></li>
  913.                                                                 ";
  914.                 }
  915.                 $_parent $context['_parent'];
  916.                 unset($context['_seq'], $context['_key'], $context['file'], $context['_parent']);
  917.                 $context array_intersect_key($context$_parent) + $_parent;
  918.                 // line 269
  919.                 yield "                                                            </ul>
  920.                                                         ";
  921.             }
  922.             // line 271
  923.             yield "                                                        ";
  924.             if (Twig\Extension\CoreExtension::filter($this->env, (isset($context["files"]) || array_key_exists("files"$context) ? $context["files"] : (function () { throw new RuntimeError('Variable "files" does not exist.'271$this->source); })()), function ($__f__) use ($context$macros) { $context["f"] = $__f__; return (CoreExtension::getAttribute($this->env$this->source, (isset($context["f"]) || array_key_exists("f"$context) ? $context["f"] : (function () { throw new RuntimeError('Variable "f" does not exist.'271$this->source); })()), "category", [], "any"falsefalsefalse271) == "Manuals"); })) {
  925.                 // line 272
  926.                 yield "                                                            <div class=\"TitreCategorie\">";
  927.                 yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("manuels", [], "configurateur");
  928.                 yield "</div>
  929.                                                             <ul class=\"list-unstyled\">
  930.                                                                 ";
  931.                 // line 274
  932.                 $context['_parent'] = $context;
  933.                 $context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::filter($this->env, (isset($context["files"]) || array_key_exists("files"$context) ? $context["files"] : (function () { throw new RuntimeError('Variable "files" does not exist.'274$this->source); })()), function ($__f__) use ($context$macros) { $context["f"] = $__f__; return (CoreExtension::getAttribute($this->env$this->source, (isset($context["f"]) || array_key_exists("f"$context) ? $context["f"] : (function () { throw new RuntimeError('Variable "f" does not exist.'274$this->source); })()), "category", [], "any"falsefalsefalse274) == "Manuals"); }));
  934.                 foreach ($context['_seq'] as $context["_key"] => $context["file"]) {
  935.                     // line 275
  936.                     yield "                                                                    <li><a data-version=\"1\" data-name=\"";
  937.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["file"], "file_name", [], "any"falsefalsefalse275), "html"nulltrue);
  938.                     yield "\" target=\"_blank\" class=\"Document\" title=\"\" href=\"https://files.sensy.com/datasheets/";
  939.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["file"], "file_name", [], "any"falsefalsefalse275), "html"nulltrue);
  940.                     yield "\"><i class=\"fas fa-download me-2\"></i><span class=\"texte\">";
  941.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["file"], "file_name", [], "any"falsefalsefalse275), "html"nulltrue);
  942.                     yield " (";
  943.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Services\FormatSize']->formatSize(CoreExtension::getAttribute($this->env$this->source$context["file"], "file_size", [], "any"falsefalsefalse275)), "html"nulltrue);
  944.                     yield ")</span> </a></li>
  945.                                                                 ";
  946.                 }
  947.                 $_parent $context['_parent'];
  948.                 unset($context['_seq'], $context['_key'], $context['file'], $context['_parent']);
  949.                 $context array_intersect_key($context$_parent) + $_parent;
  950.                 // line 277
  951.                 yield "                                                            </ul>
  952.                                                         ";
  953.             }
  954.             // line 279
  955.             yield "                                                        ";
  956.             if (Twig\Extension\CoreExtension::filter($this->env, (isset($context["files"]) || array_key_exists("files"$context) ? $context["files"] : (function () { throw new RuntimeError('Variable "files" does not exist.'279$this->source); })()), function ($__f__) use ($context$macros) { $context["f"] = $__f__; return (CoreExtension::getAttribute($this->env$this->source, (isset($context["f"]) || array_key_exists("f"$context) ? $context["f"] : (function () { throw new RuntimeError('Variable "f" does not exist.'279$this->source); })()), "category", [], "any"falsefalsefalse279) == "Softwares"); })) {
  957.                 // line 280
  958.                 yield "                                                            <div class=\"TitreCategorie\">";
  959.                 yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("logiciel", [], "configurateur");
  960.                 yield "</div>
  961.                                                             <ul class=\"list-unstyled\">
  962.                                                                 ";
  963.                 // line 282
  964.                 $context['_parent'] = $context;
  965.                 $context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::filter($this->env, (isset($context["files"]) || array_key_exists("files"$context) ? $context["files"] : (function () { throw new RuntimeError('Variable "files" does not exist.'282$this->source); })()), function ($__f__) use ($context$macros) { $context["f"] = $__f__; return (CoreExtension::getAttribute($this->env$this->source, (isset($context["f"]) || array_key_exists("f"$context) ? $context["f"] : (function () { throw new RuntimeError('Variable "f" does not exist.'282$this->source); })()), "category", [], "any"falsefalsefalse282) == "Softwares"); }));
  966.                 foreach ($context['_seq'] as $context["_key"] => $context["file"]) {
  967.                     // line 283
  968.                     yield "                                                                    <li><a data-version=\"1\" data-name=\"";
  969.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["file"], "file_name", [], "any"falsefalsefalse283), "html"nulltrue);
  970.                     yield "\" target=\"_blank\" class=\"Document\" title=\"\" href=\"https://files.sensy.com/datasheets/";
  971.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["file"], "file_name", [], "any"falsefalsefalse283), "html"nulltrue);
  972.                     yield "\"><i class=\"fas fa-download me-2\"></i><span class=\"texte\">";
  973.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["file"], "file_name", [], "any"falsefalsefalse283), "html"nulltrue);
  974.                     yield " (";
  975.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Services\FormatSize']->formatSize(CoreExtension::getAttribute($this->env$this->source$context["file"], "file_size", [], "any"falsefalsefalse283)), "html"nulltrue);
  976.                     yield ")</span> </a></li>
  977.                                                                 ";
  978.                 }
  979.                 $_parent $context['_parent'];
  980.                 unset($context['_seq'], $context['_key'], $context['file'], $context['_parent']);
  981.                 $context array_intersect_key($context$_parent) + $_parent;
  982.                 // line 285
  983.                 yield "                                                            </ul>
  984.                                                         ";
  985.             }
  986.             // line 287
  987.             yield "                                                        ";
  988.             if (Twig\Extension\CoreExtension::filter($this->env, (isset($context["files"]) || array_key_exists("files"$context) ? $context["files"] : (function () { throw new RuntimeError('Variable "files" does not exist.'287$this->source); })()), function ($__f__) use ($context$macros) { $context["f"] = $__f__; return (CoreExtension::getAttribute($this->env$this->source, (isset($context["f"]) || array_key_exists("f"$context) ? $context["f"] : (function () { throw new RuntimeError('Variable "f" does not exist.'287$this->source); })()), "category", [], "any"falsefalsefalse287) == "Support"); })) {
  989.                 // line 288
  990.                 yield "                                                            <div class=\"TitreCategorie\">Support</div>
  991.                                                             <ul class=\"list-unstyled\">
  992.                                                                 ";
  993.                 // line 290
  994.                 $context['_parent'] = $context;
  995.                 $context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::filter($this->env, (isset($context["files"]) || array_key_exists("files"$context) ? $context["files"] : (function () { throw new RuntimeError('Variable "files" does not exist.'290$this->source); })()), function ($__f__) use ($context$macros) { $context["f"] = $__f__; return (CoreExtension::getAttribute($this->env$this->source, (isset($context["f"]) || array_key_exists("f"$context) ? $context["f"] : (function () { throw new RuntimeError('Variable "f" does not exist.'290$this->source); })()), "category", [], "any"falsefalsefalse290) == "Support"); }));
  996.                 foreach ($context['_seq'] as $context["_key"] => $context["file"]) {
  997.                     // line 291
  998.                     yield "                                                                    <li><a data-version=\"1\" data-name=\"";
  999.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["file"], "file_name", [], "any"falsefalsefalse291), "html"nulltrue);
  1000.                     yield "\" target=\"_blank\" class=\"Document\" title=\"\" href=\"https://files.sensy.com/datasheets/";
  1001.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["file"], "file_name", [], "any"falsefalsefalse291), "html"nulltrue);
  1002.                     yield "\"><i class=\"fas fa-download me-2\"></i><span class=\"texte\">";
  1003.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["file"], "file_name", [], "any"falsefalsefalse291), "html"nulltrue);
  1004.                     yield " (";
  1005.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Services\FormatSize']->formatSize(CoreExtension::getAttribute($this->env$this->source$context["file"], "file_size", [], "any"falsefalsefalse291)), "html"nulltrue);
  1006.                     yield ")</span> </a></li>
  1007.                                                                 ";
  1008.                 }
  1009.                 $_parent $context['_parent'];
  1010.                 unset($context['_seq'], $context['_key'], $context['file'], $context['_parent']);
  1011.                 $context array_intersect_key($context$_parent) + $_parent;
  1012.                 // line 293
  1013.                 yield "                                                            </ul>
  1014.                                                         ";
  1015.             }
  1016.             // line 295
  1017.             yield "                                                    </div>
  1018.                                                     ";
  1019.             // line 296
  1020.             $context['_parent'] = $context;
  1021.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["uniqueAccessory"]) || array_key_exists("uniqueAccessory"$context) ? $context["uniqueAccessory"] : (function () { throw new RuntimeError('Variable "uniqueAccessory" does not exist.'296$this->source); })()));
  1022.             $context['loop'] = [
  1023.               'parent' => $context['_parent'],
  1024.               'index0' => 0,
  1025.               'index'  => 1,
  1026.               'first'  => true,
  1027.             ];
  1028.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  1029.                 $length count($context['_seq']);
  1030.                 $context['loop']['revindex0'] = $length 1;
  1031.                 $context['loop']['revindex'] = $length;
  1032.                 $context['loop']['length'] = $length;
  1033.                 $context['loop']['last'] = === $length;
  1034.             }
  1035.             foreach ($context['_seq'] as $context["_key"] => $context["accessoryTab"]) {
  1036.                 // line 297
  1037.                 yield "                                                        <section id=\"tab_content_";
  1038.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse297), "html"nulltrue);
  1039.                 yield "\" class=\"section_native_menu tab_content_";
  1040.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse297), "html"nulltrue);
  1041.                 yield " page-product-box tab-pane\">
  1042.                                                             <div>
  1043.                                                                 ";
  1044.                 // line 299
  1045.                 $context['_parent'] = $context;
  1046.                 $context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::filter($this->env, (isset($context["accessories"]) || array_key_exists("accessories"$context) ? $context["accessories"] : (function () { throw new RuntimeError('Variable "accessories" does not exist.'299$this->source); })()), function ($__a__) use ($context$macros) { $context["a"] = $__a__; return (CoreExtension::getAttribute($this->env$this->source, (isset($context["a"]) || array_key_exists("a"$context) ? $context["a"] : (function () { throw new RuntimeError('Variable "a" does not exist.'299$this->source); })()), "name", [], "any"falsefalsefalse299) == $context["accessoryTab"]); }));
  1047.                 foreach ($context['_seq'] as $context["_key"] => $context["accessory"]) {
  1048.                     // line 300
  1049.                     yield "                                                                    ";
  1050.                     if (($context["accessoryTab"] == "Applications")) {
  1051.                         // line 301
  1052.                         yield "                                                                        <div class=\"row\">
  1053.                                                                             ";
  1054.                         // line 302
  1055.                         $context['_parent'] = $context;
  1056.                         $context['_seq'] = CoreExtension::ensureTraversable($context["appProduct"]);
  1057.                         foreach ($context['_seq'] as $context["_key"] => $context["appProduct"]) {
  1058.                             // line 303
  1059.                             yield "                                                                                <div class=\" col-xs-cus-12 col-xs-4 col-sm-3 col-md-3 col-lg-3 \" data-col-lg=\"3\" data-col-md=\"3\" data-col-sm=\"3\" data-col-xs=\"4\">
  1060.                                                                                     <div class=\"pts-widget\">
  1061.                                                                                         <div class=\"widget-product block\">
  1062.                                                                                             <div class=\"widget-inner \">
  1063.                                                                                                 <div class=\"product_block application\">
  1064.                                                                                                     <div class=\"product-container widget-produit-app clearfix\">
  1065.                                                                                                         <div class=\"image d-flex justify-content-center\">
  1066.                                                                                                             <a href=\"";
  1067.                             // line 310
  1068.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["appProduct"], "description_short", [], "any"falsefalsefalse310), "html"nulltrue);
  1069.                             yield "\" title=\"";
  1070.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["appProduct"], "name", [], "any"falsefalsefalse310), "html"nulltrue);
  1071.                             yield "\" class=\"product_image\">
  1072.                                                                                                                 <img class=\"img-responsive\" src=\"//www.sensy.com/";
  1073.                             // line 311
  1074.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["appProduct"], "id_image1", [], "any"falsefalsefalse311), "html"nulltrue);
  1075.                             yield "-cart_default/";
  1076.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["appProduct"], "link_rewrite", [], "any"falsefalsefalse311), "html"nulltrue);
  1077.                             yield ".jpg\" alt=\"";
  1078.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["appProduct"], "name", [], "any"falsefalsefalse311), "html"nulltrue);
  1079.                             yield "\">
  1080.                                                                                                             </a>
  1081.                                                                                                         </div>
  1082.                                                                                                         <div class=\"product-meta text-center\">
  1083.                                                                                                             <a class=\"name\" href=\"";
  1084.                             // line 315
  1085.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["appProduct"], "description_short", [], "any"falsefalsefalse315), "html"nulltrue);
  1086.                             yield "\">";
  1087.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["appProduct"], "name", [], "any"falsefalsefalse315), "html"nulltrue);
  1088.                             yield "</a>
  1089.                                                                                                         </div>
  1090.                                                                                                     </div>
  1091.                                                                                                 </div>
  1092.                                                                                             </div>
  1093.                                                                                         </div>
  1094.                                                                                     </div>
  1095.                                                                                 </div>
  1096.                                                                             ";
  1097.                         }
  1098.                         $_parent $context['_parent'];
  1099.                         unset($context['_seq'], $context['_key'], $context['appProduct'], $context['_parent']);
  1100.                         $context array_intersect_key($context$_parent) + $_parent;
  1101.                         // line 324
  1102.                         yield "                                                                        <div>
  1103.                                                                     ";
  1104.                     } else {
  1105.                         // line 326
  1106.                         yield "                                                                        ";
  1107.                         yield $this->extensions['App\Services\DecodeHtmlEntities']->decodeHtmlEntities(CoreExtension::getAttribute($this->env$this->source$context["accessory"], "content", [], "any"falsefalsefalse326));
  1108.                         yield "
  1109.                                                                     ";
  1110.                     }
  1111.                     // line 328
  1112.                     yield "                                                                ";
  1113.                 }
  1114.                 $_parent $context['_parent'];
  1115.                 unset($context['_seq'], $context['_key'], $context['accessory'], $context['_parent']);
  1116.                 $context array_intersect_key($context$_parent) + $_parent;
  1117.                 // line 329
  1118.                 yield "                                                            </div>
  1119.                                                         </section>
  1120.                                                     ";
  1121.                 ++$context['loop']['index0'];
  1122.                 ++$context['loop']['index'];
  1123.                 $context['loop']['first'] = false;
  1124.                 if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  1125.                     --$context['loop']['revindex0'];
  1126.                     --$context['loop']['revindex'];
  1127.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  1128.                 }
  1129.             }
  1130.             $_parent $context['_parent'];
  1131.             unset($context['_seq'], $context['_key'], $context['accessoryTab'], $context['_parent'], $context['loop']);
  1132.             $context array_intersect_key($context$_parent) + $_parent;
  1133.             // line 332
  1134.             yield "                                                </div>
  1135.                                             </div>
  1136.                                             <div class=\"col-lg-3 col-md-3 col-sm-12\">
  1137.                                                 <div class=\"service-inner\">
  1138.                                                     <div class=\"BoxTypicalApplications\">
  1139.                                                         <div class=\"HeadBTA\"> <span>";
  1140.             // line 337
  1141.             yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("application.typique", [], "configurateur");
  1142.             yield "</span></div>
  1143.                                                         <div id=\"TypicalApplications\" class=\"carousel slide\" data-ride=\"carousel\">
  1144.                                                             <div class=\"carousel-inner\">
  1145.                                                                 ";
  1146.             // line 341
  1147.             yield "                                                                    <div class=\"item\">
  1148.                                                                         <a href=\"https://www.sensy.com/en/connexion?back=https%3A%2F%2Fwww.sensy.com%2Fen%2Fweighing-load-cells%2Fbending-beam-load-cells-2000s%3Ffsau_rewrite_category%3Dweighing-load-cells&amp;rewrite=bending-beam-load-cells-2000s\">
  1149.                                                                             <img width=\"157\" src=\"../../upload/Leaflets/EN9100-load-cells-embedded-aircraft-aerospace-leaflet_EN.png\" alt=\"EN9100 load cells embedded aircraft aerospace leaflet\">
  1150.                                                                         </a>
  1151.                                                                     </div>
  1152.                                                                 ";
  1153.             // line 347
  1154.             yield "                                                                <div class=\"item\"> <a href=\"https://www.sensy.com/en/connexion?back=https%3A%2F%2Fwww.sensy.com%2Fen%2Fweighing-load-cells%2Fbending-beam-load-cells-2000s%3Ffsau_rewrite_category%3Dweighing-load-cells&amp;rewrite=bending-beam-load-cells-2000s\"> <img width=\"157\" src=\"../../upload/Leaflets/eot-crane-overload-protection-load-pin-leaflet_EN.png\" alt=\"eot crane overload protection load pin leaflet\"> </a></div>
  1155.                                                                 <div class=\"item active\"> <a href=\"https://www.sensy.com/en/connexion?back=https%3A%2F%2Fwww.sensy.com%2Fen%2Fweighing-load-cells%2Fbending-beam-load-cells-2000s%3Ffsau_rewrite_category%3Dweighing-load-cells&amp;rewrite=bending-beam-load-cells-2000s\"> <img width=\"157\" src=\"../../upload/Leaflets/iso-376-load-cells-standard-reference-transducers-leaflet_EN.png\" alt=\"iso 376 load cells standard reference transducers leaflet\"> </a></div>
  1156.                                                                 <div class=\"item\"> <a href=\"https://www.sensy.com/en/connexion?back=https%3A%2F%2Fwww.sensy.com%2Fen%2Fweighing-load-cells%2Fbending-beam-load-cells-2000s%3Ffsau_rewrite_category%3Dweighing-load-cells&amp;rewrite=bending-beam-load-cells-2000s\"> <img width=\"157\" src=\"../../upload/Leaflets/load-cells-weighing-torque-transducers-leaflet_EN.png\" alt=\"load cells weighing torque transducers leaflet\"> </a></div>
  1157.                                                                 <div class=\"item\"> <a href=\"https://www.sensy.com/en/connexion?back=https%3A%2F%2Fwww.sensy.com%2Fen%2Fweighing-load-cells%2Fbending-beam-load-cells-2000s%3Ffsau_rewrite_category%3Dweighing-load-cells&amp;rewrite=bending-beam-load-cells-2000s\"> <img width=\"157\" src=\"../../upload/Leaflets/rig-instrumentation-load-pins-offshore-load-cells-leaflet_EN.png\" alt=\"rig instrumentation load pins offshore load cells leaflet\"> </a></div>
  1158.                                                             </div>
  1159.                                                             <a class=\"left carousel-control\" href=\"#TypicalApplications\" style=\"opacity: 1;\" data-slide=\"prev\">
  1160.                                                                 <i class=\"fas fa-chevron-left\"></i>
  1161.                                                             </a>
  1162.                                                             <a class=\"right carousel-control\" href=\"#TypicalApplications\" style=\"opacity: 1;\" data-slide=\"next\">
  1163.                                                                 <i class=\"fas fa-chevron-right\"></i>
  1164.                                                             </a>
  1165.                                                         </div>
  1166.                                                         <div id=\"Download\" class=\"Download\"> <img src=\"../../upload/download.png\" alt=\"Download our leaflet\"></div>
  1167.                                                     </div>
  1168.                                                 </div>
  1169.                                             </div>
  1170.                                         </div>
  1171.                                     </div>
  1172.                                     <div class=\"pts-container\">
  1173.                                         <div class=\"pts-inner container\">
  1174.                                             <div class=\"row-inner row-level-1\">
  1175.                                                 <div class=\"row clearfix\">
  1176.                                                     <div class=\"col-lg-12 col-md-12 col-sm-12 col-12\">
  1177.                                                         <div class=\"col-inner space-60\">
  1178.                                                             <div class=\"widget-bloglatest\">
  1179.                                                                 <div class=\"pts-widget\">
  1180.                                                                     <div class=\"widget-latestblog block block-borderbox\">
  1181.                                                                         <h3 class=\"title_block\"><span>";
  1182.             // line 374
  1183.             yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("electronique", [], "configurateur");
  1184.             yield "</span></h3>
  1185.                                                                         <div class=\"block_content border-0\">
  1186.                                                                             <div class=\" boxcarousel widget-content owl-carousel-play\" data-ride=\"owlcarousel\">
  1187.                                                                                 <div class=\"carousel-controls\">
  1188.                                                                                     <div class=\"left carousel-control left_carousel disabled\">
  1189.                                                                                         <i class=\"fa-solid fa-angle-left fa-sm\"></i>
  1190.                                                                                     </div>
  1191.                                                                                     <div class=\"right carousel-control right_carousel\">
  1192.                                                                                         <i class=\"fa-solid fa-angle-right fa-sm\"></i>
  1193.                                                                                     </div>
  1194.                                                                                 </div>
  1195.                                                                                 <div class=\"owl-carousel grid owl-theme\" data-columns=\"3\" data-pagination=\"false\" data-navigation=\"true\" data-desktop=\"[1200,3]\" data-desktopsmall=\"[992,2]\" data-tablet=\"[768,1]\" data-mobile=\"[480,1]\">
  1196.                                                                                     <div class=\"owl-wrapper-outer\" style=\"height: 400px;\">
  1197.                                                                                         <div class=\"owl-wrapper\">
  1198.                                                                                             ";
  1199.             // line 388
  1200.             $context['_parent'] = $context;
  1201.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["productsElectro"]) || array_key_exists("productsElectro"$context) ? $context["productsElectro"] : (function () { throw new RuntimeError('Variable "productsElectro" does not exist.'388$this->source); })()));
  1202.             $context['loop'] = [
  1203.               'parent' => $context['_parent'],
  1204.               'index0' => 0,
  1205.               'index'  => 1,
  1206.               'first'  => true,
  1207.             ];
  1208.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  1209.                 $length count($context['_seq']);
  1210.                 $context['loop']['revindex0'] = $length 1;
  1211.                 $context['loop']['revindex'] = $length;
  1212.                 $context['loop']['length'] = $length;
  1213.                 $context['loop']['last'] = === $length;
  1214.             }
  1215.             foreach ($context['_seq'] as $context["_key"] => $context["product"]) {
  1216.                 // line 389
  1217.                 yield "                                                                                                <div class=\"owl-item ";
  1218.                 yield ((CoreExtension::getAttribute($this->env$this->source$context["loop"], "first", [], "any"falsefalsefalse389)) ? ("active") : (""));
  1219.                 yield "\" style=\"width: 250px;\">
  1220.                                                                                                     <div class=\"item\">
  1221.                                                                                                         <div class=\"blog_container grid clearfix\">
  1222.                                                                                                             <div class=\"product-block position-relative\" itemscope=\"\" itemtype=\"https://schema.org/Product\" style=\"position: static; margin-right: 0px; margin-left: 0px;\">
  1223.                                                                                                                 <div class=\"product-container\">
  1224.                                                                                                                     <div class=\"Certifications\">
  1225.                                                                                                                         ";
  1226.                 // line 395
  1227.                 $context['_parent'] = $context;
  1228.                 $context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::split($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$context["product"], "suppliers", [], "any"falsefalsefalse395), ","));
  1229.                 $context['loop'] = [
  1230.                   'parent' => $context['_parent'],
  1231.                   'index0' => 0,
  1232.                   'index'  => 1,
  1233.                   'first'  => true,
  1234.                 ];
  1235.                 if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  1236.                     $length count($context['_seq']);
  1237.                     $context['loop']['revindex0'] = $length 1;
  1238.                     $context['loop']['revindex'] = $length;
  1239.                     $context['loop']['length'] = $length;
  1240.                     $context['loop']['last'] = === $length;
  1241.                 }
  1242.                 foreach ($context['_seq'] as $context["_key"] => $context["supplier"]) {
  1243.                     // line 396
  1244.                     yield "                                                                                                                            ";
  1245.                     $context["imagePath"] = ("../../../ps/img/su/" CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::split($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$context["product"], "id_suppliers", [], "any"falsefalsefalse396), ","), CoreExtension::getAttribute($this->env$this->source$context["loop"], "index0", [], "any"falsefalsefalse396), [], "array"falsefalsefalse396));
  1246.                     // line 397
  1247.                     yield "                                                                                                                            ";
  1248.                     $context["imageName"] = CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::split($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$context["product"], "id_suppliers", [], "any"falsefalsefalse397), ","), CoreExtension::getAttribute($this->env$this->source$context["loop"], "index0", [], "any"falsefalsefalse397), [], "array"falsefalsefalse397);
  1249.                     // line 398
  1250.                     yield "                                                                                                                            ";
  1251.                     $context["imageExtension"] = ((((isset($context["imageName"]) || array_key_exists("imageName"$context) ? $context["imageName"] : (function () { throw new RuntimeError('Variable "imageName" does not exist.'398$this->source); })()) == "4")) ? ("png") : ("jpg"));
  1252.                     // line 399
  1253.                     yield "
  1254.                                                                                                                             <img width=\"20px\" height=\"20px\" src=\"";
  1255.                     // line 400
  1256.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((((isset($context["imagePath"]) || array_key_exists("imagePath"$context) ? $context["imagePath"] : (function () { throw new RuntimeError('Variable "imagePath" does not exist.'400$this->source); })()) . ".") . (isset($context["imageExtension"]) || array_key_exists("imageExtension"$context) ? $context["imageExtension"] : (function () { throw new RuntimeError('Variable "imageExtension" does not exist.'400$this->source); })())), "html"nulltrue);
  1257.                     yield "\" alt=\"";
  1258.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["supplier"], "html"nulltrue);
  1259.                     yield "\" title=\"";
  1260.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["supplier"], "html"nulltrue);
  1261.                     yield "\">
  1262.                                                                                                                         ";
  1263.                     ++$context['loop']['index0'];
  1264.                     ++$context['loop']['index'];
  1265.                     $context['loop']['first'] = false;
  1266.                     if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  1267.                         --$context['loop']['revindex0'];
  1268.                         --$context['loop']['revindex'];
  1269.                         $context['loop']['last'] = === $context['loop']['revindex0'];
  1270.                     }
  1271.                 }
  1272.                 $_parent $context['_parent'];
  1273.                 unset($context['_seq'], $context['_key'], $context['supplier'], $context['_parent'], $context['loop']);
  1274.                 $context array_intersect_key($context$_parent) + $_parent;
  1275.                 // line 402
  1276.                 yield "                                                                                                                    </div>
  1277.                                                                                                                     <div class=\"left-block\">
  1278.                                                                                                                         <div class=\"product-image-container image\">
  1279.                                                                                                                             <a class=\"img product_img_link\" href=\"/";
  1280.                 // line 405
  1281.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'405$this->source); })()), "html"nulltrue);
  1282.                 yield "/";
  1283.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["content"], "link_rewrite", [], "any"falsefalsefalse405), "html"nulltrue);
  1284.                 yield "/";
  1285.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["product"], "link_rewrite", [], "any"falsefalsefalse405), "html"nulltrue);
  1286.                 yield "\" title=\"";
  1287.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["product"], "name", [], "any"falsefalsefalse405), "html"nulltrue);
  1288.                 yield "\" itemprop=\"url\">
  1289.                                                                                                                                 <img class=\"replace-2x img-responsive pts-image\" src=\"https://www.sensy.com/";
  1290.                 // line 406
  1291.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["product"], "id_image1", [], "any"falsefalsefalse406), "html"nulltrue);
  1292.                 yield "-home_default/";
  1293.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["product"], "link_rewrite", [], "any"falsefalsefalse406), "html"nulltrue);
  1294.                 yield ".jpg\" alt=\"";
  1295.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["product"], "legend1", [], "any"falsefalsefalse406), "html"nulltrue);
  1296.                 yield "\" title=\"";
  1297.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["product"], "legend1", [], "any"falsefalsefalse406), "html"nulltrue);
  1298.                 yield "\" itemprop=\"image\">
  1299.                                                                                                                             </a>
  1300.                                                                                                                             ";
  1301.                 // line 408
  1302.                 if (CoreExtension::getAttribute($this->env$this->source$context["product"], "id_image2", [], "any"falsefalsefalse408)) {
  1303.                     // line 409
  1304.                     yield "                                                                                                                                <span class=\"hover-image\"> 
  1305.                                                                                                                                     <a class=\"img-back product_img_link\" href=\"/";
  1306.                     // line 410
  1307.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'410$this->source); })()), "html"nulltrue);
  1308.                     yield "/";
  1309.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["content"], "link_rewrite", [], "any"falsefalsefalse410), "html"nulltrue);
  1310.                     yield "/";
  1311.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["product"], "link_rewrite", [], "any"falsefalsefalse410), "html"nulltrue);
  1312.                     yield "\" title=\"";
  1313.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["product"], "name", [], "any"falsefalsefalse410), "html"nulltrue);
  1314.                     yield "\">
  1315.                                                                                                                                         <img class=\"replace-2x img-responsive pts-image\" src=\"https://www.sensy.com/";
  1316.                     // line 411
  1317.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["product"], "id_image2", [], "any"falsefalsefalse411), "html"nulltrue);
  1318.                     yield "-home_default/";
  1319.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["product"], "link_rewrite", [], "any"falsefalsefalse411), "html"nulltrue);
  1320.                     yield ".jpg\" alt=\"";
  1321.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["product"], "legend2", [], "any"falsefalsefalse411), "html"nulltrue);
  1322.                     yield "\" title=\"";
  1323.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["product"], "legend2", [], "any"falsefalsefalse411), "html"nulltrue);
  1324.                     yield "\" width=\"370\" height=\"340\">
  1325.                                                                                                                                     </a>
  1326.                                                                                                                                 </span>
  1327.                                                                                                                             ";
  1328.                 }
  1329.                 // line 415
  1330.                 yield "                                                                                                                        </div>
  1331.                                                                                                                         <div class=\"product-label-wrap\"></div>
  1332.                                                                                                                         <div class=\"color-list-container product-colors\"></div>
  1333.                                                                                                                     </div>
  1334.                                                                                                                     <div class=\"right-block\">
  1335.                                                                                                                         <div class=\"product-meta\">
  1336.                                                                                                                             <h4 class=\"name\" itemprop=\"sku\"> <a class=\"product-name\" href=\"/";
  1337.                 // line 421
  1338.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'421$this->source); })()), "html"nulltrue);
  1339.                 yield "/";
  1340.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["content"], "link_rewrite", [], "any"falsefalsefalse421), "html"nulltrue);
  1341.                 yield "/";
  1342.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["product"], "link_rewrite", [], "any"falsefalsefalse421), "html"nulltrue);
  1343.                 yield "\" title=\"";
  1344.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["product"], "name", [], "any"falsefalsefalse421), "html"nulltrue);
  1345.                 yield "\" itemprop=\"url\">";
  1346.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["product"], "reference", [], "any"falsefalsefalse421), "html"nulltrue);
  1347.                 yield "</a></h4>
  1348.                                                                                                                             <div class=\"product-desc description\" itemprop=\"name\"> ";
  1349.                 // line 422
  1350.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["product"], "name", [], "any"falsefalsefalse422), "html"nulltrue);
  1351.                 yield "</div>
  1352.                                                                                                                             <div class=\"clearfix product-box\"></div>
  1353.                                                                                                                         </div>
  1354.                                                                                                                         <div class=\"button-container action\" style=\"padding-left: 20%;\">
  1355.                                                                                                                             <div>
  1356.                                                                                                                                 <div class=\"pts-atchover\"><a class=\"btn\" href=\"/";
  1357.                 // line 427
  1358.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'427$this->source); })()), "html"nulltrue);
  1359.                 yield "/";
  1360.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["content"], "link_rewrite", [], "any"falsefalsefalse427), "html"nulltrue);
  1361.                 yield "/";
  1362.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["product"], "link_rewrite", [], "any"falsefalsefalse427), "html"nulltrue);
  1363.                 yield "\" data-id-product=\"";
  1364.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["product"], "id_product", [], "any"falsefalsefalse427), "html"nulltrue);
  1365.                 yield "\" title=\"";
  1366.                 yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("details", [], "configurateur");
  1367.                 yield "\"><i class=\"fas fa-search\"></i></a></div>
  1368.                                                                                                                                 <div class=\"pts-atchover\"><a class=\"btn \" href=\"//files.sensy.com/datasheets/";
  1369.                 // line 428
  1370.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["product"], "file_name", [], "any"falsefalsefalse428), "html"nulltrue);
  1371.                 yield "\" target=\"_blank\" title=\"";
  1372.                 yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("datasheet", [], "configurateur");
  1373.                 yield "\"><i class=\"fas fa-download\"></i></a></div>
  1374.                                                                                                                                 <div class=\"pts-atchover\"><a class=\"btn add_to_compare\" href=\"/";
  1375.                 // line 429
  1376.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'429$this->source); })()), "html"nulltrue);
  1377.                 yield "/";
  1378.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["content"], "link_rewrite", [], "any"falsefalsefalse429), "html"nulltrue);
  1379.                 yield "/";
  1380.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["product"], "link_rewrite", [], "any"falsefalsefalse429), "html"nulltrue);
  1381.                 yield "\" data-id-product=\"";
  1382.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["product"], "id_product", [], "any"falsefalsefalse429), "html"nulltrue);
  1383.                 yield "\" title=\"";
  1384.                 yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("add.compare", [], "configurateur");
  1385.                 yield "\"><i class=\"fas fa-sync-alt\"></i></a></div>
  1386.                                                                                                                             </div>
  1387.                                                                                                                         </div>
  1388.                                                                                                                     </div>
  1389.                                                                                                                 </div>
  1390.                                                                                                                 <div class=\"SousProduit ShadowBox\">
  1391.                                                                                                                     <table class=\"mx-1\">
  1392.                                                                                                                         <tbody>
  1393.                                                                                                                             ";
  1394.                 // line 437
  1395.                 if (CoreExtension::getAttribute($this->env$this->source$context["product"], "attr_prec", [], "any"falsefalsefalse437)) {
  1396.                     // line 438
  1397.                     yield "                                                                                                                                <tr>
  1398.                                                                                                                                     <td>";
  1399.                     // line 439
  1400.                     yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("precision", [], "configurateur");
  1401.                     yield "</td>
  1402.                                                                                                                                     <td>";
  1403.                     // line 440
  1404.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Services\TruncateExtension']->truncateText(Twig\Extension\CoreExtension::replace(CoreExtension::getAttribute($this->env$this->source$context["product"], "attr_prec", [], "any"falsefalsefalse440), ["," => ", "]), 25), "html"nulltrue);
  1405.                     yield "</td>
  1406.                                                                                                                                 </tr>
  1407.                                                                                                                             ";
  1408.                 }
  1409.                 // line 443
  1410.                 yield "                                                                                                                            ";
  1411.                 if (CoreExtension::getAttribute($this->env$this->source$context["product"], "attr_cap", [], "any"falsefalsefalse443)) {
  1412.                     // line 444
  1413.                     yield "                                                                                                                                <tr>
  1414.                                                                                                                                     <td>";
  1415.                     // line 445
  1416.                     yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("capacite", [], "configurateur");
  1417.                     yield "</td>
  1418.                                                                                                                                     <td>";
  1419.                     // line 446
  1420.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Services\TruncateExtension']->truncateText(Twig\Extension\CoreExtension::replace(CoreExtension::getAttribute($this->env$this->source$context["product"], "attr_cap", [], "any"falsefalsefalse446), ["," => ", "]), 25), "html"nulltrue);
  1421.                     yield "</td>
  1422.                                                                                                                                 </tr>
  1423.                                                                                                                             ";
  1424.                 }
  1425.                 // line 449
  1426.                 yield "                                                                                                                            <tr>
  1427.                                                                                                                                 <td colspan=\"2\" class=\"TableDescription\" itemprop=\"description\">";
  1428.                 // line 450
  1429.                 yield CoreExtension::getAttribute($this->env$this->source$context["product"], "description", [], "any"falsefalsefalse450);
  1430.                 yield "</td>
  1431.                                                                                                                             </tr>
  1432.                                                                                                                         </tbody>
  1433.                                                                                                                     </table>
  1434.                                                                                                                 </div>
  1435.                                                                                                                 <div itemprop=\"brand\" itemscope=\"\" itemtype=\"https://schema.org/Brand\">
  1436.                                                                                                                     <meta itemprop=\"name\" content=\"SENSY\">
  1437.                                                                                                                 </div>
  1438.                                                                                                                 <div itemprop=\"offers\" itemscope=\"\" itemtype=\"https://schema.org/Offer\">
  1439.                                                                                                                     <meta itemprop=\"price\" content=\"\">
  1440.                                                                                                                     <meta itemprop=\"priceCurrency\" content=\"EUR\">
  1441.                                                                                                                     <link itemprop=\"availability\" href=\"https://schema.org/InStock\">
  1442.                                                                                                                     <meta itemprop=\"url\" content=\"/";
  1443.                 // line 462
  1444.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'462$this->source); })()), "html"nulltrue);
  1445.                 yield "/";
  1446.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["content"], "link_rewrite", [], "any"falsefalsefalse462), "html"nulltrue);
  1447.                 yield "/";
  1448.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["product"], "link_rewrite", [], "any"falsefalsefalse462), "html"nulltrue);
  1449.                 yield "\">
  1450.                                                                                                                 </div>
  1451.                                                                                                             </div>
  1452.                                                                                                         </div>
  1453.                                                                                                     </div>
  1454.                                                                                                 </div>
  1455.                                                                                             ";
  1456.                 ++$context['loop']['index0'];
  1457.                 ++$context['loop']['index'];
  1458.                 $context['loop']['first'] = false;
  1459.                 if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  1460.                     --$context['loop']['revindex0'];
  1461.                     --$context['loop']['revindex'];
  1462.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  1463.                 }
  1464.             }
  1465.             $_parent $context['_parent'];
  1466.             unset($context['_seq'], $context['_key'], $context['product'], $context['_parent'], $context['loop']);
  1467.             $context array_intersect_key($context$_parent) + $_parent;
  1468.             // line 469
  1469.             yield "                                                                                        </div>
  1470.                                                                                     </div>
  1471.                                                                                 </div>
  1472.                                                                             </div>
  1473.                                                                         </div>
  1474.                                                                     </div>
  1475.                                                                 </div>
  1476.                                                             </div>
  1477.                                                         </div>
  1478.                                                     </div>
  1479.                                                 </div>
  1480.                                             </div>
  1481.                                         </div>
  1482.                                     </div>
  1483.                                     <div itemprop=\"brand\" itemscope=\"\" itemtype=\"https://schema.org/Brand\">
  1484.                                         <meta itemprop=\"name\" content=\"SENSY\">
  1485.                                     </div>
  1486.                                     <div itemprop=\"offers\" itemscope=\"\" itemtype=\"https://schema.org/Offer\">
  1487.                                         <meta itemprop=\"price\" content=\"\">
  1488.                                         <meta itemprop=\"priceCurrency\" content=\"EUR\">
  1489.                                         <link itemprop=\"availability\" href=\"https://schema.org/InStock\">
  1490.                                         <meta itemprop=\"url\" content=\"/";
  1491.             // line 490
  1492.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'490$this->source); })()), "html"nulltrue);
  1493.             yield "/weighing-load-cells/";
  1494.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["content"], "link_rewrite", [], "any"falsefalsefalse490), "html"nulltrue);
  1495.             yield "\">
  1496.                                     </div>
  1497.                                 </div>
  1498.                             </div>
  1499.                         </div>
  1500.                     </div>
  1501.                 </div>
  1502.             </div>
  1503.         </div>
  1504.     ";
  1505.             ++$context['loop']['index0'];
  1506.             ++$context['loop']['index'];
  1507.             $context['loop']['first'] = false;
  1508.             if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  1509.                 --$context['loop']['revindex0'];
  1510.                 --$context['loop']['revindex'];
  1511.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  1512.             }
  1513.         }
  1514.         $_parent $context['_parent'];
  1515.         unset($context['_seq'], $context['_key'], $context['content'], $context['_parent'], $context['loop']);
  1516.         $context array_intersect_key($context$_parent) + $_parent;
  1517.         
  1518.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1519.         
  1520.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1521.         yield from [];
  1522.     }
  1523.     /**
  1524.      * @codeCoverageIgnore
  1525.      */
  1526.     public function getTemplateName(): string
  1527.     {
  1528.         return "produit/produit.html.twig";
  1529.     }
  1530.     /**
  1531.      * @codeCoverageIgnore
  1532.      */
  1533.     public function isTraitable(): bool
  1534.     {
  1535.         return false;
  1536.     }
  1537.     /**
  1538.      * @codeCoverageIgnore
  1539.      */
  1540.     public function getDebugInfo(): array
  1541.     {
  1542.         return array (  1531 => 490,  1508 => 469,  1483 => 462,  1468 => 450,  1465 => 449,  1459 => 446,  1455 => 445,  1452 => 444,  1449 => 443,  1443 => 440,  1439 => 439,  1436 => 438,  1434 => 437,  1415 => 429,  1409 => 428,  1397 => 427,  1389 => 422,  1377 => 421,  1369 => 415,  1356 => 411,  1346 => 410,  1343 => 409,  1341 => 408,  1330 => 406,  1320 => 405,  1315 => 402,  1295 => 400,  1292 => 399,  1289 => 398,  1286 => 397,  1283 => 396,  1266 => 395,  1256 => 389,  1239 => 388,  1222 => 374,  1193 => 347,  1186 => 341,  1180 => 337,  1173 => 332,  1157 => 329,  1151 => 328,  1145 => 326,  1141 => 324,  1124 => 315,  1113 => 311,  1107 => 310,  1098 => 303,  1094 => 302,  1091 => 301,  1088 => 300,  1084 => 299,  1076 => 297,  1059 => 296,  1056 => 295,  1052 => 293,  1037 => 291,  1033 => 290,  1029 => 288,  1026 => 287,  1022 => 285,  1007 => 283,  1003 => 282,  997 => 280,  994 => 279,  990 => 277,  975 => 275,  971 => 274,  965 => 272,  962 => 271,  958 => 269,  943 => 267,  939 => 266,  933 => 264,  931 => 263,  925 => 260,  921 => 258,  906 => 256,  897 => 253,  894 => 252,  890 => 251,  887 => 250,  884 => 249,  878 => 247,  876 => 246,  871 => 245,  868 => 244,  864 => 242,  856 => 239,  854 => 238,  846 => 237,  844 => 236,  838 => 234,  835 => 233,  832 => 232,  829 => 231,  826 => 230,  823 => 229,  806 => 228,  803 => 227,  794 => 225,  789 => 224,  787 => 223,  777 => 215,  771 => 214,  761 => 212,  758 => 211,  755 => 210,  750 => 209,  748 => 208,  744 => 207,  740 => 206,  726 => 195,  717 => 188,  712 => 184,  704 => 179,  697 => 175,  690 => 171,  681 => 165,  676 => 162,  670 => 158,  657 => 156,  652 => 155,  650 => 154,  644 => 151,  641 => 150,  635 => 146,  610 => 144,  593 => 143,  587 => 140,  581 => 136,  556 => 134,  539 => 133,  533 => 130,  530 => 129,  528 => 128,  524 => 126,  519 => 123,  511 => 121,  504 => 119,  497 => 118,  495 => 117,  490 => 114,  484 => 112,  482 => 111,  471 => 103,  467 => 102,  460 => 98,  452 => 95,  448 => 93,  428 => 91,  425 => 90,  422 => 89,  419 => 88,  416 => 87,  399 => 86,  389 => 79,  385 => 78,  379 => 75,  365 => 63,  339 => 59,  329 => 58,  324 => 57,  307 => 56,  291 => 49,  278 => 41,  268 => 33,  250 => 32,  237 => 31,  219 => 27,  214 => 26,  201 => 25,  183 => 21,  178 => 20,  165 => 19,  151 => 16,  138 => 15,  125 => 12,  121 => 11,  116 => 10,  103 => 9,  90 => 6,  86 => 5,  81 => 4,  68 => 3,  45 => 1,);
  1543.     }
  1544.     public function getSourceContext(): Source
  1545.     {
  1546.         return new Source("{% extends 'base.html.twig' %}
  1547. {% block stylesheets %}
  1548.     <link rel=\"stylesheet\" href=\"{{ asset('plugins/dropzone/css/dropzone.css') }}\" />
  1549.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/produit.min.css') }}\" />
  1550.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/accueil.min.css') }}\" />
  1551. {% endblock %}
  1552. {% block javascript %}
  1553.     <script src=\"{{ asset('plugins/dropzone/js/dropzone.js') }}\"></script>
  1554.     <script src=\"{{ asset('assets/js/produit/produit.js') }}\"></script>
  1555.     <script src=\"{{ asset('assets/js/accueil/accueil.js') }}\"></script>
  1556. {% endblock %}
  1557. {% block _app_data %}
  1558.     app_data.path.devis = \"{{ path('devis')|base64_encode }}\";
  1559. {% endblock %}
  1560. {% block title %}
  1561.     {% for content in contents %}
  1562.         {{ content.name|raw }}
  1563.     {% endfor %}
  1564. {% endblock %}
  1565. {% block description %}
  1566.     {% for content in contents %}
  1567.         {{ content.meta_description }}
  1568.     {% endfor %}
  1569. {% endblock %}
  1570. {% block content %}
  1571.     {% for content in contents %}
  1572.         <div class=\"main-content\">
  1573.             <div class=\"main-content-inner no-gutter\">
  1574.                 <div class=\"container\">
  1575.                     <div class=\"row\">
  1576.                         <div id=\"left_column\" class=\"sidebar column col-12 col-sm-12 col-md-0 col-lg-0 offcanvas-sidebar\"></div>
  1577.                         <div id=\"center_column\" class=\"center_column space-60 col-12 col-sm-12 col-md-12 col-lg-12\">
  1578.                             <div id=\"content\">
  1579.                                 <div itemscope=\"\" itemtype=\"https://schema.org/Product\">
  1580.                                     <meta itemprop=\"url\" content=\"/{{ lang }}/weighing-load-cells/{{ content.link_rewrite }}\">
  1581.                                     <meta itemprop=\"productID\" content=\"false\">
  1582.                                     <meta itemprop=\"gtin13\" content=\"false\">
  1583.                                     <div class=\"primary_block\">
  1584.                                         <div class=\"row\">
  1585.                                             <div class=\"pb-left-column col-12 col-sm-12 col-md-5\">
  1586.                                                 <div id=\"image-block\" class=\"clearfix\">
  1587.                                                     <span id=\"view_full_size\">
  1588.                                                         <img style=\"cursor: default\" id=\"bigpic\" itemprop=\"image\" src=\"https://www.sensy.com/{{ content.id_image1 }}-large_default/{{ content.link_rewrite }}.jpg\" title=\"{{ content.legend1 }}\" alt=\"{{ content.legend1 }}\">
  1589.                                                     </span>
  1590.                                                 </div>
  1591.                                                 <div id=\"views_block\" class=\"clearfix \">
  1592.                                                     <span class=\"view_scroll_spacer\"><a id=\"view_scroll_left\" class=\"carousel-control left\" title=\"Other views\" href=\"javascript:{}\" style=\"cursor: default; opacity: 0;\"><i class=\"icon-angle-left\"></i></a></span>
  1593.                                                     <div id=\"thumbs_list\">
  1594.                                                         <ul id=\"thumbs_list_frame\" style=\"width: 297px;\">
  1595.                                                             {% for img in content.id_imagea|split(\",\") %}
  1596.                                                                 <li id=\"thumbnail_{{ img }}\">
  1597.                                                                     <a style=\"cursor: default\" class=\"{{ loop.first ? \"shown\" : \"\" }}\" href=\"https://www.sensy.com/{{ img }}-thickbox_default{{ content.link_rewrite }}.jpg\" onclick=\"return false;\" data-fancybox-group=\"other-views\" title=\"{{ content.legenda|split(\",\")[loop.index0] }}\">
  1598.                                                                         <img class=\"img-responsive\" id=\"thumb_{{ img }}\" src=\"https://www.sensy.com/{{ img }}-cart_default/{{ content.link_rewrite }}.jpg\" alt=\"{{ content.legenda|split(\",\")[loop.index0] }}\" title=\"{{ content.legenda|split(\",\")[loop.index0] }}\" height=\"173\" width=\"135\" itemprop=\"image\">
  1599.                                                                     </a>
  1600.                                                                 </li>
  1601.                                                             {% endfor %}
  1602.                                                         </ul>
  1603.                                                     </div>
  1604.                                                     <span class=\"view_scroll_spacer\">
  1605.                                                         <a id=\"view_scroll_right\" class=\"carousel-control right\" title=\"Other views\" href=\"javascript:{}\" style=\"cursor: default; opacity: 0;\"><i class=\"icon-angle-right\"></i></a>
  1606.                                                     </span>
  1607.                                                 </div>
  1608.                                                 <div style=\"margin-bottom: 30px; display: none;\">
  1609.                                                     <div data-bs-toggle=\"tooltip\" title=\"\" style=\"width:17px;\" data-original-title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vel faucibus est, non scelerisque lacus. Morbi ac lectus id urna elementum vestibulum quis non enim\"> <span class=\"icon-signal\"></span></div>
  1610.                                                 </div>
  1611.                                                 <p class=\"resetimg clear no-print\"> <span id=\"wrapResetImages\" style=\"display: none;\"> <a href=\"https://www.sensy.com/en/weighing-load-cells/bending-beam-load-cells-2000s\" data-id=\"resetImages\"> <i class=\"icon-repeat\"></i> Display all pictures </a> </span></p>
  1612.                                             </div>
  1613.                                             <div class=\"pb-right-column col-12 col-sm-12 col-md-7\">
  1614.                                                 <h1 itemprop=\"name\">{{ content.name }}</h1>
  1615.                                                 <hr class=\"HrSpecials\">
  1616.                                                 <div class=\"Fichiers\">
  1617.                                                     <a class=\"btn add_to_compare custom-tooltip\" href=\"https://www.sensy.com/en/weighing-load-cells/bending-beam-load-cells-2000s\" data-id-product=\"{{ content.id_product }}\">
  1618.                                                         <i class=\"fas fa-chart-bar me-2\"></i>{{ 'add.compare.br'|trans({}, 'configurateur')|raw }}
  1619.                                                     </a>
  1620.                                                     <a class=\"btn add_to_compare_Like custom-tooltip\" target=\"_blank\" href=\"https://files.sensy.com/datasheets/FP_2000S_EN.pdf\">
  1621.                                                         <i class=\"fas fa-download me-2\"></i><span>PDF <br>DATASHEET</span> 
  1622.                                                     </a>
  1623.                                                 </div>
  1624.                                                 <div class=\"Certifications\">
  1625.                                                     {% for supplier in content.suppliers|split(',') %}
  1626.                                                         {% set imagePath = '../../../ps/img/su/' ~ content.id_suppliers|split(',')[loop.index0] %}
  1627.                                                         {% set imageName = content.id_suppliers|split(',')[loop.index0] %}
  1628.                                                         {% set imageExtension = (imageName == '4') ? 'png' : 'jpg' %}
  1629.                                                         <img width=\"20px\" height=\"20px\" src=\"{{ imagePath ~ '.' ~ imageExtension }}\" alt=\"{{ supplier }}\" title=\"{{ supplier }}\">
  1630.                                                     {% endfor %}
  1631.                                                 </div>
  1632.                                                 <hr class=\"HrSpecials\">
  1633.                                                 <p id=\"product_reference\"> <label>{{ 'reference'|trans({}, 'configurateur')|raw }} :</label> <span class=\"editable\" itemprop=\"sku\">{{ content.reference }}</span></p>
  1634.                                                 <div id=\"short_description_block\">
  1635.                                                     <div id=\"short_description_content\" class=\"rte align_justify\" itemprop=\"description\">
  1636.                                                         {{ content.description|replace({'data-toggle': 'data-bs-toggle', 'data-original-title': 'title'})|raw }}
  1637.                                                     </div>
  1638.                                                 </div>
  1639.                                                 <div id=\"oosHook\"></div>
  1640.                                                 <form id=\"buy_block\" action=\"https://www.sensy.com/en/panier\" method=\"post\" data-product-img=\"{{ content.id_image1 }}\">
  1641.                                                     <p class=\"hidden\"> <input type=\"hidden\" name=\"token\" value=\"8f1b449abfe3158e253559ba7d0b73d6\"> <input type=\"hidden\" name=\"id_product\" value=\"{{ content.id_product }}\" id=\"product_page_product_id\"> <input type=\"hidden\" name=\"add\" value=\"1\"> <input type=\"hidden\" name=\"id_product_attribute\" id=\"idCombination\" value=\"2083\"></p>
  1642.                                                     <div class=\"box-info-product\">
  1643.                                                         <div class=\"content_prices clearfix\">
  1644.                                                             <div class=\"clear\"></div>
  1645.                                                         </div>
  1646.                                                         <div id=\"StandardSurMesure\" class=\"tab-nav\">
  1647.                                                             <ul class=\"nav nav-tabs\" role=\"tablist\">
  1648.                                                                 <li class=\"nav-item\" id=\"LiLienStandard\"><a href=\"#Standard\" id=\"LienStandard\" class=\"nav-link active\" data-bs-toggle=\"tab\"><span>Standard</span></a></li>
  1649.                                                                 {% if content.category_default != 18 %}
  1650.                                                                     <li id=\"LiLienSurMesure\" class=\"nav-item\"><a href=\"#SurMesure\" id=\"LienSurMesure\" class=\"nav-link\" data-bs-toggle=\"tab\"><span>{{ 'custom'|trans({}, 'configurateur')|raw }}</span></a></li>
  1651.                                                                 {% endif %}
  1652.                                                             </ul>
  1653.                                                         </div>
  1654.                                                         <div id=\"Boutons\">
  1655.                                                             {% if content.category_default != 18 %}
  1656.                                                                 <div id=\"PourStandard\" class=\"d-none product_attributes SurMesure\" data-product-id=\"{{ content.id_product }}\">{{ 'gamme.standard'|trans({}, 'configurateur')|raw }}</div>
  1657.                                                                 <div id=\"PourSurMesure\" class=\"product_attributes Standard\" data-product-id=\"{{ content.id_product }}\">{{ 'specific.need'|trans({}, 'configurateur')|raw }}</div>
  1658.                                                             {% endif %}
  1659.                                                             <div id=\"add_to_quotation\" data-product-id=\"{{ content.id_product }}\" data-target=\"#myModal\">{{ 'panier'|trans({}, 'configurateur')|raw }}</div>
  1660.                                                         </div>
  1661.                                                         {{ 'modal'|trans({}, 'devis')|raw }}
  1662.                                                         <div id=\"Standard\" class=\"product_attributes clearfix\">
  1663.                                                             {# <p id=\"minimal_quantity_wanted_p\" style=\"display: none;\"> The minimum purchase order quantity for the product is <b id=\"minimal_quantity_label\">1</b></p> #}
  1664.                                                             <div id=\"attributes\">
  1665.                                                                 <div class=\"clearfix\"></div>
  1666.                                                                 {% if content.category_default != 18 %}
  1667.                                                                     <fieldset class=\"attribute_fieldset mb-2\">
  1668.                                                                         <label class=\"attribute_label\" for=\"group_4\">{{ 'capacite'|trans({}, 'configurateur')|raw }}</label>
  1669.                                                                         <div class=\"attribute_list\">
  1670.                                                                             <select name=\"group_4\" id=\"group_4\" class=\"form-control form-select border border-gray attribute_select no-print\">
  1671.                                                                                 {% for cap in content.attr_cap|split(\",\") %}
  1672.                                                                                     <option value=\"{{ content.attr_cap_id|split(\",\")[loop.index0] }}\" {% if loop.first %}selected=\"selected\"{% endif %} title=\"{{ cap }}\">{{ cap }}</option>
  1673.                                                                                 {% endfor %}
  1674.                                                                             </select>
  1675.                                                                         </div>
  1676.                                                                     </fieldset>
  1677.                                                                     <fieldset class=\"attribute_fieldset my-2\">
  1678.                                                                         <label class=\"attribute_label\" for=\"group_5\">{{ 'precision'|trans({}, 'configurateur')|raw }}</label>
  1679.                                                                         <div class=\"attribute_list\">
  1680.                                                                             <select name=\"group_5\" id=\"group_5\" class=\"form-control form-select border border-gray attribute_select no-print\">
  1681.                                                                                 {% for prec in content.attr_prec|split(\",\") %}
  1682.                                                                                     <option value=\"{{ content.attr_prec_id|split(\",\")[loop.index0] }}\" {% if loop.first %}selected=\"selected\"{% endif %} title=\"{{ prec }}\">{{ prec }}</option>
  1683.                                                                                 {% endfor %}
  1684.                                                                             </select>
  1685.                                                                         </div>
  1686.                                                                     </fieldset>
  1687.                                                                 {% else %}
  1688.                                                                     <fieldset class=\"attribute_fieldset\">
  1689.                                                                         <label class=\"attribute_label\" for=\"group_6\">{{ 'ref.article'|trans({}, 'configurateur')|raw }}</label>
  1690.                                                                         <div class=\"attribute_list\">
  1691.                                                                             <select name=\"group_6\" id=\"group_6\" class=\"form-control form-select border border-gray attribute_select no-print\">
  1692.                                                                                 {% set cartable = caracteristiques|first %}
  1693.                                                                                 {% for cartitle in cartable[\"Products\"] %}
  1694.                                                                                     <option value=\"{{ cartitle[\"id\"] }}\" title=\"{{ cartitle[\"nom\"] }}\">{{ cartitle[\"nom\"] }}</option>
  1695.                                                                                 {% endfor %}
  1696.                                                                             </select>
  1697.                                                                         </div>
  1698.                                                                     </fieldset>
  1699.                                                                 {% endif %}
  1700.                                                                 
  1701.                                                             </div>
  1702.                                                             <fieldset class=\"attribute_fieldset my-2\">
  1703.                                                                 <label class=\"attribute_label\" style=\"font-size:11px; line-height:20px;\" for=\"DescriptionStandard\">{{ 'description.short'|trans({}, 'configurateur')|raw }}</label>
  1704.                                                                 <div class=\"attribute_list\"><textarea name=\"nom\" id=\"DescriptionStandard\" rows=\"3\" cols=\"30\"></textarea></div>
  1705.                                                             </fieldset>
  1706.                                                         </div>
  1707.                                                         <div id=\"SurMesure\" class=\"product_attributes d-none\">
  1708.                                                             <fieldset class=\"attribute_fieldset my-2\">
  1709.                                                                 <label class=\"attribute_label\" for=\"group_4\">{{ 'capacite'|trans({}, 'configurateur')|raw }}</label>
  1710.                                                                 <div class=\"attribute_list\"><input type=\"text\" id=\"group_4\" name=\"group_4\"></div>
  1711.                                                             </fieldset>
  1712.                                                             <fieldset class=\"attribute_fieldset my-2\">
  1713.                                                                 <label class=\"attribute_label\" for=\"group_5\">{{ 'precision'|trans({}, 'configurateur')|raw }}</label>
  1714.                                                                 <div class=\"attribute_list\"> <input type=\"text\" id=\"group_5\" name=\"group_5\"></div>
  1715.                                                             </fieldset>
  1716.                                                             <fieldset class=\"attribute_fieldset my-2\">
  1717.                                                                 <label class=\"attribute_label\" style=\"font-size:11px; line-height:20px;\" for=\"DescriptionSurMesure\">{{ 'description.short'|trans({}, 'configurateur')|raw }}</label>
  1718.                                                                 <div class=\"attribute_list\"><textarea name=\"nom\" id=\"DescriptionSurMesure\" rows=\"3\" cols=\"30\"></textarea></div>
  1719.                                                             </fieldset>
  1720.                                                         </div>
  1721.                                                         <p id=\"quotation_quantity_wanted_p\">
  1722.                                                             <label for=\"quotation_quantity_wanted\">{{ 'quantite'|trans({}, 'configurateur')|raw }}</label>
  1723.                                                             <input type=\"number\" min=\"1\" name=\"qty\" id=\"quotation_quantity_wanted\" class=\"text\" value=\"1\" style=\"width:50px;\">
  1724.                                                             {# <a href=\"#\" data-field-qty=\"qty\" class=\"btn btn-default button-minus product_quantity_down\"><span><i class=\"icon-minus\"></i></span></a>
  1725.                                                             <a href=\"#\" data-field-qty=\"qty\" class=\"btn btn-default button-plus product_quantity_up\"> <span><i class=\"icon-plus\"></i></span></a> #}
  1726.                                                             <span class=\"clearfix\"></span>  
  1727.                                                         </p>
  1728.                                                         <input type=\"hidden\" value=\"20230912085423\" id=\"FilesId\">
  1729.                                                     </div>
  1730.                                                 </form>
  1731.                                                 <div class=\"image_upload_div SurMesure d-none\" id=\"DropZone\">
  1732.                                                     <form action=\"/img/upload.php\" class=\"dropzone dz-clickable\" id=\"my-awesome-dropzone\">
  1733.                                                         <div class=\"dz-default dz-message\"><span><i class=\" uploadFile fa-sharp fa-light fa-copy\"></i><br>{{ 'drop'|trans({}, 'configurateur')|raw }}</span></div>
  1734.                                                     </form>
  1735.                                                 </div>
  1736.                                             </div>
  1737.                                         </div>
  1738.                                     </div>
  1739.                                     <div class=\"block_product_info\">
  1740.                                         <div class=\"row\">
  1741.                                             <div class=\"tabs-info block col-lg-9 col-md-9 col-sm-12\">
  1742.                                                 <div class=\"tab-nav\">
  1743.                                                     <ul class=\"nav nav-tabs\" role=\"tablist\">
  1744.                                                         <li class=\"nav-item active\"><a class=\"nav-link active\" href=\"#producttab-datasheet\" data-bs-toggle=\"tab\"><span>{{ 'data.sheet'|trans({}, 'configurateur')|raw }}</span></a></li>
  1745.                                                         <li class=\"nav-item\"><a class=\"nav-link\" href=\"#producttab-download\" data-bs-toggle=\"tab\">{{ 'documentation.download'|trans({}, 'configurateur')|raw }}</a></li>
  1746.                                                         {% set uniqueAccessory = [] %}
  1747.                                                         {% for accessory in accessories %}
  1748.                                                             {% if not (accessory.name in uniqueAccessory)  %}
  1749.                                                                 {% set uniqueAccessory = uniqueAccessory|merge([accessory.name]) %}
  1750.                                                                 <li class=\"nav-item\"><a class=\"nav-link\" id=\"product_extra_tab_{{ uniqueAccessory|length }}\" data-bs-toggle=\"tab\" href=\"#tab_content_{{ uniqueAccessory|length }}\"><span>{{ accessory.name }}</span></a></li>
  1751.                                                             {% endif %}
  1752.                                                         {% endfor %}
  1753.                                                     </ul>
  1754.                                                 </div>
  1755.                                                 <div class=\"tab-content tab_product_content\">
  1756.                                                     <div id=\"producttab-datasheet\" class=\"page-product-box tab-pane active\">
  1757.                                                         <table class=\"table-data-sheet\">
  1758.                                                             <tbody>
  1759.                                                                 <tr class=\"TheTR\">
  1760.                                                                     <th></th>
  1761.                                                                     {% set cartable = caracteristiques|first %}
  1762.                                                                     {% for cartitle in cartable[\"Products\"] %}
  1763.                                                                         <th>{{ cartitle[\"nom\"] }}</th>
  1764.                                                                     {% endfor %}
  1765.                                                                 </tr>
  1766.                                                                 {% for caracteristique in caracteristiques %}
  1767.                                                                     {% if loop.index is even %}
  1768.                                                                         {% set rowparity = \"even\" %}
  1769.                                                                     {% else %}
  1770.                                                                         {% set rowparity = \"odd\" %}
  1771.                                                                     {% endif %}
  1772.                                                                     <tr class=\"{{ rowparity }}\">
  1773.                                                                         <td>
  1774.                                                                             {% if caracteristique.url %}
  1775.                                                                                 <a href=\"/{{ lang }}{{ caracteristique.url }}\" class=\"data-sheet-link hover-blue\">{{ caracteristique.FeatureName }}</a>
  1776.                                                                                 {% if caracteristique.meta_description %}
  1777.                                                                                     <div data-bs-toggle=\"tooltip\" style=\"width:17px; display: inline; padding-left:10px;\" title=\"{{ caracteristique.meta_description }}\" data-original-title=\"{{ caracteristique.meta_description }}\">
  1778.                                                                                         <i class=\"text-black fas fa-info-circle\"></i>
  1779.                                                                                         {# <a href=\"/{{ lang }}{{ caracteristique.url }}\"><i class=\"text-black fas fa-info-circle hover-blue\"></i></a> #}
  1780.                                                                                     </div>
  1781.                                                                                 {% endif %}
  1782.                                                                             {% else %}
  1783.                                                                                 {{ caracteristique.FeatureName }}
  1784.                                                                                 {% if caracteristique.meta_description %}
  1785.                                                                                     <div data-bs-toggle=\"tooltip\" style=\"width:17px; display: inline; padding-left:10px;\" title=\"{{ caracteristique.meta_description }}\"><i class=\"text-black fas fa-info-circle\"></i></div>
  1786.                                                                                 {% endif %}
  1787.                                                                             {% endif %}
  1788.                                                                         </td>
  1789.                                                                         {% for prod in caracteristique.Products %}
  1790.                                                                             <td>
  1791.                                                                                 {{ prod.value }}
  1792.                                                                             </td>
  1793.                                                                         {% endfor %}
  1794.                                                                     </tr>
  1795.                                                                 {% endfor %}
  1796.                                                             </tbody>
  1797.                                                         </table>
  1798.                                                         {{ 'addendum'|trans({}, 'configurateur')|raw }}
  1799.                                                     </div>
  1800.                                                     <div class=\"page-product-box tab-pane\" id=\"producttab-download\">
  1801.                                                         {% if files|filter(f => f.category == \"Datasheets\") %}
  1802.                                                             <div class=\"TitreCategorie\">{{ 'datasheets'|trans({}, 'configurateur')|raw }}</div>
  1803.                                                             <ul class=\"list-unstyled\">
  1804.                                                                 {% for file in files|filter(f => f.category == \"Datasheets\") %}
  1805.                                                                     <li><a data-version=\"1\" data-name=\"{{ file.file_name }}\" target=\"_blank\" class=\"Document\" title=\"\" href=\"https://files.sensy.com/datasheets/{{ file.file_name }}\"><i class=\"fas fa-download me-2\"></i><span class=\"texte\">{{ file.file_name }} ({{ file.file_size|format_size }})</span> </a></li>
  1806.                                                                 {% endfor %}
  1807.                                                             </ul>
  1808.                                                         {% endif %}
  1809.                                                         {% if files|filter(f => f.category == \"Manuals\") %}
  1810.                                                             <div class=\"TitreCategorie\">{{ 'manuels'|trans({}, 'configurateur')|raw }}</div>
  1811.                                                             <ul class=\"list-unstyled\">
  1812.                                                                 {% for file in files|filter(f => f.category == \"Manuals\") %}
  1813.                                                                     <li><a data-version=\"1\" data-name=\"{{ file.file_name }}\" target=\"_blank\" class=\"Document\" title=\"\" href=\"https://files.sensy.com/datasheets/{{ file.file_name }}\"><i class=\"fas fa-download me-2\"></i><span class=\"texte\">{{ file.file_name }} ({{ file.file_size|format_size }})</span> </a></li>
  1814.                                                                 {% endfor %}
  1815.                                                             </ul>
  1816.                                                         {% endif %}
  1817.                                                         {% if files|filter(f => f.category == \"Softwares\") %}
  1818.                                                             <div class=\"TitreCategorie\">{{ 'logiciel'|trans({}, 'configurateur')|raw }}</div>
  1819.                                                             <ul class=\"list-unstyled\">
  1820.                                                                 {% for file in files|filter(f => f.category == \"Softwares\") %}
  1821.                                                                     <li><a data-version=\"1\" data-name=\"{{ file.file_name }}\" target=\"_blank\" class=\"Document\" title=\"\" href=\"https://files.sensy.com/datasheets/{{ file.file_name }}\"><i class=\"fas fa-download me-2\"></i><span class=\"texte\">{{ file.file_name }} ({{ file.file_size|format_size }})</span> </a></li>
  1822.                                                                 {% endfor %}
  1823.                                                             </ul>
  1824.                                                         {% endif %}
  1825.                                                         {% if files|filter(f => f.category == \"Support\") %}
  1826.                                                             <div class=\"TitreCategorie\">Support</div>
  1827.                                                             <ul class=\"list-unstyled\">
  1828.                                                                 {% for file in files|filter(f => f.category == \"Support\") %}
  1829.                                                                     <li><a data-version=\"1\" data-name=\"{{ file.file_name }}\" target=\"_blank\" class=\"Document\" title=\"\" href=\"https://files.sensy.com/datasheets/{{ file.file_name }}\"><i class=\"fas fa-download me-2\"></i><span class=\"texte\">{{ file.file_name }} ({{ file.file_size|format_size }})</span> </a></li>
  1830.                                                                 {% endfor %}
  1831.                                                             </ul>
  1832.                                                         {% endif %}
  1833.                                                     </div>
  1834.                                                     {% for accessoryTab in uniqueAccessory %}
  1835.                                                         <section id=\"tab_content_{{ loop.index }}\" class=\"section_native_menu tab_content_{{ loop.index }} page-product-box tab-pane\">
  1836.                                                             <div>
  1837.                                                                 {% for accessory in accessories|filter(a => a.name == accessoryTab) %}
  1838.                                                                     {% if accessoryTab == \"Applications\" %}
  1839.                                                                         <div class=\"row\">
  1840.                                                                             {% for appProduct in appProduct %}
  1841.                                                                                 <div class=\" col-xs-cus-12 col-xs-4 col-sm-3 col-md-3 col-lg-3 \" data-col-lg=\"3\" data-col-md=\"3\" data-col-sm=\"3\" data-col-xs=\"4\">
  1842.                                                                                     <div class=\"pts-widget\">
  1843.                                                                                         <div class=\"widget-product block\">
  1844.                                                                                             <div class=\"widget-inner \">
  1845.                                                                                                 <div class=\"product_block application\">
  1846.                                                                                                     <div class=\"product-container widget-produit-app clearfix\">
  1847.                                                                                                         <div class=\"image d-flex justify-content-center\">
  1848.                                                                                                             <a href=\"{{ appProduct.description_short }}\" title=\"{{ appProduct.name }}\" class=\"product_image\">
  1849.                                                                                                                 <img class=\"img-responsive\" src=\"//www.sensy.com/{{ appProduct.id_image1 }}-cart_default/{{ appProduct.link_rewrite }}.jpg\" alt=\"{{ appProduct.name }}\">
  1850.                                                                                                             </a>
  1851.                                                                                                         </div>
  1852.                                                                                                         <div class=\"product-meta text-center\">
  1853.                                                                                                             <a class=\"name\" href=\"{{ appProduct.description_short }}\">{{ appProduct.name }}</a>
  1854.                                                                                                         </div>
  1855.                                                                                                     </div>
  1856.                                                                                                 </div>
  1857.                                                                                             </div>
  1858.                                                                                         </div>
  1859.                                                                                     </div>
  1860.                                                                                 </div>
  1861.                                                                             {% endfor %}
  1862.                                                                         <div>
  1863.                                                                     {% else %}
  1864.                                                                         {{ accessory.content|decode_html_entities }}
  1865.                                                                     {% endif %}
  1866.                                                                 {% endfor %}
  1867.                                                             </div>
  1868.                                                         </section>
  1869.                                                     {% endfor %}
  1870.                                                 </div>
  1871.                                             </div>
  1872.                                             <div class=\"col-lg-3 col-md-3 col-sm-12\">
  1873.                                                 <div class=\"service-inner\">
  1874.                                                     <div class=\"BoxTypicalApplications\">
  1875.                                                         <div class=\"HeadBTA\"> <span>{{ 'application.typique'|trans({}, 'configurateur')|raw }}</span></div>
  1876.                                                         <div id=\"TypicalApplications\" class=\"carousel slide\" data-ride=\"carousel\">
  1877.                                                             <div class=\"carousel-inner\">
  1878.                                                                 {# {% for %} #}
  1879.                                                                     <div class=\"item\">
  1880.                                                                         <a href=\"https://www.sensy.com/en/connexion?back=https%3A%2F%2Fwww.sensy.com%2Fen%2Fweighing-load-cells%2Fbending-beam-load-cells-2000s%3Ffsau_rewrite_category%3Dweighing-load-cells&amp;rewrite=bending-beam-load-cells-2000s\">
  1881.                                                                             <img width=\"157\" src=\"../../upload/Leaflets/EN9100-load-cells-embedded-aircraft-aerospace-leaflet_EN.png\" alt=\"EN9100 load cells embedded aircraft aerospace leaflet\">
  1882.                                                                         </a>
  1883.                                                                     </div>
  1884.                                                                 {# {% endfor %} #}
  1885.                                                                 <div class=\"item\"> <a href=\"https://www.sensy.com/en/connexion?back=https%3A%2F%2Fwww.sensy.com%2Fen%2Fweighing-load-cells%2Fbending-beam-load-cells-2000s%3Ffsau_rewrite_category%3Dweighing-load-cells&amp;rewrite=bending-beam-load-cells-2000s\"> <img width=\"157\" src=\"../../upload/Leaflets/eot-crane-overload-protection-load-pin-leaflet_EN.png\" alt=\"eot crane overload protection load pin leaflet\"> </a></div>
  1886.                                                                 <div class=\"item active\"> <a href=\"https://www.sensy.com/en/connexion?back=https%3A%2F%2Fwww.sensy.com%2Fen%2Fweighing-load-cells%2Fbending-beam-load-cells-2000s%3Ffsau_rewrite_category%3Dweighing-load-cells&amp;rewrite=bending-beam-load-cells-2000s\"> <img width=\"157\" src=\"../../upload/Leaflets/iso-376-load-cells-standard-reference-transducers-leaflet_EN.png\" alt=\"iso 376 load cells standard reference transducers leaflet\"> </a></div>
  1887.                                                                 <div class=\"item\"> <a href=\"https://www.sensy.com/en/connexion?back=https%3A%2F%2Fwww.sensy.com%2Fen%2Fweighing-load-cells%2Fbending-beam-load-cells-2000s%3Ffsau_rewrite_category%3Dweighing-load-cells&amp;rewrite=bending-beam-load-cells-2000s\"> <img width=\"157\" src=\"../../upload/Leaflets/load-cells-weighing-torque-transducers-leaflet_EN.png\" alt=\"load cells weighing torque transducers leaflet\"> </a></div>
  1888.                                                                 <div class=\"item\"> <a href=\"https://www.sensy.com/en/connexion?back=https%3A%2F%2Fwww.sensy.com%2Fen%2Fweighing-load-cells%2Fbending-beam-load-cells-2000s%3Ffsau_rewrite_category%3Dweighing-load-cells&amp;rewrite=bending-beam-load-cells-2000s\"> <img width=\"157\" src=\"../../upload/Leaflets/rig-instrumentation-load-pins-offshore-load-cells-leaflet_EN.png\" alt=\"rig instrumentation load pins offshore load cells leaflet\"> </a></div>
  1889.                                                             </div>
  1890.                                                             <a class=\"left carousel-control\" href=\"#TypicalApplications\" style=\"opacity: 1;\" data-slide=\"prev\">
  1891.                                                                 <i class=\"fas fa-chevron-left\"></i>
  1892.                                                             </a>
  1893.                                                             <a class=\"right carousel-control\" href=\"#TypicalApplications\" style=\"opacity: 1;\" data-slide=\"next\">
  1894.                                                                 <i class=\"fas fa-chevron-right\"></i>
  1895.                                                             </a>
  1896.                                                         </div>
  1897.                                                         <div id=\"Download\" class=\"Download\"> <img src=\"../../upload/download.png\" alt=\"Download our leaflet\"></div>
  1898.                                                     </div>
  1899.                                                 </div>
  1900.                                             </div>
  1901.                                         </div>
  1902.                                     </div>
  1903.                                     <div class=\"pts-container\">
  1904.                                         <div class=\"pts-inner container\">
  1905.                                             <div class=\"row-inner row-level-1\">
  1906.                                                 <div class=\"row clearfix\">
  1907.                                                     <div class=\"col-lg-12 col-md-12 col-sm-12 col-12\">
  1908.                                                         <div class=\"col-inner space-60\">
  1909.                                                             <div class=\"widget-bloglatest\">
  1910.                                                                 <div class=\"pts-widget\">
  1911.                                                                     <div class=\"widget-latestblog block block-borderbox\">
  1912.                                                                         <h3 class=\"title_block\"><span>{{ 'electronique'|trans({}, 'configurateur')|raw }}</span></h3>
  1913.                                                                         <div class=\"block_content border-0\">
  1914.                                                                             <div class=\" boxcarousel widget-content owl-carousel-play\" data-ride=\"owlcarousel\">
  1915.                                                                                 <div class=\"carousel-controls\">
  1916.                                                                                     <div class=\"left carousel-control left_carousel disabled\">
  1917.                                                                                         <i class=\"fa-solid fa-angle-left fa-sm\"></i>
  1918.                                                                                     </div>
  1919.                                                                                     <div class=\"right carousel-control right_carousel\">
  1920.                                                                                         <i class=\"fa-solid fa-angle-right fa-sm\"></i>
  1921.                                                                                     </div>
  1922.                                                                                 </div>
  1923.                                                                                 <div class=\"owl-carousel grid owl-theme\" data-columns=\"3\" data-pagination=\"false\" data-navigation=\"true\" data-desktop=\"[1200,3]\" data-desktopsmall=\"[992,2]\" data-tablet=\"[768,1]\" data-mobile=\"[480,1]\">
  1924.                                                                                     <div class=\"owl-wrapper-outer\" style=\"height: 400px;\">
  1925.                                                                                         <div class=\"owl-wrapper\">
  1926.                                                                                             {% for product in productsElectro %}
  1927.                                                                                                 <div class=\"owl-item {{ loop.first ? 'active' : '' }}\" style=\"width: 250px;\">
  1928.                                                                                                     <div class=\"item\">
  1929.                                                                                                         <div class=\"blog_container grid clearfix\">
  1930.                                                                                                             <div class=\"product-block position-relative\" itemscope=\"\" itemtype=\"https://schema.org/Product\" style=\"position: static; margin-right: 0px; margin-left: 0px;\">
  1931.                                                                                                                 <div class=\"product-container\">
  1932.                                                                                                                     <div class=\"Certifications\">
  1933.                                                                                                                         {% for supplier in product.suppliers|split(',') %}
  1934.                                                                                                                             {% set imagePath = '../../../ps/img/su/' ~ product.id_suppliers|split(',')[loop.index0] %}
  1935.                                                                                                                             {% set imageName = product.id_suppliers|split(',')[loop.index0] %}
  1936.                                                                                                                             {% set imageExtension = (imageName == '4') ? 'png' : 'jpg' %}
  1937.                                                                                                                             <img width=\"20px\" height=\"20px\" src=\"{{ imagePath ~ '.' ~ imageExtension }}\" alt=\"{{ supplier }}\" title=\"{{ supplier }}\">
  1938.                                                                                                                         {% endfor %}
  1939.                                                                                                                     </div>
  1940.                                                                                                                     <div class=\"left-block\">
  1941.                                                                                                                         <div class=\"product-image-container image\">
  1942.                                                                                                                             <a class=\"img product_img_link\" href=\"/{{ lang }}/{{ content.link_rewrite }}/{{ product.link_rewrite }}\" title=\"{{ product.name }}\" itemprop=\"url\">
  1943.                                                                                                                                 <img class=\"replace-2x img-responsive pts-image\" src=\"https://www.sensy.com/{{ product.id_image1 }}-home_default/{{ product.link_rewrite }}.jpg\" alt=\"{{ product.legend1 }}\" title=\"{{ product.legend1 }}\" itemprop=\"image\">
  1944.                                                                                                                             </a>
  1945.                                                                                                                             {% if product.id_image2 %}
  1946.                                                                                                                                 <span class=\"hover-image\"> 
  1947.                                                                                                                                     <a class=\"img-back product_img_link\" href=\"/{{ lang }}/{{ content.link_rewrite }}/{{ product.link_rewrite }}\" title=\"{{ product.name }}\">
  1948.                                                                                                                                         <img class=\"replace-2x img-responsive pts-image\" src=\"https://www.sensy.com/{{ product.id_image2 }}-home_default/{{ product.link_rewrite }}.jpg\" alt=\"{{ product.legend2 }}\" title=\"{{ product.legend2 }}\" width=\"370\" height=\"340\">
  1949.                                                                                                                                     </a>
  1950.                                                                                                                                 </span>
  1951.                                                                                                                             {% endif %}
  1952.                                                                                                                         </div>
  1953.                                                                                                                         <div class=\"product-label-wrap\"></div>
  1954.                                                                                                                         <div class=\"color-list-container product-colors\"></div>
  1955.                                                                                                                     </div>
  1956.                                                                                                                     <div class=\"right-block\">
  1957.                                                                                                                         <div class=\"product-meta\">
  1958.                                                                                                                             <h4 class=\"name\" itemprop=\"sku\"> <a class=\"product-name\" href=\"/{{ lang }}/{{ content.link_rewrite }}/{{ product.link_rewrite }}\" title=\"{{ product.name }}\" itemprop=\"url\">{{ product.reference }}</a></h4>
  1959.                                                                                                                             <div class=\"product-desc description\" itemprop=\"name\"> {{ product.name }}</div>
  1960.                                                                                                                             <div class=\"clearfix product-box\"></div>
  1961.                                                                                                                         </div>
  1962.                                                                                                                         <div class=\"button-container action\" style=\"padding-left: 20%;\">
  1963.                                                                                                                             <div>
  1964.                                                                                                                                 <div class=\"pts-atchover\"><a class=\"btn\" href=\"/{{ lang }}/{{ content.link_rewrite }}/{{ product.link_rewrite }}\" data-id-product=\"{{ product.id_product }}\" title=\"{{ 'details'|trans({}, 'configurateur')|raw }}\"><i class=\"fas fa-search\"></i></a></div>
  1965.                                                                                                                                 <div class=\"pts-atchover\"><a class=\"btn \" href=\"//files.sensy.com/datasheets/{{ product.file_name }}\" target=\"_blank\" title=\"{{ 'datasheet'|trans({}, 'configurateur')|raw }}\"><i class=\"fas fa-download\"></i></a></div>
  1966.                                                                                                                                 <div class=\"pts-atchover\"><a class=\"btn add_to_compare\" href=\"/{{ lang }}/{{ content.link_rewrite }}/{{ product.link_rewrite }}\" data-id-product=\"{{ product.id_product }}\" title=\"{{ 'add.compare'|trans({}, 'configurateur')|raw }}\"><i class=\"fas fa-sync-alt\"></i></a></div>
  1967.                                                                                                                             </div>
  1968.                                                                                                                         </div>
  1969.                                                                                                                     </div>
  1970.                                                                                                                 </div>
  1971.                                                                                                                 <div class=\"SousProduit ShadowBox\">
  1972.                                                                                                                     <table class=\"mx-1\">
  1973.                                                                                                                         <tbody>
  1974.                                                                                                                             {% if product.attr_prec %}
  1975.                                                                                                                                 <tr>
  1976.                                                                                                                                     <td>{{ 'precision'|trans({}, 'configurateur')|raw }}</td>
  1977.                                                                                                                                     <td>{{ product.attr_prec|replace({',': ', '})|truncate(25) }}</td>
  1978.                                                                                                                                 </tr>
  1979.                                                                                                                             {% endif %}
  1980.                                                                                                                             {% if product.attr_cap %}
  1981.                                                                                                                                 <tr>
  1982.                                                                                                                                     <td>{{ 'capacite'|trans({}, 'configurateur')|raw }}</td>
  1983.                                                                                                                                     <td>{{ product.attr_cap|replace({',': ', '})|truncate(25) }}</td>
  1984.                                                                                                                                 </tr>
  1985.                                                                                                                             {% endif %}
  1986.                                                                                                                             <tr>
  1987.                                                                                                                                 <td colspan=\"2\" class=\"TableDescription\" itemprop=\"description\">{{ product.description|raw }}</td>
  1988.                                                                                                                             </tr>
  1989.                                                                                                                         </tbody>
  1990.                                                                                                                     </table>
  1991.                                                                                                                 </div>
  1992.                                                                                                                 <div itemprop=\"brand\" itemscope=\"\" itemtype=\"https://schema.org/Brand\">
  1993.                                                                                                                     <meta itemprop=\"name\" content=\"SENSY\">
  1994.                                                                                                                 </div>
  1995.                                                                                                                 <div itemprop=\"offers\" itemscope=\"\" itemtype=\"https://schema.org/Offer\">
  1996.                                                                                                                     <meta itemprop=\"price\" content=\"\">
  1997.                                                                                                                     <meta itemprop=\"priceCurrency\" content=\"EUR\">
  1998.                                                                                                                     <link itemprop=\"availability\" href=\"https://schema.org/InStock\">
  1999.                                                                                                                     <meta itemprop=\"url\" content=\"/{{ lang }}/{{ content.link_rewrite }}/{{ product.link_rewrite }}\">
  2000.                                                                                                                 </div>
  2001.                                                                                                             </div>
  2002.                                                                                                         </div>
  2003.                                                                                                     </div>
  2004.                                                                                                 </div>
  2005.                                                                                             {% endfor %}
  2006.                                                                                         </div>
  2007.                                                                                     </div>
  2008.                                                                                 </div>
  2009.                                                                             </div>
  2010.                                                                         </div>
  2011.                                                                     </div>
  2012.                                                                 </div>
  2013.                                                             </div>
  2014.                                                         </div>
  2015.                                                     </div>
  2016.                                                 </div>
  2017.                                             </div>
  2018.                                         </div>
  2019.                                     </div>
  2020.                                     <div itemprop=\"brand\" itemscope=\"\" itemtype=\"https://schema.org/Brand\">
  2021.                                         <meta itemprop=\"name\" content=\"SENSY\">
  2022.                                     </div>
  2023.                                     <div itemprop=\"offers\" itemscope=\"\" itemtype=\"https://schema.org/Offer\">
  2024.                                         <meta itemprop=\"price\" content=\"\">
  2025.                                         <meta itemprop=\"priceCurrency\" content=\"EUR\">
  2026.                                         <link itemprop=\"availability\" href=\"https://schema.org/InStock\">
  2027.                                         <meta itemprop=\"url\" content=\"/{{ lang }}/weighing-load-cells/{{ content.link_rewrite }}\">
  2028.                                     </div>
  2029.                                 </div>
  2030.                             </div>
  2031.                         </div>
  2032.                     </div>
  2033.                 </div>
  2034.             </div>
  2035.         </div>
  2036.     {% endfor %}
  2037. {% endblock %}""produit/produit.html.twig""/home/adevo/www/sensy/templates/produit/produit.html.twig");
  2038.     }
  2039. }