var/cache/dev/twig/57/57b678896991c0309a59a00b122dcf65.php line 41

Open in your IDE?
  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. /* sub_contractor/index.html.twig */
  15. class __TwigTemplate_f1c62a4fde61a737da258ed70052d347 extends Template
  16. {
  17.     private $source;
  18.     private $macros = [];
  19.     public function __construct(Environment $env)
  20.     {
  21.         parent::__construct($env);
  22.         $this->source $this->getSourceContext();
  23.         $this->blocks = [
  24.             'title' => [$this'block_title'],
  25.             'styles' => [$this'block_styles'],
  26.             'body' => [$this'block_body'],
  27.         ];
  28.     }
  29.     protected function doGetParent(array $context)
  30.     {
  31.         // line 1
  32.         return "base.html.twig";
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""sub_contractor/index.html.twig"));
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""sub_contractor/index.html.twig"));
  41.         $this->parent $this->loadTemplate("base.html.twig""sub_contractor/index.html.twig"1);
  42.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  43.         
  44.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  45.         
  46.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  47.     }
  48.     // line 3
  49.     public function block_title($context, array $blocks = [])
  50.     {
  51.         $macros $this->macros;
  52.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  53.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  55.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  56.         yield "Liste des équipes";
  57.         
  58.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  59.         
  60.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  61.         return; yield '';
  62.     }
  63.     // line 5
  64.     public function block_styles($context, array $blocks = [])
  65.     {
  66.         $macros $this->macros;
  67.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  68.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""styles"));
  69.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  70.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""styles"));
  71.         // line 6
  72.         yield "    ";
  73.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("plugins/custom/datatables/datatables.bundle");
  74.         yield "
  75. ";
  76.         
  77.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  78.         
  79.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  80.         return; yield '';
  81.     }
  82.     // line 9
  83.     public function block_body($context, array $blocks = [])
  84.     {
  85.         $macros $this->macros;
  86.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  87.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  88.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  89.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  90.         // line 10
  91.         yield "    <div id=\"kt_content_container\" class=\"container-fluid\" ";
  92.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusController($this->env"client--index");
  93.         yield ">
  94.         <div class=\"mobile-menu\" ";
  95.         // line 11
  96.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusController($this->env"mission--scroll");
  97.         yield ">
  98.             <div class=\"mobile-head mb-4\">
  99.                 <svg id=\"kt_aside_mobile_toggle\" width=\"48\" class=\"menu-toggle\" height=\"40\" viewBox=\"0 0 48 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  100.                     <rect width=\"48\" height=\"40\" rx=\"6\" fill=\"#F1F0F4\"/>
  101.                     <path d=\"M15.75 20L32.25 20\" stroke=\"#344054\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
  102.                     <path d=\"M15.75 14L32.25 14\" stroke=\"#344054\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
  103.                     <path d=\"M15.75 26L32.25 26\" stroke=\"#344054\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
  104.                 </svg>
  105.                 
  106.                 <h1 class=\"text-uppercase\">Équipes</h1>
  107.                 <svg id=\"search_btn_mobile_open\"  class=\"hidden\"  width=\"48\" height=\"40\" viewBox=\"0 0 48 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  108.                     <rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" fill=\"#F9FAFB\"/>
  109.                     <rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" stroke=\"#EAECF0\"/>
  110.                     <g clip-path=\"url(#clip0_1161_6063)\">
  111.                     <path d=\"M22.5 26C26.6421 26 30 22.6421 30 18.5C30 14.3579 26.6421 11 22.5 11C18.3579 11 15 14.3579 15 18.5C15 22.6421 18.3579 26 22.5 26Z\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
  112.                     <path d=\"M27.8027 23.8035L32.9993 29\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
  113.                     </g>
  114.                     <defs>
  115.                     <clipPath id=\"clip0_1161_6063\">
  116.                     <rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(12 8)\"/>
  117.                     </clipPath>
  118.                     </defs>
  119.                 </svg>
  120.                 <svg id=\"search_btn_mobile_close\" class=\"hidden\" width=\"48\" height=\"40\" viewBox=\"0 0 48 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  121.                     <rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" fill=\"var(--my-flow-pink)\"></rect>
  122.                     <rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" stroke=\"#fff\"></rect>
  123.                     <g clip-path=\"url(#clip0_1161_6063)\">
  124.                     <path d=\"M22.5 26C26.6421 26 30 22.6421 30 18.5C30 14.3579 26.6421 11 22.5 11C18.3579 11 15 14.3579 15 18.5C15 22.6421 18.3579 26 22.5 26Z\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  125.                     <path d=\"M27.8027 23.8035L32.9993 29\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  126.                     </g>
  127.                     <defs>
  128.                     <clipPath id=\"clip0_1161_6063\">
  129.                     <rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(12 8)\"></rect>
  130.                     </clipPath>
  131.                     </defs>
  132.                 </svg>
  133.             </div>
  134.             ";
  135.         // line 71
  136.         yield "        </div>
  137.         <div class=\"titre-header \">
  138.             ";
  139.         // line 73
  140.         if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'73$this->source); })()), "request", [], "any"falsefalsefalse73), "get", ["_route"], "method"falsefalsefalse73) == "sub_contractor_index")) {
  141.             // line 74
  142.             yield "                <h1 class=\"text-uppercase mobile-none\">Équipes</h1>
  143.                 <div class=\"d-flex align-items-center hidden position-relative my-1\" id=\"section-top-presta\">
  144.                     <span class=\"mobile-none svg-icon svg-icon-1 position-absolute ms-6\">
  145.                         <svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" version=\"1.1\">
  146.                             <g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">
  147.                                 <rect x=\"0\" y=\"0\" width=\"24\" height=\"24\" />
  148.                                 <path d=\"M14.2928932,16.7071068 C13.9023689,16.3165825 13.9023689,15.6834175 14.2928932,15.2928932 C14.6834175,14.9023689 15.3165825,14.9023689 15.7071068,15.2928932 L19.7071068,19.2928932 C20.0976311,19.6834175 20.0976311,20.3165825 19.7071068,20.7071068 C19.3165825,21.0976311 18.6834175,21.0976311 18.2928932,20.7071068 L14.2928932,16.7071068 Z\" fill=\"#000000\" fill-rule=\"nonzero\" opacity=\"0.3\" />
  149.                                 <path d=\"M11,16 C13.7614237,16 16,13.7614237 16,11 C16,8.23857625 13.7614237,6 11,6 C8.23857625,6 6,8.23857625 6,11 C6,13.7614237 8.23857625,16 11,16 Z M11,18 C7.13400675,18 4,14.8659932 4,11 C4,7.13400675 7.13400675,4 11,4 C14.8659932,4 18,7.13400675 18,11 C18,14.8659932 14.8659932,18 11,18 Z\" fill=\"#000000\" fill-rule=\"nonzero\" />
  150.                             </g>
  151.                         </svg>
  152.                     </span>
  153.                     <input  type=\"text\"
  154.                            style=\"margin-right: 10px;\"
  155.                            class=\" mobile-none form-control form-control  ps-15 input-search\"
  156.                            placeholder=\"Rechercher ...\"
  157.                             ";
  158.             // line 89
  159.             yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""searchTable""keyup");
  160.             yield "
  161.                     />
  162.                     <input  type=\"text\"
  163.                            id=\"tarif-min\"
  164.                            name=\"min\"
  165.                            style=\"margin-right: 5px;\"
  166.                            class=\" mobile-none form-control form-control w-150px ps-15\"
  167.                            placeholder=\"Tarif mini ";
  168.             // line 96
  169.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["min_price"]) || array_key_exists("min_price"$context) ? $context["min_price"] : (function () { throw new RuntimeError('Variable "min_price" does not exist.'96$this->source); })()), "html"nulltrue);
  170.             yield "\"
  171.                         ";
  172.             // line 97
  173.             yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""searchTarif""keyup");
  174.             yield "
  175.                     />
  176.                     <input  type=\"text\"
  177.                            id=\"tarif-max\"
  178.                            name=\"max\"
  179.                            class=\" mobile-none form-control form-control w-150px ps-15\"
  180.                            placeholder=\"Tarif max  ";
  181.             // line 103
  182.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["max_price"]) || array_key_exists("max_price"$context) ? $context["max_price"] : (function () { throw new RuntimeError('Variable "max_price" does not exist.'103$this->source); })()), "html"nulltrue);
  183.             yield "\"
  184.                         ";
  185.             // line 104
  186.             yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""searchTarif""keyup");
  187.             yield "
  188.                     />
  189.                 </div>
  190.                 <div>
  191.                     <a href=\"";
  192.             // line 108
  193.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sub_contractor_new");
  194.             yield "\" class=\"btn btn-primary-custom font-weight-bold btn-add-presta\">Ajouter</a>
  195.                     ";
  196.             // line 109
  197.             if ( !(null === (isset($context["subContractors"]) || array_key_exists("subContractors"$context) ? $context["subContractors"] : (function () { throw new RuntimeError('Variable "subContractors" does not exist.'109$this->source); })()))) {
  198.                 // line 110
  199.                 yield "                        <a target=\"_blank\" href=\"";
  200.                 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sub_contractor_export", ["type" => "subcontractor"]);
  201.                 yield "\" class=\"btn btn-primary\">Exporter</a>
  202.                     ";
  203.             }
  204.             // line 112
  205.             yield "                </div>
  206.                
  207.             ";
  208.         }
  209.         // line 115
  210.         yield "        </div>
  211.         <div class=\"card shadow-sm mt-5\">
  212.             <div class=\"card-body\" style=\"padding-top:0;\">
  213.                 <div class=\"ctn-filter partner ctn-filter mt-8 my-4\" style=\"align-items:baseline\">
  214.                     <div>
  215.                         <button id=\"show-filter\" class=\"btn btn-filter collapsed \" data-toggle=\"collapse\" data-target=\"#refontefilterfile\" aria-expanded=\"false\" aria-controls=\"collapsefilter\">Filtrer
  216.                             <svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  217.                                 <g clip-path=\"url(#clip0_2053_1644)\">
  218.                                     <path d=\"M6 13.25H18\" stroke=\"#344054\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  219.                                     <path d=\"M2.25 8.75H21.75\" stroke=\"#344054\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  220.                                     <path d=\"M9.75 17.75H14.25\" stroke=\"#344054\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  221.                                 </g>
  222.                                 <defs>
  223.                                     <clipPath id=\"clip0_2053_1644\">
  224.                                         <rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  225.                                     </clipPath>
  226.                                 </defs>
  227.                             </svg>
  228.                         </button>
  229.                     </div>
  230.                     <div class=\"ml-4 w-96\" style=\"width: 96%;overflow-x: auto;\">
  231.                         <div class=\"container-filter collapse \" id=\"refontefilterfile\" style=\"\">
  232.                             <div id=\"refonte\" style=\"gap: 12px;padding:0 !important;border:0;width: 100% !important;align-items: baseline;\" class=\"refont-table mrn-grid  position-relative cursor:pointer;  width: 900px;  \">
  233.                                 <div class=\"div-relative\">
  234.                                     <input  type=\"text\"
  235.                                         style=\"margin-right: 10px;\"
  236.                                         class=\"form-control input-search mb-0\"
  237.                                         placeholder=\"Recherchez par nom, email, ...\"
  238.                                             ";
  239.         // line 144
  240.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""searchTableTwoColonne""keyup");
  241.         yield "
  242.                                     />
  243.                                     <button class=\"icon-search \" type=\"submit\">
  244.                                         <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  245.                                             <g clip-path=\"url(#clip0_2027_2078)\">
  246.                                                 <path d=\"M10.5 18C14.6421 18 18 14.6421 18 10.5C18 6.35786 14.6421 3 10.5 3C6.35786 3 3 6.35786 3 10.5C3 14.6421 6.35786 18 10.5 18Z\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  247.                                                 <path d=\"M15.8035 15.8035L21 21\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  248.                                             </g>
  249.                                             <defs>
  250.                                                 <clipPath id=\"clip0_2027_2078\">
  251.                                                     <rect width=\"24\" height=\"24\" fill=\"white\"></rect>
  252.                                                 </clipPath>
  253.                                             </defs>
  254.                                         </svg>
  255.                                     </button>
  256.                                 </div>
  257.                                 <div class=\"div-relative\">
  258.                                     <input  type=\"text\"
  259.                                         style=\"margin-right: 10px;\"
  260.                                         class=\"form-control input-search mb-0\"
  261.                                         placeholder=\"Recherchez par rôle\"
  262.                                         ";
  263.         // line 165
  264.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""searchTableRole""keyup");
  265.         yield "
  266.                                     />
  267.                                     <button class=\"icon-search \">
  268.                                         <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  269.                                             <g clip-path=\"url(#clip0_2027_2078)\">
  270.                                                 <path d=\"M10.5 18C14.6421 18 18 14.6421 18 10.5C18 6.35786 14.6421 3 10.5 3C6.35786 3 3 6.35786 3 10.5C3 14.6421 6.35786 18 10.5 18Z\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  271.                                                 <path d=\"M15.8035 15.8035L21 21\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  272.                                             </g>
  273.                                             <defs>
  274.                                                 <clipPath id=\"clip0_2027_2078\">
  275.                                                     <rect width=\"24\" height=\"24\" fill=\"white\"></rect>
  276.                                                 </clipPath>
  277.                                             </defs>
  278.                                         </svg>
  279.                                     </button>
  280.                                 </div>
  281.                                 <div class=\"div-relative\">
  282.                                     <input  type=\"text\"
  283.                                         style=\"margin-right: 10px;\"
  284.                                         class=\"form-control input-search mb-0\"
  285.                                         placeholder=\"Recherchez par métier\"
  286.                                             ";
  287.         // line 186
  288.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""searchTableJob""keyup");
  289.         yield "
  290.                                     />
  291.                                     <button class=\"icon-search \">
  292.                                         <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  293.                                             <g clip-path=\"url(#clip0_2027_2078)\">
  294.                                                 <path d=\"M10.5 18C14.6421 18 18 14.6421 18 10.5C18 6.35786 14.6421 3 10.5 3C6.35786 3 3 6.35786 3 10.5C3 14.6421 6.35786 18 10.5 18Z\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  295.                                                 <path d=\"M15.8035 15.8035L21 21\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  296.                                             </g>
  297.                                             <defs>
  298.                                                 <clipPath id=\"clip0_2027_2078\">
  299.                                                     <rect width=\"24\" height=\"24\" fill=\"white\"></rect>
  300.                                                 </clipPath>
  301.                                             </defs>
  302.                                         </svg>
  303.                                     </button>
  304.                                 </div>
  305.                                 <div class=\"div-relative\">
  306.                                     <input  type=\"text\"
  307.                                         style=\"margin-right: 10px;\"
  308.                                         class=\"form-control input-search mb-0\"
  309.                                         placeholder=\"Recherchez par service\"
  310.                                             ";
  311.         // line 207
  312.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""searchTableService""keyup");
  313.         yield "
  314.                                     />
  315.                                     <button class=\"icon-search \">
  316.                                         <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  317.                                             <g clip-path=\"url(#clip0_2027_2078)\">
  318.                                                 <path d=\"M10.5 18C14.6421 18 18 14.6421 18 10.5C18 6.35786 14.6421 3 10.5 3C6.35786 3 3 6.35786 3 10.5C3 14.6421 6.35786 18 10.5 18Z\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  319.                                                 <path d=\"M15.8035 15.8035L21 21\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  320.                                             </g>
  321.                                             <defs>
  322.                                                 <clipPath id=\"clip0_2027_2078\">
  323.                                                     <rect width=\"24\" height=\"24\" fill=\"white\"></rect>
  324.                                                 </clipPath>
  325.                                             </defs>
  326.                                         </svg>
  327.                                     </button>
  328.                                 </div>
  329.                                 <div class=\"div-relative\">
  330.                                     <input  type=\"text\"
  331.                                         style=\"margin-right: 10px;\"
  332.                                         class=\"form-control input-search mb-0\"
  333.                                         placeholder=\"Recherchez par TJM\"
  334.                                             ";
  335.         // line 228
  336.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""searchTableTjm""keyup");
  337.         yield "
  338.                                     />
  339.                                     <button class=\"icon-search \">
  340.                                         <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  341.                                             <g clip-path=\"url(#clip0_2027_2078)\">
  342.                                                 <path d=\"M10.5 18C14.6421 18 18 14.6421 18 10.5C18 6.35786 14.6421 3 10.5 3C6.35786 3 3 6.35786 3 10.5C3 14.6421 6.35786 18 10.5 18Z\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  343.                                                 <path d=\"M15.8035 15.8035L21 21\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  344.                                             </g>
  345.                                             <defs>
  346.                                                 <clipPath id=\"clip0_2027_2078\">
  347.                                                     <rect width=\"24\" height=\"24\" fill=\"white\"></rect>
  348.                                                 </clipPath>
  349.                                             </defs>
  350.                                         </svg>
  351.                                     </button>
  352.                                 </div>
  353.                                 <div class=\"filter-btn \">
  354.                                     <div class=\"btn-wordpress-and-commande\">
  355.                                         <a title=\"Réinitialiser\" href=\"/admin/fournisseurs\" class=\"btn btn-custom bg-custom-pink\">
  356.                                             <svg version=\"1.1\" x=\"0px\" y=\"0px\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24.001\" enable-background=\"new 0 0 24 24.001\" xml:space=\"preserve\">
  357.                                                 <g>
  358.                                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" fill=\"transparent\" d=\"M4.688,24.001c-1.563,0-3.125,0-4.688,0C0,16,0,8,0,0
  359.                                                                                         c6.391,0,12.782,0,19.173,0c-0.4,0.154-0.541,0.451-0.512,0.868c0.039,0.569,0.055,1.139,0.074,1.709
  360.                                                                                         c0.009,0.253,0.001,0.508,0.001,0.788c-0.083-0.058-0.152-0.103-0.218-0.154c-1.753-1.348-3.739-2.099-5.939-2.214
  361.                                                                                         C8.958,0.807,5.917,2.088,3.591,4.862c-2.313,2.757-3.024,5.957-2.27,9.478c0.025,0.118,0.082,0.239,0.155,0.335
  362.                                                                                         c0.181,0.238,0.515,0.309,0.781,0.184c0.3-0.14,0.436-0.435,0.352-0.809c-0.254-1.13-0.326-2.268-0.174-3.418
  363.                                                                                         C2.68,8.762,3.387,7.088,4.626,5.672c2.153-2.46,4.881-3.577,8.148-3.327c1.629,0.125,3.115,0.68,4.475,1.58
  364.                                                                                         c0.216,0.143,0.418,0.308,0.626,0.463c-0.007,0.021-0.014,0.041-0.021,0.062c-0.115,0-0.229-0.004-0.344,0
  365.                                                                                         c-0.796,0.029-1.592,0.058-2.388,0.092c-0.399,0.017-0.68,0.301-0.673,0.666c0.008,0.378,0.305,0.663,0.712,0.65
  366.                                                                                         c1.429-0.045,2.857-0.096,4.285-0.155c0.465-0.02,0.716-0.299,0.7-0.762c-0.049-1.374-0.113-2.747-0.152-4.121
  367.                                                                                         C19.984,0.436,19.849,0.164,19.501,0C21,0,22.5,0,24,0c0,7.996,0,15.992,0,24.001c-6.327,0-12.655,0-18.984,0
  368.                                                                                         c0.404-0.189,0.524-0.511,0.468-0.938c-0.057-0.433-0.086-0.869-0.125-1.305c-0.031-0.359-0.059-0.719-0.088-1.089
  369.                                                                                         c0.045,0.012,0.063,0.012,0.074,0.021c0.102,0.072,0.202,0.147,0.302,0.221c1.82,1.342,3.864,2.038,6.119,2.11
  370.                                                                                         c1.696,0.056,3.321-0.269,4.863-0.985c2.001-0.931,3.588-2.332,4.743-4.213c0.976-1.588,1.493-3.321,1.587-5.18
  371.                                                                                         c0.053-1.02-0.059-2.027-0.286-3.021c-0.072-0.316-0.31-0.519-0.602-0.536c-0.482-0.028-0.792,0.365-0.675,0.88
  372.                                                                                         c0.346,1.519,0.345,3.035-0.046,4.543c-0.541,2.087-1.653,3.806-3.349,5.143c-1.479,1.167-3.161,1.836-5.034,2.008
  373.                                                                                         c-1.959,0.18-3.807-0.212-5.525-1.168c-0.492-0.273-0.949-0.612-1.421-0.922c0.01-0.021,0.02-0.044,0.029-0.066
  374.                                                                                         c0.347-0.032,0.693-0.064,1.04-0.097c0.606-0.057,1.214-0.099,1.817-0.176c0.371-0.048,0.596-0.369,0.557-0.717
  375.                                                                                         c-0.041-0.36-0.344-0.615-0.722-0.582c-1.447,0.126-2.893,0.256-4.338,0.393c-0.388,0.036-0.613,0.307-0.609,0.696
  376.                                                                                         c0.001,0.086,0.006,0.172,0.014,0.257c0.119,1.298,0.25,2.596,0.351,3.896C4.19,23.565,4.322,23.846,4.688,24.001z\"></path>
  377.                                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" fill=\"#FFFFFF\" d=\"M19.501,0c0.348,0.164,0.483,0.436,0.494,0.82
  378.                                                                                         c0.039,1.374,0.104,2.748,0.152,4.121c0.016,0.463-0.235,0.742-0.7,0.762c-1.428,0.059-2.856,0.11-4.285,0.155
  379.                                                                                         c-0.407,0.013-0.704-0.272-0.712-0.65c-0.007-0.365,0.273-0.649,0.673-0.666c0.796-0.034,1.592-0.063,2.388-0.092
  380.                                                                                         c0.114-0.004,0.229,0,0.344,0c0.007-0.021,0.014-0.042,0.021-0.062c-0.208-0.155-0.41-0.32-0.626-0.463
  381.                                                                                         c-1.359-0.899-2.846-1.455-4.475-1.58C9.508,2.095,6.78,3.212,4.626,5.672c-1.239,1.416-1.946,3.09-2.192,4.958
  382.                                                                                         c-0.151,1.151-0.08,2.289,0.174,3.418c0.084,0.374-0.052,0.669-0.352,0.809c-0.266,0.125-0.6,0.055-0.781-0.184
  383.                                                                                         c-0.073-0.096-0.129-0.217-0.155-0.335c-0.755-3.521-0.043-6.721,2.27-9.478c2.326-2.773,5.368-4.055,8.988-3.865
  384.                                                                                         c2.2,0.116,4.187,0.866,5.939,2.214c0.065,0.051,0.135,0.096,0.218,0.154c0-0.28,0.008-0.534-0.001-0.788
  385.                                                                                         c-0.02-0.57-0.035-1.14-0.074-1.709C18.632,0.451,18.772,0.154,19.173,0C19.282,0,19.392,0,19.501,0z\"></path>
  386.                                                     <path fill-rule=\"evenodd\" fill=\"#FFFFFF\" clip-rule=\"evenodd\" d=\"M4.688,24.001c-0.366-0.155-0.498-0.437-0.528-0.827
  387.                                                                                         c-0.101-1.3-0.232-2.598-0.351-3.896c-0.008-0.085-0.013-0.171-0.014-0.257c-0.004-0.39,0.221-0.66,0.609-0.696
  388.                                                                                         c1.446-0.137,2.892-0.267,4.338-0.393c0.378-0.033,0.681,0.222,0.722,0.582c0.04,0.348-0.186,0.669-0.557,0.717
  389.                                                                                         c-0.604,0.077-1.211,0.119-1.817,0.176c-0.347,0.032-0.693,0.064-1.04,0.097c-0.01,0.022-0.02,0.045-0.029,0.066
  390.                                                                                         c0.473,0.31,0.929,0.648,1.421,0.922c1.719,0.956,3.566,1.348,5.525,1.168c1.873-0.172,3.556-0.841,5.034-2.008
  391.                                                                                         c1.695-1.337,2.808-3.056,3.349-5.143c0.391-1.509,0.392-3.024,0.046-4.543c-0.117-0.515,0.192-0.908,0.675-0.88
  392.                                                                                         c0.292,0.017,0.529,0.22,0.602,0.536c0.228,0.994,0.339,2.001,0.286,3.021c-0.094,1.858-0.611,3.592-1.587,5.18
  393.                                                                                         c-1.155,1.881-2.742,3.282-4.743,4.213c-1.542,0.717-3.167,1.041-4.863,0.985c-2.255-0.072-4.299-0.769-6.119-2.11
  394.                                                                                         c-0.101-0.073-0.201-0.148-0.302-0.221c-0.011-0.009-0.028-0.009-0.074-0.021c0.03,0.37,0.057,0.729,0.088,1.089
  395.                                                                                         c0.039,0.436,0.067,0.872,0.125,1.305c0.056,0.428-0.064,0.749-0.468,0.938C4.907,24.001,4.797,24.001,4.688,24.001z\"></path>
  396.                                                 </g>
  397.                                             </svg>
  398.                                         </a>
  399.                                     </div>
  400.                                 </div>
  401.                                 <div class=\"btn-wordpress-and-commande hidden\">
  402.                                     <div class=\"filter-btn\">
  403.                                         <button data-bs-toggle=\"modal\" data-bs-target=\"#addRessourceModal\" class=\"btn btn-custom bg-custom-pink btn-addressource\">
  404.                                             <svg width=\"20\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  405.                                                 <path d=\"M0.92 6.778V4.432H5.313V0.0389988H7.659V4.432H12.052V6.778H7.659V11.171H5.313V6.778H0.92Z\" fill=\"white\"/>
  406.                                             </svg>
  407.                                         </button>
  408.                                     </div>
  409.                                 </div>
  410.                             </div>
  411.                         </div>
  412.                     </div>
  413.                 </div>
  414.                 ";
  415.         // line 305
  416.         if ( !Twig\Extension\CoreExtension::testEmpty((isset($context["subContractors"]) || array_key_exists("subContractors"$context) ? $context["subContractors"] : (function () { throw new RuntimeError('Variable "subContractors" does not exist.'305$this->source); })()))) {
  417.             // line 306
  418.             yield "                    <table id=\"kt_datatable_example_1\" class=\"table table-row-bordered gy-5\" ";
  419.             yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusTarget($this->env"client--index""datatable");
  420.             yield ">
  421.                         <thead>
  422.                             <tr class=\"fw-bold fs-6 text-muted\">
  423.                                 <th></th>
  424.                                 <th>
  425.                                     <span class=\"flitre-icon\">
  426.                                         Nom
  427.                                         <div class=\"container-icon\">
  428.                                             <a href=\"?name-short=ASC\" class=\"icon-linkd\" ";
  429.             // line 314
  430.             yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  431.             yield ">
  432.                                                 <svg style=\"transform: rotate(181deg);margin-bottom: -11px;\" width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  433.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  434.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  435.                                                     </g>
  436.                                                     <defs>
  437.                                                         <clipPath id=\"clip0_2060_1657\">
  438.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  439.                                                         </clipPath>
  440.                                                     </defs>
  441.                                                 </svg>
  442.                                             </a>
  443.                                             <a href=\"?name-short=DESC\" class=\"icon-link2s\" ";
  444.             // line 326
  445.             yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  446.             yield ">
  447.                                                 <svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  448.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  449.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  450.                                                     </g>
  451.                                                     <defs>
  452.                                                         <clipPath id=\"clip0_2060_1657\">
  453.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  454.                                                         </clipPath>
  455.                                                     </defs>
  456.                                                 </svg>
  457.                                             </a>
  458.                                         </div>
  459.                                     </span>
  460.                                 </th>
  461.                                 <th>
  462.                                     <span class=\"flitre-icon\">
  463.                                         Rôle
  464.                                         <div class=\"container-icon\">
  465.                                             <a href=\"?name-short=ASC\" class=\"icon-linkd\" ";
  466.             // line 345
  467.             yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  468.             yield ">
  469.                                                 <svg style=\"transform: rotate(181deg);margin-bottom: -11px;\" width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  470.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  471.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  472.                                                     </g>
  473.                                                     <defs>
  474.                                                         <clipPath id=\"clip0_2060_1657\">
  475.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  476.                                                         </clipPath>
  477.                                                     </defs>
  478.                                                 </svg>
  479.                                             </a>
  480.                                             <a href=\"?name-short=DESC\" class=\"icon-link2s\" ";
  481.             // line 357
  482.             yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  483.             yield ">
  484.                                                 <svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  485.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  486.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  487.                                                     </g>
  488.                                                     <defs>
  489.                                                         <clipPath id=\"clip0_2060_1657\">
  490.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  491.                                                         </clipPath>
  492.                                                     </defs>
  493.                                                 </svg>
  494.                                             </a>
  495.                                         </div>
  496.                                     </span>
  497.                                 </th>
  498.                                 <th>
  499.                                     <span class=\"flitre-icon\">
  500.                                         Téléphone
  501.                                         <div class=\"container-icon\">
  502.                                             <a href=\"?name-short=ASC\" class=\"icon-linkd\" ";
  503.             // line 376
  504.             yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  505.             yield ">
  506.                                                 <svg style=\"transform: rotate(181deg);margin-bottom: -11px;\" width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  507.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  508.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  509.                                                     </g>
  510.                                                     <defs>
  511.                                                         <clipPath id=\"clip0_2060_1657\">
  512.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  513.                                                         </clipPath>
  514.                                                     </defs>
  515.                                                 </svg>
  516.                                             </a>
  517.                                             <a href=\"?name-short=DESC\" class=\"icon-link2s\" ";
  518.             // line 388
  519.             yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  520.             yield ">
  521.                                                 <svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  522.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  523.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  524.                                                     </g>
  525.                                                     <defs>
  526.                                                         <clipPath id=\"clip0_2060_1657\">
  527.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  528.                                                         </clipPath>
  529.                                                     </defs>
  530.                                                 </svg>
  531.                                             </a>
  532.                                         </div>
  533.                                     </span>
  534.                                 </th>
  535.                                 <th style=\"text-align:left\" class=\"w-mail\">
  536.                                     <span class=\"flitre-icon\">
  537.                                         E-mail
  538.                                         <div class=\"container-icon\">
  539.                                             <a href=\"?name-short=ASC\" class=\"icon-linkd\" ";
  540.             // line 407
  541.             yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  542.             yield ">
  543.                                                 <svg style=\"transform: rotate(181deg);margin-bottom: -11px;\" width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  544.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  545.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  546.                                                     </g>
  547.                                                     <defs>
  548.                                                         <clipPath id=\"clip0_2060_1657\">
  549.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  550.                                                         </clipPath>
  551.                                                     </defs>
  552.                                                 </svg>
  553.                                             </a>
  554.                                             <a href=\"?name-short=DESC\" class=\"icon-link2s\" ";
  555.             // line 419
  556.             yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  557.             yield ">
  558.                                                 <svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  559.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  560.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  561.                                                     </g>
  562.                                                     <defs>
  563.                                                         <clipPath id=\"clip0_2060_1657\">
  564.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  565.                                                         </clipPath>
  566.                                                     </defs>
  567.                                                 </svg>
  568.                                             </a>
  569.                                         </div>
  570.                                     </span>
  571.                                 </th>
  572.                                 <th style=\"text-align:left\" class=\"w-metier\">
  573.                                     <span class=\"flitre-icon\">
  574.                                         Métier
  575.                                         <div class=\"container-icon\">
  576.                                             <a href=\"?name-short=ASC\" class=\"icon-linkd\" ";
  577.             // line 438
  578.             yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  579.             yield ">
  580.                                                 <svg style=\"transform: rotate(181deg);margin-bottom: -11px;\" width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  581.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  582.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  583.                                                     </g>
  584.                                                     <defs>
  585.                                                         <clipPath id=\"clip0_2060_1657\">
  586.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  587.                                                         </clipPath>
  588.                                                     </defs>
  589.                                                 </svg>
  590.                                             </a>
  591.                                             <a href=\"?name-short=DESC\" class=\"icon-link2s\" ";
  592.             // line 450
  593.             yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  594.             yield ">
  595.                                                 <svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  596.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  597.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  598.                                                     </g>
  599.                                                     <defs>
  600.                                                         <clipPath id=\"clip0_2060_1657\">
  601.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  602.                                                         </clipPath>
  603.                                                     </defs>
  604.                                                 </svg>
  605.                                             </a>
  606.                                         </div>
  607.                                     </span>
  608.                                 </th>
  609.                                  <th style=\"text-align:left\" class=\"w-metier\">
  610.                                     <span class=\"flitre-icon\">
  611.                                         Services
  612.                                         <div class=\"container-icon\">
  613.                                             <a href=\"?name-short=ASC\" class=\"icon-linkd\" ";
  614.             // line 469
  615.             yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  616.             yield ">
  617.                                                 <svg style=\"transform: rotate(181deg);margin-bottom: -11px;\" width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  618.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  619.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  620.                                                     </g>
  621.                                                     <defs>
  622.                                                         <clipPath id=\"clip0_2060_1657\">
  623.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  624.                                                         </clipPath>
  625.                                                     </defs>
  626.                                                 </svg>
  627.                                             </a>
  628.                                             <a href=\"?name-short=DESC\" class=\"icon-link2s\" ";
  629.             // line 481
  630.             yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  631.             yield ">
  632.                                                 <svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  633.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  634.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  635.                                                     </g>
  636.                                                     <defs>
  637.                                                         <clipPath id=\"clip0_2060_1657\">
  638.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  639.                                                         </clipPath>
  640.                                                     </defs>
  641.                                                 </svg>
  642.                                             </a>
  643.                                         </div>
  644.                                     </span>
  645.                                 </th>
  646.                                 ";
  647.             // line 497
  648.             yield "                                <th class=\"w-tarif\">
  649.                                     <span class=\"flitre-icon\">
  650.                                        TJM
  651.                                         <div class=\"container-icon\">
  652.                                             <a href=\"?name-short=ASC\" class=\"icon-linkd\" ";
  653.             // line 501
  654.             yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  655.             yield ">
  656.                                                 <svg style=\"transform: rotate(181deg);margin-bottom: -11px;\" width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  657.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  658.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  659.                                                     </g>
  660.                                                     <defs>
  661.                                                         <clipPath id=\"clip0_2060_1657\">
  662.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  663.                                                         </clipPath>
  664.                                                     </defs>
  665.                                                 </svg>
  666.                                             </a>
  667.                                             <a href=\"?name-short=DESC\" class=\"icon-link2s\" ";
  668.             // line 513
  669.             yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  670.             yield ">
  671.                                                 <svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  672.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  673.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  674.                                                     </g>
  675.                                                     <defs>
  676.                                                         <clipPath id=\"clip0_2060_1657\">
  677.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  678.                                                         </clipPath>
  679.                                                     </defs>
  680.                                                 </svg>
  681.                                             </a>
  682.                                         </div>
  683.                                     </span>
  684.                                 </th>
  685.                                 <th style=\"text-align:left;\">
  686.                                     <span class=\"flitre-icon\">
  687.                                        Statut
  688.                                         <div class=\"container-icon\">
  689.                                             <a href=\"?name-short=ASC\" class=\"icon-linkd\" ";
  690.             // line 532
  691.             yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  692.             yield ">
  693.                                                 <svg style=\"transform: rotate(181deg);margin-bottom: -11px;\" width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  694.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  695.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  696.                                                     </g>
  697.                                                     <defs>
  698.                                                         <clipPath id=\"clip0_2060_1657\">
  699.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  700.                                                         </clipPath>
  701.                                                     </defs>
  702.                                                 </svg>
  703.                                             </a>
  704.                                             <a href=\"?name-short=DESC\" class=\"icon-link2s\" ";
  705.             // line 544
  706.             yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  707.             yield ">
  708.                                                 <svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  709.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  710.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  711.                                                     </g>
  712.                                                     <defs>
  713.                                                         <clipPath id=\"clip0_2060_1657\">
  714.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  715.                                                         </clipPath>
  716.                                                     </defs>
  717.                                                 </svg>
  718.                                             </a>
  719.                                         </div>
  720.                                     </span>
  721.                                 </th>
  722.                                 ";
  723.             // line 560
  724.             yield "                                <th style=\"text-align:left;\">
  725.                                     <span class=\"flitre-icon\">
  726.                                        App mobile
  727.                                         <div class=\"container-icon\">
  728.                                             <a href=\"?name-short=ASC\" class=\"icon-linkd\" ";
  729.             // line 564
  730.             yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  731.             yield ">
  732.                                                 <svg style=\"transform: rotate(181deg);margin-bottom: -11px;\" width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  733.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  734.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  735.                                                     </g>
  736.                                                     <defs>
  737.                                                         <clipPath id=\"clip0_2060_1657\">
  738.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  739.                                                         </clipPath>
  740.                                                     </defs>
  741.                                                 </svg>
  742.                                             </a>
  743.                                             <a href=\"?name-short=DESC\" class=\"icon-link2s\" ";
  744.             // line 576
  745.             yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  746.             yield ">
  747.                                                 <svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  748.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  749.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  750.                                                     </g>
  751.                                                     <defs>
  752.                                                         <clipPath id=\"clip0_2060_1657\">
  753.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  754.                                                         </clipPath>
  755.                                                     </defs>
  756.                                                 </svg>
  757.                                             </a>
  758.                                         </div>
  759.                                     </span>
  760.                                 </th>
  761.                                 ";
  762.             // line 592
  763.             yield "                                <th>Action</th>
  764.                             </tr>
  765.                             <tr class=\"hidden\">
  766.                                 <th></th>
  767.                                 <th></th>
  768.                                 <th></th>
  769.                                 <th></th>
  770.                                 <th></th>
  771.                                 <th></th>
  772.                                 ";
  773.             // line 602
  774.             yield "                                <th></th>
  775.                                 <th></th>
  776.                                 <th style=\"width:100px;\"class=\"pl-0\">
  777.                                     <select name=\"\" class=\"select-sort-user\" id=\"status_filter\" ";
  778.             // line 605
  779.             yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""filter""change");
  780.             yield ">
  781.                                         <option value=\"\">Tous</option>
  782.                                         <option value=\"actif\">Actif</option>
  783.                                         <option value=\"en attente\">En attente</option>
  784.                                     </select>
  785.                                 </th>
  786.                                 <th></th>
  787.                                 <th></th>
  788.                             </tr>
  789.                         </thead>
  790.                         <tbody>
  791.                         ";
  792.             // line 616
  793.             $context["ROLE_MANAGER"] = ["ROLE_MANAGER"];
  794.             // line 617
  795.             yield "                        ";
  796.             $context['_parent'] = $context;
  797.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["subContractors"]) || array_key_exists("subContractors"$context) ? $context["subContractors"] : (function () { throw new RuntimeError('Variable "subContractors" does not exist.'617$this->source); })()));
  798.             foreach ($context['_seq'] as $context["_key"] => $context["subContractor"]) {
  799.                 // line 618
  800.                 yield "                            <tr>
  801.                                 <td onclick=\"goTo('";
  802.                 // line 619
  803.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sub_contractor_edit", ["id" => CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "id", [], "any"falsefalsefalse619)]), "html"nulltrue);
  804.                 yield "')\" style=\"cursor: pointer;vertical-align: middle;\">
  805.                                 <div style=\"position:relative\">
  806.                                         ";
  807.                 // line 621
  808.                 if ( !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "pictureName", [], "any"falsefalsefalse621))) {
  809.                     // line 622
  810.                     yield "                                            <img src=\"";
  811.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset($context["subContractor"], "picture"), "html"nulltrue);
  812.                     yield "\" class=\"_profil-image-user\" style=\"width: 32px; height:32px; border-radius: 15px;    object-fit: cover;\">
  813.                                         ";
  814.                 } else {
  815.                     // line 624
  816.                     yield "                                            <div class=\"symbol symbol-35px\">
  817.                                                 <div class=\"_profil-image-user\">
  818.                                                     ";
  819.                     // line 626
  820.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::slice($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "firstname", [], "any"falsefalsefalse626), 01), "html"nulltrue);
  821.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::slice($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "lastname", [], "any"falsefalsefalse626), 01), "html"nulltrue);
  822.                     yield "
  823.                                                 </div>
  824.                                             </div>
  825.                                         ";
  826.                 }
  827.                 // line 631
  828.                 yield "                                        
  829.                                         ";
  830.                 // line 632
  831.                 if ((CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "getLastActivityInMinute", [], "method"falsefalsefalse632) < 10)) {
  832.                     // line 633
  833.                     yield "                                            <span class=\"status-online\" ></span>
  834.                                         ";
  835.                 } else {
  836.                     // line 635
  837.                     yield "                                            <span class=\"status-offline\" ></span>
  838.                                         ";
  839.                 }
  840.                 // line 637
  841.                 yield "                                    </div>
  842.                                 </td>
  843.                                 <td onclick=\"goTo('";
  844.                 // line 639
  845.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sub_contractor_edit", ["id" => CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "id", [], "any"falsefalsefalse639)]), "html"nulltrue);
  846.                 yield "')\" style=\"cursor: pointer;vertical-align: middle;\">
  847.                                     ";
  848.                 // line 640
  849.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "firstname", [], "any"falsefalsefalse640), "html"nulltrue);
  850.                 yield " ";
  851.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "lastname", [], "any"falsefalsefalse640), "html"nulltrue);
  852.                 yield "
  853.                                     <span style=\"display: block;white-space: nowrap;font-size: 10px;font-weight: bold;color: gray;\">Annuaire: ";
  854.                 // line 641
  855.                 yield ((CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "acceptPresentation", [], "any"falsefalsefalse641)) ? ("Oui") : ("Non"));
  856.                 yield "</span>
  857.                                     ";
  858.                 // line 642
  859.                 if (CoreExtension::inFilter("ROLE_BOT"CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "roles", [], "any"falsefalsefalse642))) {
  860.                     // line 643
  861.                     yield "                                        <strong>(BOT)</strong>
  862.                                     ";
  863.                 }
  864.                 // line 645
  865.                 yield "                                </td>
  866.                                 <td onclick=\"goTo('";
  867.                 // line 646
  868.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sub_contractor_edit", ["id" => CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "id", [], "any"falsefalsefalse646)]), "html"nulltrue);
  869.                 yield "')\" style=\"cursor: pointer;vertical-align: middle;\">
  870.                                 
  871.                                     ";
  872.                 // line 649
  873.                 if ((CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "manager", [], "any"falsefalsefalse649) == true)) {
  874.                     // line 650
  875.                     yield "                                        Gestionnaire 
  876.                                     ";
  877.                 }
  878.                 // line 652
  879.                 yield "                                    ";
  880.                 if ((CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "salary", [], "any"falsefalsefalse652) == true)) {
  881.                     // line 653
  882.                     yield "                                        Salarié 
  883.                                     ";
  884.                 }
  885.                 // line 655
  886.                 yield "                                    ";
  887.                 if ((CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "partner", [], "any"falsefalsefalse655) == true)) {
  888.                     // line 656
  889.                     yield "                                        Partenaire
  890.                                     ";
  891.                 }
  892.                 // line 658
  893.                 yield "
  894.                                 </td>
  895.                                 <td onclick=\"goTo('";
  896.                 // line 660
  897.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sub_contractor_edit", ["id" => CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "id", [], "any"falsefalsefalse660)]), "html"nulltrue);
  898.                 yield "')\" style=\"cursor: pointer;vertical-align: middle;color: #344054;text-decoration: none;\">";
  899.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "cellPhone", [], "any"falsefalsefalse660), "html"nulltrue);
  900.                 yield "</td>
  901.                                 <td onclick=\"goTo('";
  902.                 // line 661
  903.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sub_contractor_edit", ["id" => CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "id", [], "any"falsefalsefalse661)]), "html"nulltrue);
  904.                 yield "')\" style=\"cursor: pointer;vertical-align: middle;max-width:218px;\"><a class=\"text-decoration-underline\" style=\"color: #344054;text-decoration: none !important;display:block;max-width:95px;\" href=\"mailto: ";
  905.                 if ( !(null === CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "myFlowEmail", [], "any"falsefalsefalse661))) {
  906.                     // line 662
  907.                     yield "                                        ";
  908.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "myFlowEmail", [], "any"falsefalsefalse662), "html"nulltrue);
  909.                     yield "
  910.                                     ";
  911.                 } else {
  912.                     // line 664
  913.                     yield "                                        ";
  914.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "email", [], "any"falsefalsefalse664), "html"nulltrue);
  915.                     yield "
  916.                                     ";
  917.                 }
  918.                 // line 665
  919.                 yield "\">
  920.                                     ";
  921.                 // line 666
  922.                 if ( !(null === CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "myFlowEmail", [], "any"falsefalsefalse666))) {
  923.                     // line 667
  924.                     yield "                                        ";
  925.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "myFlowEmail", [], "any"falsefalsefalse667), "html"nulltrue);
  926.                     yield "
  927.                                     ";
  928.                 } else {
  929.                     // line 669
  930.                     yield "                                        ";
  931.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "email", [], "any"falsefalsefalse669), "html"nulltrue);
  932.                     yield "
  933.                                     ";
  934.                 }
  935.                 // line 671
  936.                 yield "                                </a></td>
  937.                                 <td onclick=\"goTo('";
  938.                 // line 672
  939.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sub_contractor_edit", ["id" => CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "id", [], "any"falsefalsefalse672)]), "html"nulltrue);
  940.                 yield "')\" style=\"cursor: pointer;vertical-align: middle;\">
  941.                                    ";
  942.                 // line 673
  943.                 if ((CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "manager", [], "any"falsefalsefalse673) != true)) {
  944.                     yield 
  945.                                         <div class=\"content-tooltips tooltips\">
  946.                                             <div class=\"more-service\">
  947.                                                 ";
  948.                     // line 676
  949.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::join(CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "jobs", [], "any"falsefalsefalse676), ", "), "html"nulltrue);
  950.                     yield "
  951.                                             </div>
  952.                                             <div align=\"center\" class=\"content-mission-tooltips\">
  953.                                                 <p class=\"mission-tooltips\" style=\"min-width:300px !important;\">
  954.                                                    ";
  955.                     // line 680
  956.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::join(CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "jobs", [], "any"falsefalsefalse680), ", "), "html"nulltrue);
  957.                     yield "
  958.                                                 </p>
  959.                                             </div>
  960.                                         </div>
  961.                                    ";
  962.                 }
  963.                 // line 685
  964.                 yield "                                </td>
  965.                                 <td onclick=\"goTo('";
  966.                 // line 686
  967.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sub_contractor_edit", ["id" => CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "id", [], "any"falsefalsefalse686)]), "html"nulltrue);
  968.                 yield "')\" style=\"cursor: pointer;vertical-align: middle;\">
  969.                                     <div class=\"content-tooltips tooltips\">
  970.                                         <div class=\"more-service\">
  971.                                             ";
  972.                 // line 689
  973.                 $context['_parent'] = $context;
  974.                 $context['_seq'] = CoreExtension::ensureTraversable($this->extensions['App\Twig\UserTwig']->subcontractorService(CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "id", [], "any"falsefalsefalse689)));
  975.                 foreach ($context['_seq'] as $context["_key"] => $context["service"]) {
  976.                     // line 690
  977.                     yield "                                                ";
  978.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["service"], "product", [], "any"falsefalsefalse690), "name", [], "any"falsefalsefalse690), "html"nulltrue);
  979.                     yield "
  980.                                             ";
  981.                 }
  982.                 $_parent $context['_parent'];
  983.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['service'], $context['_parent'], $context['loop']);
  984.                 $context array_intersect_key($context$_parent) + $_parent;
  985.                 // line 692
  986.                 yield "                                        </div>
  987.                                         <div align=\"center\" class=\"content-mission-tooltips\">
  988.                                             <p class=\"mission-tooltips\" style=\"min-width: 475px !important;\">
  989.                                                 ";
  990.                 // line 695
  991.                 $context['_parent'] = $context;
  992.                 $context['_seq'] = CoreExtension::ensureTraversable($this->extensions['App\Twig\UserTwig']->subcontractorService(CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "id", [], "any"falsefalsefalse695)));
  993.                 foreach ($context['_seq'] as $context["_key"] => $context["service"]) {
  994.                     // line 696
  995.                     yield "                                                    ";
  996.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["service"], "product", [], "any"falsefalsefalse696), "name", [], "any"falsefalsefalse696), "html"nulltrue);
  997.                     yield " <br>
  998.                                                 ";
  999.                 }
  1000.                 $_parent $context['_parent'];
  1001.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['service'], $context['_parent'], $context['loop']);
  1002.                 $context array_intersect_key($context$_parent) + $_parent;
  1003.                 // line 698
  1004.                 yield "                                            </p>
  1005.                                         </div>
  1006.                                     </div>
  1007.                                 </td>
  1008.                                 ";
  1009.                 // line 709
  1010.                 yield "                                <td onclick=\"goTo('";
  1011.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sub_contractor_edit", ["id" => CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "id", [], "any"falsefalsefalse709)]), "html"nulltrue);
  1012.                 yield "')\" style=\"cursor: pointer;vertical-align: middle;\">";
  1013.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "dailyRate", [], "any"falsefalsefalse709), "html"nulltrue);
  1014.                 yield " €</td>
  1015.                                 <td style=\"cursor: pointer;vertical-align: middle;\">
  1016.                                     <a href=\"";
  1017.                 // line 711
  1018.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("subcontractor_toggle_availabilty", ["availabilty" => ((CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "enabled", [], "any"falsefalsefalse711)) ? ("disable") : ("enable")), "id" => CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "id", [], "any"falsefalsefalse711)]), "html"nulltrue);
  1019.                 yield "\">
  1020.                                         ";
  1021.                 // line 712
  1022.                 if ((CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "enabled", [], "any"falsefalsefalse712) == 0)) {
  1023.                     // line 713
  1024.                     yield "                                            <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-x\" viewbox=\"0 0 16 16\">
  1025.                                                 <path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z\"/>
  1026.                                             </svg>
  1027.                                             (En attente)
  1028.                                         ";
  1029.                 } elseif (Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source,                 // line 717
  1030. $context["subContractor"], "resaleRate", [], "any"falsefalsefalse717))) {
  1031.                     // line 718
  1032.                     yield "                                            <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-x\" viewbox=\"0 0 16 16\">
  1033.                                                 <path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z\"/>
  1034.                                             </svg>
  1035.                                             (A completer)
  1036.                                         ";
  1037.                 } elseif (( !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source,                 // line 722
  1038. $context["subContractor"], "resaleRate", [], "any"falsefalsefalse722)) && (CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "enabled", [], "any"falsefalsefalse722) == true))) {
  1039.                     // line 723
  1040.                     yield "                                            <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-check2\" viewbox=\"0 0 16 16\">
  1041.                                                 <path d=\"M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z\"/>
  1042.                                             </svg>
  1043.                                             <span style=\"visibility: hidden;\">Actif</span>
  1044.                                         ";
  1045.                 }
  1046.                 // line 728
  1047.                 yield "                                    </a>
  1048.                                 </td>
  1049.                                 ";
  1050.                 // line 731
  1051.                 yield "                                <td style=\"cursor: pointer;vertical-align: middle;\">
  1052.                                     <a>
  1053.                                         ";
  1054.                 // line 733
  1055.                 if ($this->extensions['App\Twig\UtilsTwig']->userHaveApplication($context["subContractor"])) {
  1056.                     // line 734
  1057.                     yield "                                            <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-check2\" viewbox=\"0 0 16 16\">
  1058.                                                 <path d=\"M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z\"/>
  1059.                                             </svg>
  1060.                                             <span style=\"visibility: hidden;\">1</span>
  1061.                                         ";
  1062.                 } else {
  1063.                     // line 739
  1064.                     yield "                                            <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-x\" viewbox=\"0 0 16 16\">
  1065.                                                 <path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z\"/>
  1066.                                             </svg>
  1067.                                             <span style=\"visibility: hidden;\">0</span>
  1068.                                         ";
  1069.                 }
  1070.                 // line 744
  1071.                 yield "                                        
  1072.                                         
  1073.                                     </a>
  1074.                                 </td>
  1075.                                 ";
  1076.                 // line 750
  1077.                 yield "                                <td>
  1078.                                 <div class=\"dropdown\">
  1079.                                     <button data-bs-toggle=\"dropdown\" aria-expanded=\"false\" class=\"btn btn-transparant\" id=\"buttonactionSoustraitant";
  1080.                 // line 752
  1081.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "id", [], "any"falsefalsefalse752), "html"nulltrue);
  1082.                 yield "\">
  1083.                                         <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-three-dots\" viewBox=\"0 0 16 16\">
  1084.                                             <path d=\"M3 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm5 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm5 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/>
  1085.                                         </svg>
  1086.                                     </button>
  1087.                                     <div class=\"dropdown-menu menu menu-sub menu-sub-dropdown menu-column menu-rounded menu-gray-600 menu-state-bg-light-primary fw-bold fs-7 w-200px py-4\"
  1088.                                         data-kt-menu=\"true\" aria-labelledby=\"buttonactionSoustraitant";
  1089.                 // line 758
  1090.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "id", [], "any"falsefalsefalse758), "html"nulltrue);
  1091.                 yield "\">
  1092.                                         <div class=\"menu-item px-3\">
  1093.                                         
  1094.                                             <a href=\"";
  1095.                 // line 761
  1096.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sub_contractor_edit", ["id" => CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "id", [], "any"falsefalsefalse761)]), "html"nulltrue);
  1097.                 yield "\" class=\"menu-link px-3\">
  1098.                                                 Modifier
  1099.                                             </a>
  1100.                                         
  1101.                                         </div>
  1102.                                         ";
  1103.                 // line 766
  1104.                 if ((CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "enabled", [], "any"falsefalsefalse766) == 0)) {
  1105.                     // line 767
  1106.                     yield "                                            <div class=\"menu-item px-3\">
  1107.                                                 <a href=\"";
  1108.                     // line 768
  1109.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sub_contractor_resend_registration_email", ["id" => CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "id", [], "any"falsefalsefalse768)]), "html"nulltrue);
  1110.                     yield "\" class=\"menu-link px-3\">
  1111.                                                     Renvoyer l'email d'inscription
  1112.                                                 </a>
  1113.                                             </div>
  1114.                                         ";
  1115.                 }
  1116.                 // line 773
  1117.                 yield "                                        <div class=\"menu-item px-3\">
  1118.                                             <a href=\"#\" data-url=\"";
  1119.                 // line 774
  1120.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sub_contractor_delete", ["id" => CoreExtension::getAttribute($this->env$this->source$context["subContractor"], "id", [], "any"falsefalsefalse774)]), "html"nulltrue);
  1121.                 yield "\" class=\"menu-link px-3\" ";
  1122.                 yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""deleteSubcontractor""click");
  1123.                 yield ">
  1124.                                                 Supprimer
  1125.                                             </a>
  1126.                                         </div>
  1127.                                     </div>
  1128.                                     </div>
  1129.                                 </td>
  1130.                             </tr>
  1131.                         ";
  1132.             }
  1133.             $_parent $context['_parent'];
  1134.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['subContractor'], $context['_parent'], $context['loop']);
  1135.             $context array_intersect_key($context$_parent) + $_parent;
  1136.             // line 783
  1137.             yield "                    </table>
  1138.                 ";
  1139.         } else {
  1140.             // line 785
  1141.             yield "                    ";
  1142.             if (($this->extensions['App\Twig\UserTwig']->isAgency() == true)) {
  1143.                 // line 786
  1144.                 yield "                        <p class=\"font-weight-bold text-center mt-8 mb-8\"><br>Vous n'avez actuellement aucun membre dans votre équipe. <br>Pour collaborer plus facilement et partager vos projets, ajoutez des membres <a href=\"";
  1145.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("agency_edit", ["id" => CoreExtension::getAttribute($this->env$this->source, (isset($context["company"]) || array_key_exists("company"$context) ? $context["company"] : (function () { throw new RuntimeError('Variable "company" does not exist.'786$this->source); })()), "id", [], "any"falsefalsefalse786), "userTab" => true]), "html"nulltrue);
  1146.                 yield "\">en cliquant ici.</a></p>
  1147.                     ";
  1148.             } else {
  1149.                 // line 788
  1150.                 yield "                        <p class=\"font-weight-bold text-center mt-8 mb-8\"><br>Vous n'avez actuellement aucun membre dans votre équipe. <br>Pour collaborer plus facilement et partager vos projets, ajoutez des membres <a href=\"";
  1151.                 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sub_contractor_new");
  1152.                 yield "\">en cliquant ici.</a></p>
  1153.                     ";
  1154.             }
  1155.             // line 790
  1156.             yield "                ";
  1157.         }
  1158.         // line 791
  1159.         yield "            </div>
  1160.         </div>
  1161.     </div>
  1162. ";
  1163.         // line 794
  1164.         yield from         $this->loadTemplate("sub_contractor/_modal_remove_subcontractor.html.twig""sub_contractor/index.html.twig"794)->unwrap()->yield($context);
  1165.         // line 795
  1166.         yield "
  1167. ";
  1168.         
  1169.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1170.         
  1171.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1172.         return; yield '';
  1173.     }
  1174.     /**
  1175.      * @codeCoverageIgnore
  1176.      */
  1177.     public function getTemplateName()
  1178.     {
  1179.         return "sub_contractor/index.html.twig";
  1180.     }
  1181.     /**
  1182.      * @codeCoverageIgnore
  1183.      */
  1184.     public function isTraitable()
  1185.     {
  1186.         return false;
  1187.     }
  1188.     /**
  1189.      * @codeCoverageIgnore
  1190.      */
  1191.     public function getDebugInfo()
  1192.     {
  1193.         return array (  1194 => 795,  1192 => 794,  1187 => 791,  1184 => 790,  1178 => 788,  1172 => 786,  1169 => 785,  1165 => 783,  1148 => 774,  1145 => 773,  1137 => 768,  1134 => 767,  1132 => 766,  1124 => 761,  1118 => 758,  1109 => 752,  1105 => 750,  1098 => 744,  1091 => 739,  1084 => 734,  1082 => 733,  1078 => 731,  1074 => 728,  1067 => 723,  1065 => 722,  1059 => 718,  1057 => 717,  1051 => 713,  1049 => 712,  1045 => 711,  1037 => 709,  1031 => 698,  1022 => 696,  1018 => 695,  1013 => 692,  1004 => 690,  1000 => 689,  994 => 686,  991 => 685,  983 => 680,  976 => 676,  970 => 673,  966 => 672,  963 => 671,  957 => 669,  951 => 667,  949 => 666,  946 => 665,  940 => 664,  934 => 662,  930 => 661,  924 => 660,  920 => 658,  916 => 656,  913 => 655,  909 => 653,  906 => 652,  902 => 650,  900 => 649,  894 => 646,  891 => 645,  887 => 643,  885 => 642,  881 => 641,  875 => 640,  871 => 639,  867 => 637,  863 => 635,  859 => 633,  857 => 632,  854 => 631,  845 => 626,  841 => 624,  835 => 622,  833 => 621,  828 => 619,  825 => 618,  820 => 617,  818 => 616,  804 => 605,  799 => 602,  788 => 592,  770 => 576,  755 => 564,  749 => 560,  731 => 544,  716 => 532,  694 => 513,  679 => 501,  673 => 497,  655 => 481,  640 => 469,  618 => 450,  603 => 438,  581 => 419,  566 => 407,  544 => 388,  529 => 376,  507 => 357,  492 => 345,  470 => 326,  455 => 314,  443 => 306,  441 => 305,  361 => 228,  337 => 207,  313 => 186,  289 => 165,  265 => 144,  234 => 115,  229 => 112,  223 => 110,  221 => 109,  217 => 108,  210 => 104,  206 => 103,  197 => 97,  193 => 96,  183 => 89,  166 => 74,  164 => 73,  160 => 71,  120 => 11,  115 => 10,  105 => 9,  91 => 6,  81 => 5,  61 => 3,  38 => 1,);
  1194.     }
  1195.     public function getSourceContext()
  1196.     {
  1197.         return new Source("{% extends 'base.html.twig' %}
  1198. {% block title %}Liste des équipes{% endblock %}
  1199. {% block styles %}
  1200.     {{ encore_entry_link_tags('plugins/custom/datatables/datatables.bundle') }}
  1201. {% endblock %}
  1202. {% block body %}
  1203.     <div id=\"kt_content_container\" class=\"container-fluid\" {{ stimulus_controller('client--index') }}>
  1204.         <div class=\"mobile-menu\" {{ stimulus_controller('mission--scroll') }}>
  1205.             <div class=\"mobile-head mb-4\">
  1206.                 <svg id=\"kt_aside_mobile_toggle\" width=\"48\" class=\"menu-toggle\" height=\"40\" viewBox=\"0 0 48 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1207.                     <rect width=\"48\" height=\"40\" rx=\"6\" fill=\"#F1F0F4\"/>
  1208.                     <path d=\"M15.75 20L32.25 20\" stroke=\"#344054\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
  1209.                     <path d=\"M15.75 14L32.25 14\" stroke=\"#344054\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
  1210.                     <path d=\"M15.75 26L32.25 26\" stroke=\"#344054\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
  1211.                 </svg>
  1212.                 
  1213.                 <h1 class=\"text-uppercase\">Équipes</h1>
  1214.                 <svg id=\"search_btn_mobile_open\"  class=\"hidden\"  width=\"48\" height=\"40\" viewBox=\"0 0 48 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1215.                     <rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" fill=\"#F9FAFB\"/>
  1216.                     <rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" stroke=\"#EAECF0\"/>
  1217.                     <g clip-path=\"url(#clip0_1161_6063)\">
  1218.                     <path d=\"M22.5 26C26.6421 26 30 22.6421 30 18.5C30 14.3579 26.6421 11 22.5 11C18.3579 11 15 14.3579 15 18.5C15 22.6421 18.3579 26 22.5 26Z\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
  1219.                     <path d=\"M27.8027 23.8035L32.9993 29\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
  1220.                     </g>
  1221.                     <defs>
  1222.                     <clipPath id=\"clip0_1161_6063\">
  1223.                     <rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(12 8)\"/>
  1224.                     </clipPath>
  1225.                     </defs>
  1226.                 </svg>
  1227.                 <svg id=\"search_btn_mobile_close\" class=\"hidden\" width=\"48\" height=\"40\" viewBox=\"0 0 48 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1228.                     <rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" fill=\"var(--my-flow-pink)\"></rect>
  1229.                     <rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" stroke=\"#fff\"></rect>
  1230.                     <g clip-path=\"url(#clip0_1161_6063)\">
  1231.                     <path d=\"M22.5 26C26.6421 26 30 22.6421 30 18.5C30 14.3579 26.6421 11 22.5 11C18.3579 11 15 14.3579 15 18.5C15 22.6421 18.3579 26 22.5 26Z\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1232.                     <path d=\"M27.8027 23.8035L32.9993 29\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1233.                     </g>
  1234.                     <defs>
  1235.                     <clipPath id=\"clip0_1161_6063\">
  1236.                     <rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(12 8)\"></rect>
  1237.                     </clipPath>
  1238.                     </defs>
  1239.                 </svg>
  1240.             </div>
  1241.             {# <div class=\"collapse align-items-center position-relative my-1 \" id=\"search_container_mobile\" style=\"flex-direction: column;\">
  1242.                 <input type=\"text\"
  1243.                            style=\"margin-right: 10px;\"
  1244.                            class=\"form-control form-control  ps-15 input-search\"
  1245.                            placeholder=\"Rechercher ...\"
  1246.                             {{ stimulus_action('client--index', 'searchTable', 'keyup') }}
  1247.                     />
  1248.                     <input type=\"text\"
  1249.                            id=\"tarif-min\"
  1250.                            name=\"min\"
  1251.                            style=\"margin-right: 5px;\"
  1252.                            class=\"form-control form-control w-150px ps-15\"
  1253.                            placeholder=\"Tarif mini {{min_price}}\"
  1254.                         {{ stimulus_action('client--index', 'searchTarif', 'keyup') }}
  1255.                     />
  1256.                     <input type=\"text\"
  1257.                            id=\"tarif-max\"
  1258.                            name=\"max\"
  1259.                            class=\"form-control form-control w-150px ps-15\"
  1260.                            placeholder=\"Tarif max  {{max_price}}\"
  1261.                         {{ stimulus_action('client--index', 'searchTarif', 'keyup') }}
  1262.                     />
  1263.             </div> #}
  1264.         </div>
  1265.         <div class=\"titre-header \">
  1266.             {% if app.request.get('_route') == 'sub_contractor_index' %}
  1267.                 <h1 class=\"text-uppercase mobile-none\">Équipes</h1>
  1268.                 <div class=\"d-flex align-items-center hidden position-relative my-1\" id=\"section-top-presta\">
  1269.                     <span class=\"mobile-none svg-icon svg-icon-1 position-absolute ms-6\">
  1270.                         <svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" version=\"1.1\">
  1271.                             <g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">
  1272.                                 <rect x=\"0\" y=\"0\" width=\"24\" height=\"24\" />
  1273.                                 <path d=\"M14.2928932,16.7071068 C13.9023689,16.3165825 13.9023689,15.6834175 14.2928932,15.2928932 C14.6834175,14.9023689 15.3165825,14.9023689 15.7071068,15.2928932 L19.7071068,19.2928932 C20.0976311,19.6834175 20.0976311,20.3165825 19.7071068,20.7071068 C19.3165825,21.0976311 18.6834175,21.0976311 18.2928932,20.7071068 L14.2928932,16.7071068 Z\" fill=\"#000000\" fill-rule=\"nonzero\" opacity=\"0.3\" />
  1274.                                 <path d=\"M11,16 C13.7614237,16 16,13.7614237 16,11 C16,8.23857625 13.7614237,6 11,6 C8.23857625,6 6,8.23857625 6,11 C6,13.7614237 8.23857625,16 11,16 Z M11,18 C7.13400675,18 4,14.8659932 4,11 C4,7.13400675 7.13400675,4 11,4 C14.8659932,4 18,7.13400675 18,11 C18,14.8659932 14.8659932,18 11,18 Z\" fill=\"#000000\" fill-rule=\"nonzero\" />
  1275.                             </g>
  1276.                         </svg>
  1277.                     </span>
  1278.                     <input  type=\"text\"
  1279.                            style=\"margin-right: 10px;\"
  1280.                            class=\" mobile-none form-control form-control  ps-15 input-search\"
  1281.                            placeholder=\"Rechercher ...\"
  1282.                             {{ stimulus_action('client--index', 'searchTable', 'keyup') }}
  1283.                     />
  1284.                     <input  type=\"text\"
  1285.                            id=\"tarif-min\"
  1286.                            name=\"min\"
  1287.                            style=\"margin-right: 5px;\"
  1288.                            class=\" mobile-none form-control form-control w-150px ps-15\"
  1289.                            placeholder=\"Tarif mini {{min_price}}\"
  1290.                         {{ stimulus_action('client--index', 'searchTarif', 'keyup') }}
  1291.                     />
  1292.                     <input  type=\"text\"
  1293.                            id=\"tarif-max\"
  1294.                            name=\"max\"
  1295.                            class=\" mobile-none form-control form-control w-150px ps-15\"
  1296.                            placeholder=\"Tarif max  {{max_price}}\"
  1297.                         {{ stimulus_action('client--index', 'searchTarif', 'keyup') }}
  1298.                     />
  1299.                 </div>
  1300.                 <div>
  1301.                     <a href=\"{{ path('sub_contractor_new') }}\" class=\"btn btn-primary-custom font-weight-bold btn-add-presta\">Ajouter</a>
  1302.                     {% if subContractors is not null %}
  1303.                         <a target=\"_blank\" href=\"{{path('sub_contractor_export',{'type':'subcontractor'})}}\" class=\"btn btn-primary\">Exporter</a>
  1304.                     {% endif %}
  1305.                 </div>
  1306.                
  1307.             {% endif %}
  1308.         </div>
  1309.         <div class=\"card shadow-sm mt-5\">
  1310.             <div class=\"card-body\" style=\"padding-top:0;\">
  1311.                 <div class=\"ctn-filter partner ctn-filter mt-8 my-4\" style=\"align-items:baseline\">
  1312.                     <div>
  1313.                         <button id=\"show-filter\" class=\"btn btn-filter collapsed \" data-toggle=\"collapse\" data-target=\"#refontefilterfile\" aria-expanded=\"false\" aria-controls=\"collapsefilter\">Filtrer
  1314.                             <svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1315.                                 <g clip-path=\"url(#clip0_2053_1644)\">
  1316.                                     <path d=\"M6 13.25H18\" stroke=\"#344054\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1317.                                     <path d=\"M2.25 8.75H21.75\" stroke=\"#344054\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1318.                                     <path d=\"M9.75 17.75H14.25\" stroke=\"#344054\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1319.                                 </g>
  1320.                                 <defs>
  1321.                                     <clipPath id=\"clip0_2053_1644\">
  1322.                                         <rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1323.                                     </clipPath>
  1324.                                 </defs>
  1325.                             </svg>
  1326.                         </button>
  1327.                     </div>
  1328.                     <div class=\"ml-4 w-96\" style=\"width: 96%;overflow-x: auto;\">
  1329.                         <div class=\"container-filter collapse \" id=\"refontefilterfile\" style=\"\">
  1330.                             <div id=\"refonte\" style=\"gap: 12px;padding:0 !important;border:0;width: 100% !important;align-items: baseline;\" class=\"refont-table mrn-grid  position-relative cursor:pointer;  width: 900px;  \">
  1331.                                 <div class=\"div-relative\">
  1332.                                     <input  type=\"text\"
  1333.                                         style=\"margin-right: 10px;\"
  1334.                                         class=\"form-control input-search mb-0\"
  1335.                                         placeholder=\"Recherchez par nom, email, ...\"
  1336.                                             {{ stimulus_action('client--index', 'searchTableTwoColonne', 'keyup') }}
  1337.                                     />
  1338.                                     <button class=\"icon-search \" type=\"submit\">
  1339.                                         <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1340.                                             <g clip-path=\"url(#clip0_2027_2078)\">
  1341.                                                 <path d=\"M10.5 18C14.6421 18 18 14.6421 18 10.5C18 6.35786 14.6421 3 10.5 3C6.35786 3 3 6.35786 3 10.5C3 14.6421 6.35786 18 10.5 18Z\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1342.                                                 <path d=\"M15.8035 15.8035L21 21\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1343.                                             </g>
  1344.                                             <defs>
  1345.                                                 <clipPath id=\"clip0_2027_2078\">
  1346.                                                     <rect width=\"24\" height=\"24\" fill=\"white\"></rect>
  1347.                                                 </clipPath>
  1348.                                             </defs>
  1349.                                         </svg>
  1350.                                     </button>
  1351.                                 </div>
  1352.                                 <div class=\"div-relative\">
  1353.                                     <input  type=\"text\"
  1354.                                         style=\"margin-right: 10px;\"
  1355.                                         class=\"form-control input-search mb-0\"
  1356.                                         placeholder=\"Recherchez par rôle\"
  1357.                                         {{ stimulus_action('client--index', 'searchTableRole', 'keyup') }}
  1358.                                     />
  1359.                                     <button class=\"icon-search \">
  1360.                                         <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1361.                                             <g clip-path=\"url(#clip0_2027_2078)\">
  1362.                                                 <path d=\"M10.5 18C14.6421 18 18 14.6421 18 10.5C18 6.35786 14.6421 3 10.5 3C6.35786 3 3 6.35786 3 10.5C3 14.6421 6.35786 18 10.5 18Z\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1363.                                                 <path d=\"M15.8035 15.8035L21 21\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1364.                                             </g>
  1365.                                             <defs>
  1366.                                                 <clipPath id=\"clip0_2027_2078\">
  1367.                                                     <rect width=\"24\" height=\"24\" fill=\"white\"></rect>
  1368.                                                 </clipPath>
  1369.                                             </defs>
  1370.                                         </svg>
  1371.                                     </button>
  1372.                                 </div>
  1373.                                 <div class=\"div-relative\">
  1374.                                     <input  type=\"text\"
  1375.                                         style=\"margin-right: 10px;\"
  1376.                                         class=\"form-control input-search mb-0\"
  1377.                                         placeholder=\"Recherchez par métier\"
  1378.                                             {{ stimulus_action('client--index', 'searchTableJob', 'keyup') }}
  1379.                                     />
  1380.                                     <button class=\"icon-search \">
  1381.                                         <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1382.                                             <g clip-path=\"url(#clip0_2027_2078)\">
  1383.                                                 <path d=\"M10.5 18C14.6421 18 18 14.6421 18 10.5C18 6.35786 14.6421 3 10.5 3C6.35786 3 3 6.35786 3 10.5C3 14.6421 6.35786 18 10.5 18Z\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1384.                                                 <path d=\"M15.8035 15.8035L21 21\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1385.                                             </g>
  1386.                                             <defs>
  1387.                                                 <clipPath id=\"clip0_2027_2078\">
  1388.                                                     <rect width=\"24\" height=\"24\" fill=\"white\"></rect>
  1389.                                                 </clipPath>
  1390.                                             </defs>
  1391.                                         </svg>
  1392.                                     </button>
  1393.                                 </div>
  1394.                                 <div class=\"div-relative\">
  1395.                                     <input  type=\"text\"
  1396.                                         style=\"margin-right: 10px;\"
  1397.                                         class=\"form-control input-search mb-0\"
  1398.                                         placeholder=\"Recherchez par service\"
  1399.                                             {{ stimulus_action('client--index', 'searchTableService', 'keyup') }}
  1400.                                     />
  1401.                                     <button class=\"icon-search \">
  1402.                                         <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1403.                                             <g clip-path=\"url(#clip0_2027_2078)\">
  1404.                                                 <path d=\"M10.5 18C14.6421 18 18 14.6421 18 10.5C18 6.35786 14.6421 3 10.5 3C6.35786 3 3 6.35786 3 10.5C3 14.6421 6.35786 18 10.5 18Z\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1405.                                                 <path d=\"M15.8035 15.8035L21 21\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1406.                                             </g>
  1407.                                             <defs>
  1408.                                                 <clipPath id=\"clip0_2027_2078\">
  1409.                                                     <rect width=\"24\" height=\"24\" fill=\"white\"></rect>
  1410.                                                 </clipPath>
  1411.                                             </defs>
  1412.                                         </svg>
  1413.                                     </button>
  1414.                                 </div>
  1415.                                 <div class=\"div-relative\">
  1416.                                     <input  type=\"text\"
  1417.                                         style=\"margin-right: 10px;\"
  1418.                                         class=\"form-control input-search mb-0\"
  1419.                                         placeholder=\"Recherchez par TJM\"
  1420.                                             {{ stimulus_action('client--index', 'searchTableTjm', 'keyup') }}
  1421.                                     />
  1422.                                     <button class=\"icon-search \">
  1423.                                         <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1424.                                             <g clip-path=\"url(#clip0_2027_2078)\">
  1425.                                                 <path d=\"M10.5 18C14.6421 18 18 14.6421 18 10.5C18 6.35786 14.6421 3 10.5 3C6.35786 3 3 6.35786 3 10.5C3 14.6421 6.35786 18 10.5 18Z\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1426.                                                 <path d=\"M15.8035 15.8035L21 21\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1427.                                             </g>
  1428.                                             <defs>
  1429.                                                 <clipPath id=\"clip0_2027_2078\">
  1430.                                                     <rect width=\"24\" height=\"24\" fill=\"white\"></rect>
  1431.                                                 </clipPath>
  1432.                                             </defs>
  1433.                                         </svg>
  1434.                                     </button>
  1435.                                 </div>
  1436.                                 <div class=\"filter-btn \">
  1437.                                     <div class=\"btn-wordpress-and-commande\">
  1438.                                         <a title=\"Réinitialiser\" href=\"/admin/fournisseurs\" class=\"btn btn-custom bg-custom-pink\">
  1439.                                             <svg version=\"1.1\" x=\"0px\" y=\"0px\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24.001\" enable-background=\"new 0 0 24 24.001\" xml:space=\"preserve\">
  1440.                                                 <g>
  1441.                                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" fill=\"transparent\" d=\"M4.688,24.001c-1.563,0-3.125,0-4.688,0C0,16,0,8,0,0
  1442.                                                                                         c6.391,0,12.782,0,19.173,0c-0.4,0.154-0.541,0.451-0.512,0.868c0.039,0.569,0.055,1.139,0.074,1.709
  1443.                                                                                         c0.009,0.253,0.001,0.508,0.001,0.788c-0.083-0.058-0.152-0.103-0.218-0.154c-1.753-1.348-3.739-2.099-5.939-2.214
  1444.                                                                                         C8.958,0.807,5.917,2.088,3.591,4.862c-2.313,2.757-3.024,5.957-2.27,9.478c0.025,0.118,0.082,0.239,0.155,0.335
  1445.                                                                                         c0.181,0.238,0.515,0.309,0.781,0.184c0.3-0.14,0.436-0.435,0.352-0.809c-0.254-1.13-0.326-2.268-0.174-3.418
  1446.                                                                                         C2.68,8.762,3.387,7.088,4.626,5.672c2.153-2.46,4.881-3.577,8.148-3.327c1.629,0.125,3.115,0.68,4.475,1.58
  1447.                                                                                         c0.216,0.143,0.418,0.308,0.626,0.463c-0.007,0.021-0.014,0.041-0.021,0.062c-0.115,0-0.229-0.004-0.344,0
  1448.                                                                                         c-0.796,0.029-1.592,0.058-2.388,0.092c-0.399,0.017-0.68,0.301-0.673,0.666c0.008,0.378,0.305,0.663,0.712,0.65
  1449.                                                                                         c1.429-0.045,2.857-0.096,4.285-0.155c0.465-0.02,0.716-0.299,0.7-0.762c-0.049-1.374-0.113-2.747-0.152-4.121
  1450.                                                                                         C19.984,0.436,19.849,0.164,19.501,0C21,0,22.5,0,24,0c0,7.996,0,15.992,0,24.001c-6.327,0-12.655,0-18.984,0
  1451.                                                                                         c0.404-0.189,0.524-0.511,0.468-0.938c-0.057-0.433-0.086-0.869-0.125-1.305c-0.031-0.359-0.059-0.719-0.088-1.089
  1452.                                                                                         c0.045,0.012,0.063,0.012,0.074,0.021c0.102,0.072,0.202,0.147,0.302,0.221c1.82,1.342,3.864,2.038,6.119,2.11
  1453.                                                                                         c1.696,0.056,3.321-0.269,4.863-0.985c2.001-0.931,3.588-2.332,4.743-4.213c0.976-1.588,1.493-3.321,1.587-5.18
  1454.                                                                                         c0.053-1.02-0.059-2.027-0.286-3.021c-0.072-0.316-0.31-0.519-0.602-0.536c-0.482-0.028-0.792,0.365-0.675,0.88
  1455.                                                                                         c0.346,1.519,0.345,3.035-0.046,4.543c-0.541,2.087-1.653,3.806-3.349,5.143c-1.479,1.167-3.161,1.836-5.034,2.008
  1456.                                                                                         c-1.959,0.18-3.807-0.212-5.525-1.168c-0.492-0.273-0.949-0.612-1.421-0.922c0.01-0.021,0.02-0.044,0.029-0.066
  1457.                                                                                         c0.347-0.032,0.693-0.064,1.04-0.097c0.606-0.057,1.214-0.099,1.817-0.176c0.371-0.048,0.596-0.369,0.557-0.717
  1458.                                                                                         c-0.041-0.36-0.344-0.615-0.722-0.582c-1.447,0.126-2.893,0.256-4.338,0.393c-0.388,0.036-0.613,0.307-0.609,0.696
  1459.                                                                                         c0.001,0.086,0.006,0.172,0.014,0.257c0.119,1.298,0.25,2.596,0.351,3.896C4.19,23.565,4.322,23.846,4.688,24.001z\"></path>
  1460.                                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" fill=\"#FFFFFF\" d=\"M19.501,0c0.348,0.164,0.483,0.436,0.494,0.82
  1461.                                                                                         c0.039,1.374,0.104,2.748,0.152,4.121c0.016,0.463-0.235,0.742-0.7,0.762c-1.428,0.059-2.856,0.11-4.285,0.155
  1462.                                                                                         c-0.407,0.013-0.704-0.272-0.712-0.65c-0.007-0.365,0.273-0.649,0.673-0.666c0.796-0.034,1.592-0.063,2.388-0.092
  1463.                                                                                         c0.114-0.004,0.229,0,0.344,0c0.007-0.021,0.014-0.042,0.021-0.062c-0.208-0.155-0.41-0.32-0.626-0.463
  1464.                                                                                         c-1.359-0.899-2.846-1.455-4.475-1.58C9.508,2.095,6.78,3.212,4.626,5.672c-1.239,1.416-1.946,3.09-2.192,4.958
  1465.                                                                                         c-0.151,1.151-0.08,2.289,0.174,3.418c0.084,0.374-0.052,0.669-0.352,0.809c-0.266,0.125-0.6,0.055-0.781-0.184
  1466.                                                                                         c-0.073-0.096-0.129-0.217-0.155-0.335c-0.755-3.521-0.043-6.721,2.27-9.478c2.326-2.773,5.368-4.055,8.988-3.865
  1467.                                                                                         c2.2,0.116,4.187,0.866,5.939,2.214c0.065,0.051,0.135,0.096,0.218,0.154c0-0.28,0.008-0.534-0.001-0.788
  1468.                                                                                         c-0.02-0.57-0.035-1.14-0.074-1.709C18.632,0.451,18.772,0.154,19.173,0C19.282,0,19.392,0,19.501,0z\"></path>
  1469.                                                     <path fill-rule=\"evenodd\" fill=\"#FFFFFF\" clip-rule=\"evenodd\" d=\"M4.688,24.001c-0.366-0.155-0.498-0.437-0.528-0.827
  1470.                                                                                         c-0.101-1.3-0.232-2.598-0.351-3.896c-0.008-0.085-0.013-0.171-0.014-0.257c-0.004-0.39,0.221-0.66,0.609-0.696
  1471.                                                                                         c1.446-0.137,2.892-0.267,4.338-0.393c0.378-0.033,0.681,0.222,0.722,0.582c0.04,0.348-0.186,0.669-0.557,0.717
  1472.                                                                                         c-0.604,0.077-1.211,0.119-1.817,0.176c-0.347,0.032-0.693,0.064-1.04,0.097c-0.01,0.022-0.02,0.045-0.029,0.066
  1473.                                                                                         c0.473,0.31,0.929,0.648,1.421,0.922c1.719,0.956,3.566,1.348,5.525,1.168c1.873-0.172,3.556-0.841,5.034-2.008
  1474.                                                                                         c1.695-1.337,2.808-3.056,3.349-5.143c0.391-1.509,0.392-3.024,0.046-4.543c-0.117-0.515,0.192-0.908,0.675-0.88
  1475.                                                                                         c0.292,0.017,0.529,0.22,0.602,0.536c0.228,0.994,0.339,2.001,0.286,3.021c-0.094,1.858-0.611,3.592-1.587,5.18
  1476.                                                                                         c-1.155,1.881-2.742,3.282-4.743,4.213c-1.542,0.717-3.167,1.041-4.863,0.985c-2.255-0.072-4.299-0.769-6.119-2.11
  1477.                                                                                         c-0.101-0.073-0.201-0.148-0.302-0.221c-0.011-0.009-0.028-0.009-0.074-0.021c0.03,0.37,0.057,0.729,0.088,1.089
  1478.                                                                                         c0.039,0.436,0.067,0.872,0.125,1.305c0.056,0.428-0.064,0.749-0.468,0.938C4.907,24.001,4.797,24.001,4.688,24.001z\"></path>
  1479.                                                 </g>
  1480.                                             </svg>
  1481.                                         </a>
  1482.                                     </div>
  1483.                                 </div>
  1484.                                 <div class=\"btn-wordpress-and-commande hidden\">
  1485.                                     <div class=\"filter-btn\">
  1486.                                         <button data-bs-toggle=\"modal\" data-bs-target=\"#addRessourceModal\" class=\"btn btn-custom bg-custom-pink btn-addressource\">
  1487.                                             <svg width=\"20\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1488.                                                 <path d=\"M0.92 6.778V4.432H5.313V0.0389988H7.659V4.432H12.052V6.778H7.659V11.171H5.313V6.778H0.92Z\" fill=\"white\"/>
  1489.                                             </svg>
  1490.                                         </button>
  1491.                                     </div>
  1492.                                 </div>
  1493.                             </div>
  1494.                         </div>
  1495.                     </div>
  1496.                 </div>
  1497.                 {% if subContractors is not empty  %}
  1498.                     <table id=\"kt_datatable_example_1\" class=\"table table-row-bordered gy-5\" {{ stimulus_target('client--index','datatable') }}>
  1499.                         <thead>
  1500.                             <tr class=\"fw-bold fs-6 text-muted\">
  1501.                                 <th></th>
  1502.                                 <th>
  1503.                                     <span class=\"flitre-icon\">
  1504.                                         Nom
  1505.                                         <div class=\"container-icon\">
  1506.                                             <a href=\"?name-short=ASC\" class=\"icon-linkd\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1507.                                                 <svg style=\"transform: rotate(181deg);margin-bottom: -11px;\" width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1508.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  1509.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1510.                                                     </g>
  1511.                                                     <defs>
  1512.                                                         <clipPath id=\"clip0_2060_1657\">
  1513.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1514.                                                         </clipPath>
  1515.                                                     </defs>
  1516.                                                 </svg>
  1517.                                             </a>
  1518.                                             <a href=\"?name-short=DESC\" class=\"icon-link2s\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1519.                                                 <svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1520.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  1521.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1522.                                                     </g>
  1523.                                                     <defs>
  1524.                                                         <clipPath id=\"clip0_2060_1657\">
  1525.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1526.                                                         </clipPath>
  1527.                                                     </defs>
  1528.                                                 </svg>
  1529.                                             </a>
  1530.                                         </div>
  1531.                                     </span>
  1532.                                 </th>
  1533.                                 <th>
  1534.                                     <span class=\"flitre-icon\">
  1535.                                         Rôle
  1536.                                         <div class=\"container-icon\">
  1537.                                             <a href=\"?name-short=ASC\" class=\"icon-linkd\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1538.                                                 <svg style=\"transform: rotate(181deg);margin-bottom: -11px;\" width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1539.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  1540.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1541.                                                     </g>
  1542.                                                     <defs>
  1543.                                                         <clipPath id=\"clip0_2060_1657\">
  1544.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1545.                                                         </clipPath>
  1546.                                                     </defs>
  1547.                                                 </svg>
  1548.                                             </a>
  1549.                                             <a href=\"?name-short=DESC\" class=\"icon-link2s\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1550.                                                 <svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1551.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  1552.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1553.                                                     </g>
  1554.                                                     <defs>
  1555.                                                         <clipPath id=\"clip0_2060_1657\">
  1556.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1557.                                                         </clipPath>
  1558.                                                     </defs>
  1559.                                                 </svg>
  1560.                                             </a>
  1561.                                         </div>
  1562.                                     </span>
  1563.                                 </th>
  1564.                                 <th>
  1565.                                     <span class=\"flitre-icon\">
  1566.                                         Téléphone
  1567.                                         <div class=\"container-icon\">
  1568.                                             <a href=\"?name-short=ASC\" class=\"icon-linkd\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1569.                                                 <svg style=\"transform: rotate(181deg);margin-bottom: -11px;\" width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1570.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  1571.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1572.                                                     </g>
  1573.                                                     <defs>
  1574.                                                         <clipPath id=\"clip0_2060_1657\">
  1575.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1576.                                                         </clipPath>
  1577.                                                     </defs>
  1578.                                                 </svg>
  1579.                                             </a>
  1580.                                             <a href=\"?name-short=DESC\" class=\"icon-link2s\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1581.                                                 <svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1582.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  1583.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1584.                                                     </g>
  1585.                                                     <defs>
  1586.                                                         <clipPath id=\"clip0_2060_1657\">
  1587.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1588.                                                         </clipPath>
  1589.                                                     </defs>
  1590.                                                 </svg>
  1591.                                             </a>
  1592.                                         </div>
  1593.                                     </span>
  1594.                                 </th>
  1595.                                 <th style=\"text-align:left\" class=\"w-mail\">
  1596.                                     <span class=\"flitre-icon\">
  1597.                                         E-mail
  1598.                                         <div class=\"container-icon\">
  1599.                                             <a href=\"?name-short=ASC\" class=\"icon-linkd\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1600.                                                 <svg style=\"transform: rotate(181deg);margin-bottom: -11px;\" width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1601.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  1602.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1603.                                                     </g>
  1604.                                                     <defs>
  1605.                                                         <clipPath id=\"clip0_2060_1657\">
  1606.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1607.                                                         </clipPath>
  1608.                                                     </defs>
  1609.                                                 </svg>
  1610.                                             </a>
  1611.                                             <a href=\"?name-short=DESC\" class=\"icon-link2s\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1612.                                                 <svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1613.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  1614.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1615.                                                     </g>
  1616.                                                     <defs>
  1617.                                                         <clipPath id=\"clip0_2060_1657\">
  1618.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1619.                                                         </clipPath>
  1620.                                                     </defs>
  1621.                                                 </svg>
  1622.                                             </a>
  1623.                                         </div>
  1624.                                     </span>
  1625.                                 </th>
  1626.                                 <th style=\"text-align:left\" class=\"w-metier\">
  1627.                                     <span class=\"flitre-icon\">
  1628.                                         Métier
  1629.                                         <div class=\"container-icon\">
  1630.                                             <a href=\"?name-short=ASC\" class=\"icon-linkd\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1631.                                                 <svg style=\"transform: rotate(181deg);margin-bottom: -11px;\" width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1632.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  1633.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1634.                                                     </g>
  1635.                                                     <defs>
  1636.                                                         <clipPath id=\"clip0_2060_1657\">
  1637.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1638.                                                         </clipPath>
  1639.                                                     </defs>
  1640.                                                 </svg>
  1641.                                             </a>
  1642.                                             <a href=\"?name-short=DESC\" class=\"icon-link2s\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1643.                                                 <svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1644.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  1645.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1646.                                                     </g>
  1647.                                                     <defs>
  1648.                                                         <clipPath id=\"clip0_2060_1657\">
  1649.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1650.                                                         </clipPath>
  1651.                                                     </defs>
  1652.                                                 </svg>
  1653.                                             </a>
  1654.                                         </div>
  1655.                                     </span>
  1656.                                 </th>
  1657.                                  <th style=\"text-align:left\" class=\"w-metier\">
  1658.                                     <span class=\"flitre-icon\">
  1659.                                         Services
  1660.                                         <div class=\"container-icon\">
  1661.                                             <a href=\"?name-short=ASC\" class=\"icon-linkd\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1662.                                                 <svg style=\"transform: rotate(181deg);margin-bottom: -11px;\" width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1663.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  1664.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1665.                                                     </g>
  1666.                                                     <defs>
  1667.                                                         <clipPath id=\"clip0_2060_1657\">
  1668.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1669.                                                         </clipPath>
  1670.                                                     </defs>
  1671.                                                 </svg>
  1672.                                             </a>
  1673.                                             <a href=\"?name-short=DESC\" class=\"icon-link2s\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1674.                                                 <svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1675.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  1676.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1677.                                                     </g>
  1678.                                                     <defs>
  1679.                                                         <clipPath id=\"clip0_2060_1657\">
  1680.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1681.                                                         </clipPath>
  1682.                                                     </defs>
  1683.                                                 </svg>
  1684.                                             </a>
  1685.                                         </div>
  1686.                                     </span>
  1687.                                 </th>
  1688.                                 {# <th>Fonctionnement</th> #}
  1689.                                 <th class=\"w-tarif\">
  1690.                                     <span class=\"flitre-icon\">
  1691.                                        TJM
  1692.                                         <div class=\"container-icon\">
  1693.                                             <a href=\"?name-short=ASC\" class=\"icon-linkd\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1694.                                                 <svg style=\"transform: rotate(181deg);margin-bottom: -11px;\" width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1695.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  1696.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1697.                                                     </g>
  1698.                                                     <defs>
  1699.                                                         <clipPath id=\"clip0_2060_1657\">
  1700.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1701.                                                         </clipPath>
  1702.                                                     </defs>
  1703.                                                 </svg>
  1704.                                             </a>
  1705.                                             <a href=\"?name-short=DESC\" class=\"icon-link2s\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1706.                                                 <svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1707.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  1708.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1709.                                                     </g>
  1710.                                                     <defs>
  1711.                                                         <clipPath id=\"clip0_2060_1657\">
  1712.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1713.                                                         </clipPath>
  1714.                                                     </defs>
  1715.                                                 </svg>
  1716.                                             </a>
  1717.                                         </div>
  1718.                                     </span>
  1719.                                 </th>
  1720.                                 <th style=\"text-align:left;\">
  1721.                                     <span class=\"flitre-icon\">
  1722.                                        Statut
  1723.                                         <div class=\"container-icon\">
  1724.                                             <a href=\"?name-short=ASC\" class=\"icon-linkd\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1725.                                                 <svg style=\"transform: rotate(181deg);margin-bottom: -11px;\" width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1726.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  1727.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1728.                                                     </g>
  1729.                                                     <defs>
  1730.                                                         <clipPath id=\"clip0_2060_1657\">
  1731.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1732.                                                         </clipPath>
  1733.                                                     </defs>
  1734.                                                 </svg>
  1735.                                             </a>
  1736.                                             <a href=\"?name-short=DESC\" class=\"icon-link2s\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1737.                                                 <svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1738.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  1739.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1740.                                                     </g>
  1741.                                                     <defs>
  1742.                                                         <clipPath id=\"clip0_2060_1657\">
  1743.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1744.                                                         </clipPath>
  1745.                                                     </defs>
  1746.                                                 </svg>
  1747.                                             </a>
  1748.                                         </div>
  1749.                                     </span>
  1750.                                 </th>
  1751.                                 {# APP mobile #}
  1752.                                 <th style=\"text-align:left;\">
  1753.                                     <span class=\"flitre-icon\">
  1754.                                        App mobile
  1755.                                         <div class=\"container-icon\">
  1756.                                             <a href=\"?name-short=ASC\" class=\"icon-linkd\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1757.                                                 <svg style=\"transform: rotate(181deg);margin-bottom: -11px;\" width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1758.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  1759.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1760.                                                     </g>
  1761.                                                     <defs>
  1762.                                                         <clipPath id=\"clip0_2060_1657\">
  1763.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1764.                                                         </clipPath>
  1765.                                                     </defs>
  1766.                                                 </svg>
  1767.                                             </a>
  1768.                                             <a href=\"?name-short=DESC\" class=\"icon-link2s\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1769.                                                 <svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1770.                                                     <g clip-path=\"url(#clip0_2060_1657)\">
  1771.                                                         <path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1772.                                                     </g>
  1773.                                                     <defs>
  1774.                                                         <clipPath id=\"clip0_2060_1657\">
  1775.                                                             <rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1776.                                                         </clipPath>
  1777.                                                     </defs>
  1778.                                                 </svg>
  1779.                                             </a>
  1780.                                         </div>
  1781.                                     </span>
  1782.                                 </th>
  1783.                                 {# fin APP mobile #}
  1784.                                 <th>Action</th>
  1785.                             </tr>
  1786.                             <tr class=\"hidden\">
  1787.                                 <th></th>
  1788.                                 <th></th>
  1789.                                 <th></th>
  1790.                                 <th></th>
  1791.                                 <th></th>
  1792.                                 <th></th>
  1793.                                 {# <th>Fonctionnement</th> #}
  1794.                                 <th></th>
  1795.                                 <th></th>
  1796.                                 <th style=\"width:100px;\"class=\"pl-0\">
  1797.                                     <select name=\"\" class=\"select-sort-user\" id=\"status_filter\" {{ stimulus_action('client--index', 'filter', 'change') }}>
  1798.                                         <option value=\"\">Tous</option>
  1799.                                         <option value=\"actif\">Actif</option>
  1800.                                         <option value=\"en attente\">En attente</option>
  1801.                                     </select>
  1802.                                 </th>
  1803.                                 <th></th>
  1804.                                 <th></th>
  1805.                             </tr>
  1806.                         </thead>
  1807.                         <tbody>
  1808.                         {% set ROLE_MANAGER = ['ROLE_MANAGER'] %}
  1809.                         {% for subContractor in subContractors %}
  1810.                             <tr>
  1811.                                 <td onclick=\"goTo('{{ path('sub_contractor_edit', {'id':subContractor.id}) }}')\" style=\"cursor: pointer;vertical-align: middle;\">
  1812.                                 <div style=\"position:relative\">
  1813.                                         {% if subContractor.pictureName is not empty %}
  1814.                                             <img src=\"{{ vich_uploader_asset(subContractor, 'picture') }}\" class=\"_profil-image-user\" style=\"width: 32px; height:32px; border-radius: 15px;    object-fit: cover;\">
  1815.                                         {% else %}
  1816.                                             <div class=\"symbol symbol-35px\">
  1817.                                                 <div class=\"_profil-image-user\">
  1818.                                                     {{ subContractor.firstname|slice(0,1) }}{{ subContractor.lastname|slice(0,1) }}
  1819.                                                 </div>
  1820.                                             </div>
  1821.                                         {% endif %}
  1822.                                         
  1823.                                         {% if subContractor.getLastActivityInMinute() < 10  %}
  1824.                                             <span class=\"status-online\" ></span>
  1825.                                         {% else %}
  1826.                                             <span class=\"status-offline\" ></span>
  1827.                                         {% endif %}
  1828.                                     </div>
  1829.                                 </td>
  1830.                                 <td onclick=\"goTo('{{ path('sub_contractor_edit', {'id':subContractor.id}) }}')\" style=\"cursor: pointer;vertical-align: middle;\">
  1831.                                     {{ subContractor.firstname }} {{ subContractor.lastname }}
  1832.                                     <span style=\"display: block;white-space: nowrap;font-size: 10px;font-weight: bold;color: gray;\">Annuaire: {{subContractor.acceptPresentation ? 'Oui' : 'Non'}}</span>
  1833.                                     {% if 'ROLE_BOT' in subContractor.roles %}
  1834.                                         <strong>(BOT)</strong>
  1835.                                     {% endif %}
  1836.                                 </td>
  1837.                                 <td onclick=\"goTo('{{ path('sub_contractor_edit', {'id':subContractor.id}) }}')\" style=\"cursor: pointer;vertical-align: middle;\">
  1838.                                 
  1839.                                     {% if subContractor.manager == true %}
  1840.                                         Gestionnaire 
  1841.                                     {% endif %}
  1842.                                     {% if subContractor.salary == true %}
  1843.                                         Salarié 
  1844.                                     {% endif %}
  1845.                                     {% if subContractor.partner == true %}
  1846.                                         Partenaire
  1847.                                     {% endif %}
  1848.                                 </td>
  1849.                                 <td onclick=\"goTo('{{ path('sub_contractor_edit', {'id':subContractor.id}) }}')\" style=\"cursor: pointer;vertical-align: middle;color: #344054;text-decoration: none;\">{{ subContractor.cellPhone }}</td>
  1850.                                 <td onclick=\"goTo('{{ path('sub_contractor_edit', {'id':subContractor.id}) }}')\" style=\"cursor: pointer;vertical-align: middle;max-width:218px;\"><a class=\"text-decoration-underline\" style=\"color: #344054;text-decoration: none !important;display:block;max-width:95px;\" href=\"mailto: {% if subContractor.myFlowEmail is not null %}
  1851.                                         {{ subContractor.myFlowEmail }}
  1852.                                     {% else %}
  1853.                                         {{ subContractor.email }}
  1854.                                     {% endif %}\">
  1855.                                     {% if subContractor.myFlowEmail is not null %}
  1856.                                         {{ subContractor.myFlowEmail }}
  1857.                                     {% else %}
  1858.                                         {{ subContractor.email }}
  1859.                                     {% endif %}
  1860.                                 </a></td>
  1861.                                 <td onclick=\"goTo('{{ path('sub_contractor_edit', {'id':subContractor.id}) }}')\" style=\"cursor: pointer;vertical-align: middle;\">
  1862.                                    {% if subContractor.manager != true %} 
  1863.                                         <div class=\"content-tooltips tooltips\">
  1864.                                             <div class=\"more-service\">
  1865.                                                 {{ subContractor.jobs|join(', ') }}
  1866.                                             </div>
  1867.                                             <div align=\"center\" class=\"content-mission-tooltips\">
  1868.                                                 <p class=\"mission-tooltips\" style=\"min-width:300px !important;\">
  1869.                                                    {{ subContractor.jobs|join(', ') }}
  1870.                                                 </p>
  1871.                                             </div>
  1872.                                         </div>
  1873.                                    {% endif %}
  1874.                                 </td>
  1875.                                 <td onclick=\"goTo('{{ path('sub_contractor_edit', {'id':subContractor.id}) }}')\" style=\"cursor: pointer;vertical-align: middle;\">
  1876.                                     <div class=\"content-tooltips tooltips\">
  1877.                                         <div class=\"more-service\">
  1878.                                             {% for service in subcontractor_service(subContractor.id) %}
  1879.                                                 {{ service.product.name }}
  1880.                                             {% endfor %}
  1881.                                         </div>
  1882.                                         <div align=\"center\" class=\"content-mission-tooltips\">
  1883.                                             <p class=\"mission-tooltips\" style=\"min-width: 475px !important;\">
  1884.                                                 {% for service in subcontractor_service(subContractor.id) %}
  1885.                                                     {{ service.product.name }} <br>
  1886.                                                 {% endfor %}
  1887.                                             </p>
  1888.                                         </div>
  1889.                                     </div>
  1890.                                 </td>
  1891.                                 {# <td onclick=\"goTo('{{ path('sub_contractor_edit', {'id':subContractor.id}) }}')\" style=\"cursor: pointer;\">
  1892.                                     {% if subContractor.billingMethod == 1 %}
  1893.                                         Facturation au temps passé
  1894.                                     {% else %}
  1895.                                         Facturation à la prestation
  1896.                                     {% endif %}
  1897.                                 </td> #}
  1898.                                 <td onclick=\"goTo('{{ path('sub_contractor_edit', {'id':subContractor.id}) }}')\" style=\"cursor: pointer;vertical-align: middle;\">{{ subContractor.dailyRate }} €</td>
  1899.                                 <td style=\"cursor: pointer;vertical-align: middle;\">
  1900.                                     <a href=\"{{ path('subcontractor_toggle_availabilty', {'availabilty': subContractor.enabled ? 'disable' : 'enable', 'id': subContractor.id}) }}\">
  1901.                                         {% if subContractor.enabled == 0 %}
  1902.                                             <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-x\" viewbox=\"0 0 16 16\">
  1903.                                                 <path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z\"/>
  1904.                                             </svg>
  1905.                                             (En attente)
  1906.                                         {% elseif subContractor.resaleRate is empty %}
  1907.                                             <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-x\" viewbox=\"0 0 16 16\">
  1908.                                                 <path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z\"/>
  1909.                                             </svg>
  1910.                                             (A completer)
  1911.                                         {% elseif subContractor.resaleRate is not empty and subContractor.enabled == true %}
  1912.                                             <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-check2\" viewbox=\"0 0 16 16\">
  1913.                                                 <path d=\"M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z\"/>
  1914.                                             </svg>
  1915.                                             <span style=\"visibility: hidden;\">Actif</span>
  1916.                                         {% endif %}
  1917.                                     </a>
  1918.                                 </td>
  1919.                                 {# APP mobile #}
  1920.                                 <td style=\"cursor: pointer;vertical-align: middle;\">
  1921.                                     <a>
  1922.                                         {% if subContractor|user_have_app %}
  1923.                                             <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-check2\" viewbox=\"0 0 16 16\">
  1924.                                                 <path d=\"M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z\"/>
  1925.                                             </svg>
  1926.                                             <span style=\"visibility: hidden;\">1</span>
  1927.                                         {% else %}
  1928.                                             <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-x\" viewbox=\"0 0 16 16\">
  1929.                                                 <path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z\"/>
  1930.                                             </svg>
  1931.                                             <span style=\"visibility: hidden;\">0</span>
  1932.                                         {% endif %}
  1933.                                         
  1934.                                         
  1935.                                     </a>
  1936.                                 </td>
  1937.                                 {# fin APP mobile #}
  1938.                                 <td>
  1939.                                 <div class=\"dropdown\">
  1940.                                     <button data-bs-toggle=\"dropdown\" aria-expanded=\"false\" class=\"btn btn-transparant\" id=\"buttonactionSoustraitant{{subContractor.id}}\">
  1941.                                         <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-three-dots\" viewBox=\"0 0 16 16\">
  1942.                                             <path d=\"M3 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm5 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm5 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/>
  1943.                                         </svg>
  1944.                                     </button>
  1945.                                     <div class=\"dropdown-menu menu menu-sub menu-sub-dropdown menu-column menu-rounded menu-gray-600 menu-state-bg-light-primary fw-bold fs-7 w-200px py-4\"
  1946.                                         data-kt-menu=\"true\" aria-labelledby=\"buttonactionSoustraitant{{subContractor.id}}\">
  1947.                                         <div class=\"menu-item px-3\">
  1948.                                         
  1949.                                             <a href=\"{{ path('sub_contractor_edit', {'id':subContractor.id}) }}\" class=\"menu-link px-3\">
  1950.                                                 Modifier
  1951.                                             </a>
  1952.                                         
  1953.                                         </div>
  1954.                                         {% if subContractor.enabled == 0 %}
  1955.                                             <div class=\"menu-item px-3\">
  1956.                                                 <a href=\"{{ path('sub_contractor_resend_registration_email', {'id':subContractor.id}) }}\" class=\"menu-link px-3\">
  1957.                                                     Renvoyer l'email d'inscription
  1958.                                                 </a>
  1959.                                             </div>
  1960.                                         {% endif %}
  1961.                                         <div class=\"menu-item px-3\">
  1962.                                             <a href=\"#\" data-url=\"{{ path('sub_contractor_delete', {'id':subContractor.id}) }}\" class=\"menu-link px-3\" {{ stimulus_action('client--index', 'deleteSubcontractor', 'click') }}>
  1963.                                                 Supprimer
  1964.                                             </a>
  1965.                                         </div>
  1966.                                     </div>
  1967.                                     </div>
  1968.                                 </td>
  1969.                             </tr>
  1970.                         {% endfor %}
  1971.                     </table>
  1972.                 {% else %}
  1973.                     {% if is_agency() == true %}
  1974.                         <p class=\"font-weight-bold text-center mt-8 mb-8\"><br>Vous n'avez actuellement aucun membre dans votre équipe. <br>Pour collaborer plus facilement et partager vos projets, ajoutez des membres <a href=\"{{ path('agency_edit', {'id':company.id, 'userTab':true}) }}\">en cliquant ici.</a></p>
  1975.                     {% else %}
  1976.                         <p class=\"font-weight-bold text-center mt-8 mb-8\"><br>Vous n'avez actuellement aucun membre dans votre équipe. <br>Pour collaborer plus facilement et partager vos projets, ajoutez des membres <a href=\"{{ path('sub_contractor_new') }}\">en cliquant ici.</a></p>
  1977.                     {% endif %}
  1978.                 {% endif %}
  1979.             </div>
  1980.         </div>
  1981.     </div>
  1982. {% include \"sub_contractor/_modal_remove_subcontractor.html.twig\" %}
  1983. {% endblock %}
  1984. ""sub_contractor/index.html.twig""/var/www/vhosts/my-flow.fr/app.dev.my-flow.fr/templates/sub_contractor/index.html.twig");
  1985.     }
  1986. }