var/cache/dev/twig/84/8442b7de2b2926cfa1ee267022602f59.php line 51

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. /* client/index.html.twig */
  15. class __TwigTemplate_378098f797fad2b4c7f020ca25662dd8 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""client/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""client/index.html.twig"));
  41.         $this->parent $this->loadTemplate("base.html.twig""client/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 clients
  57. ";
  58.         
  59.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  60.         
  61.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  62.         return; yield '';
  63.     }
  64.     // line 6
  65.     public function block_styles($context, array $blocks = [])
  66.     {
  67.         $macros $this->macros;
  68.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  69.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""styles"));
  70.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  71.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""styles"));
  72.         // line 7
  73.         yield "\t";
  74.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("plugins/custom/datatables/datatables.bundle");
  75.         yield "
  76. ";
  77.         
  78.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  79.         
  80.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  81.         return; yield '';
  82.     }
  83.     // line 10
  84.     public function block_body($context, array $blocks = [])
  85.     {
  86.         $macros $this->macros;
  87.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  88.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  89.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  90.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  91.         // line 11
  92.         yield "
  93. \t<div id=\"kt_content_container\" class=\"container-fluid\" ";
  94.         // line 12
  95.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusController($this->env"client--index");
  96.         yield ">
  97. \t\t<div class=\"mobile-menu\" ";
  98.         // line 13
  99.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusController($this->env"mission--scroll");
  100.         yield ">
  101. \t\t\t";
  102.         // line 14
  103.         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.'14$this->source); })()), "request", [], "any"falsefalsefalse14), "get", ["_route"], "method"falsefalsefalse14) == "client_index")) {
  104.             // line 15
  105.             yield "\t\t\t\t<div class=\"mobile-head mb-4\">
  106. \t\t\t\t\t<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\">
  107. \t\t\t\t\t\t<rect width=\"48\" height=\"40\" rx=\"6\" fill=\"#F1F0F4\"/>
  108. \t\t\t\t\t\t<path d=\"M15.75 20L32.25 20\" stroke=\"#344054\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
  109. \t\t\t\t\t\t<path d=\"M15.75 14L32.25 14\" stroke=\"#344054\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
  110. \t\t\t\t\t\t<path d=\"M15.75 26L32.25 26\" stroke=\"#344054\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
  111. \t\t\t\t\t</svg>
  112. \t\t\t\t\t
  113. \t\t\t\t\t<h1 class=\"text-uppercase\">Liste des clients</h1>
  114. \t\t\t\t\t<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\">
  115. \t\t\t\t\t\t<rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" fill=\"#F9FAFB\"/>
  116. \t\t\t\t\t\t<rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" stroke=\"#EAECF0\"/>
  117. \t\t\t\t\t\t<g clip-path=\"url(#clip0_1161_6063)\">
  118. \t\t\t\t\t\t<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\"/>
  119. \t\t\t\t\t\t<path d=\"M27.8027 23.8035L32.9993 29\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
  120. \t\t\t\t\t\t</g>
  121. \t\t\t\t\t\t<defs>
  122. \t\t\t\t\t\t<clipPath id=\"clip0_1161_6063\">
  123. \t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(12 8)\"/>
  124. \t\t\t\t\t\t</clipPath>
  125. \t\t\t\t\t\t</defs>
  126. \t\t\t\t\t</svg>
  127. \t\t\t\t\t<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\">
  128. \t\t\t\t\t\t<rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" fill=\"var(--my-flow-pink)\"></rect>
  129. \t\t\t\t\t\t<rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" stroke=\"#fff\"></rect>
  130. \t\t\t\t\t\t<g clip-path=\"url(#clip0_1161_6063)\">
  131. \t\t\t\t\t\t<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>
  132. \t\t\t\t\t\t<path d=\"M27.8027 23.8035L32.9993 29\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  133. \t\t\t\t\t\t</g>
  134. \t\t\t\t\t\t<defs>
  135. \t\t\t\t\t\t<clipPath id=\"clip0_1161_6063\">
  136. \t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(12 8)\"></rect>
  137. \t\t\t\t\t\t</clipPath>
  138. \t\t\t\t\t\t</defs>
  139. \t\t\t\t\t</svg>
  140. \t\t\t\t</div>
  141. \t\t\t\t<div class=\"collapse align-items-center position-relative my-1\" id=\"search_container_mobile\" style=\"flex-direction: column;\">
  142. \t\t\t\t\t<div class=\"d-flex align-items-center position-relative my-1\" style=\"width: 100%;\">
  143. \t\t\t\t\t\t<span class=\"svg-icon svg-icon-1 position-absolute ms-6\">
  144. \t\t\t\t\t\t\t<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\">
  145. \t\t\t\t\t\t\t\t<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">
  146. \t\t\t\t\t\t\t\t\t<rect x=\"0\" y=\"0\" width=\"24\" height=\"24\"/>
  147. \t\t\t\t\t\t\t\t\t<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\"/>
  148. \t\t\t\t\t\t\t\t\t<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\"/>
  149. \t\t\t\t\t\t\t\t</g>
  150. \t\t\t\t\t\t\t</svg>
  151. \t\t\t\t\t\t</span>
  152. \t\t\t\t\t\t<input type=\"text\" class=\"form-control form-control w-600px ps-15\" placeholder=\"Rechercher ...\" ";
  153.             // line 62
  154.             yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""searchTable""keyup");
  155.             yield "/>
  156. \t\t\t\t\t</div>
  157. \t\t\t\t</div>
  158. \t\t\t";
  159.         }
  160.         // line 66
  161.         yield "\t\t\t";
  162.         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.'66$this->source); })()), "request", [], "any"falsefalsefalse66), "get", ["_route"], "method"falsefalsefalse66) == "client_gestionnaire_index")) {
  163.             // line 67
  164.             yield "\t\t\t\t<div class=\"mobile-head mb-4\">
  165. \t\t\t\t\t<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\">
  166. \t\t\t\t\t\t<rect width=\"48\" height=\"40\" rx=\"6\" fill=\"#F1F0F4\"/>
  167. \t\t\t\t\t\t<path d=\"M15.75 20L32.25 20\" stroke=\"#344054\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
  168. \t\t\t\t\t\t<path d=\"M15.75 14L32.25 14\" stroke=\"#344054\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
  169. \t\t\t\t\t\t<path d=\"M15.75 26L32.25 26\" stroke=\"#344054\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
  170. \t\t\t\t\t</svg>
  171. \t\t\t\t\t
  172. \t\t\t\t\t<h1 class=\"text-uppercase\">Liste des gestionnaire</h1>
  173. \t\t\t\t\t<svg id=\"search_btn_mobile_open\"  width=\"48\" height=\"40\" viewBox=\"0 0 48 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  174. \t\t\t\t\t\t<rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" fill=\"#F9FAFB\"/>
  175. \t\t\t\t\t\t<rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" stroke=\"#EAECF0\"/>
  176. \t\t\t\t\t\t<g clip-path=\"url(#clip0_1161_6063)\">
  177. \t\t\t\t\t\t<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\"/>
  178. \t\t\t\t\t\t<path d=\"M27.8027 23.8035L32.9993 29\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
  179. \t\t\t\t\t\t</g>
  180. \t\t\t\t\t\t<defs>
  181. \t\t\t\t\t\t<clipPath id=\"clip0_1161_6063\">
  182. \t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(12 8)\"/>
  183. \t\t\t\t\t\t</clipPath>
  184. \t\t\t\t\t\t</defs>
  185. \t\t\t\t\t</svg>
  186. \t\t\t\t\t<svg id=\"search_btn_mobile_close\" width=\"48\" height=\"40\" viewBox=\"0 0 48 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  187. \t\t\t\t\t\t<rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" fill=\"var(--my-flow-pink)\"></rect>
  188. \t\t\t\t\t\t<rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" stroke=\"#fff\"></rect>
  189. \t\t\t\t\t\t<g clip-path=\"url(#clip0_1161_6063)\">
  190. \t\t\t\t\t\t<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>
  191. \t\t\t\t\t\t<path d=\"M27.8027 23.8035L32.9993 29\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  192. \t\t\t\t\t\t</g>
  193. \t\t\t\t\t\t<defs>
  194. \t\t\t\t\t\t<clipPath id=\"clip0_1161_6063\">
  195. \t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(12 8)\"></rect>
  196. \t\t\t\t\t\t</clipPath>
  197. \t\t\t\t\t\t</defs>
  198. \t\t\t\t\t</svg>
  199. \t\t\t\t</div>
  200. \t\t\t\t<div class=\"collapse align-items-center position-relative my-1\" id=\"search_container_mobile\" style=\"flex-direction: column;\">
  201. \t\t\t\t\t<div class=\"d-flex align-items-center position-relative my-1\" style=\"width: 100%;\">
  202. \t\t\t\t\t\t<span class=\"svg-icon svg-icon-1 position-absolute ms-6\">
  203. \t\t\t\t\t\t\t<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\">
  204. \t\t\t\t\t\t\t\t<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">
  205. \t\t\t\t\t\t\t\t\t<rect x=\"0\" y=\"0\" width=\"24\" height=\"24\"/>
  206. \t\t\t\t\t\t\t\t\t<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\"/>
  207. \t\t\t\t\t\t\t\t\t<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\"/>
  208. \t\t\t\t\t\t\t\t</g>
  209. \t\t\t\t\t\t\t</svg>
  210. \t\t\t\t\t\t</span>
  211. \t\t\t\t\t\t<input type=\"text\" class=\"form-control form-control \" placeholder=\"Rechercher ...\" ";
  212.             // line 114
  213.             yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""searchTable""keyup");
  214.             yield "/>
  215. \t\t\t\t\t</div>
  216. \t\t\t\t</div>
  217. \t\t\t";
  218.         }
  219.         // line 118
  220.         yield "        </div>
  221. \t\t<div class=\"titre-header client title-header-client\">
  222. \t\t\t";
  223.         // line 120
  224.         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.'120$this->source); })()), "request", [], "any"falsefalsefalse120), "get", ["_route"], "method"falsefalsefalse120) == "client_index")) {
  225.             // line 121
  226.             yield "
  227. \t\t\t\t<h1 class=\"text-uppercase mobile-none\">Liste des clients</h1>
  228. \t\t\t\t";
  229.             // line 135
  230.             yield "\t\t\t\t<div clas=\"container-export\">
  231. \t\t\t\t\t<a href=\"";
  232.             // line 136
  233.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("client_new");
  234.             yield "\" class=\"btn btn-primary-custom font-weight-bold\">
  235. \t\t\t\t\t\t<i class=\"fas fa-plus-circle text-white pr-2\"></i>Ajouter
  236. \t\t\t\t\t</a>
  237. \t\t\t\t\t<a href=\"";
  238.             // line 139
  239.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("client_export", ["type" => "client"]);
  240.             yield "\" target=\"_blank\" class=\"btn btn-primary\">Exporter</a>
  241. \t\t\t\t</div>
  242. \t\t\t\t
  243. \t\t\t";
  244.         }
  245.         // line 143
  246.         yield "\t\t\t";
  247.         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.'143$this->source); })()), "request", [], "any"falsefalsefalse143), "get", ["_route"], "method"falsefalsefalse143) == "client_gestionnaire_index")) {
  248.             // line 144
  249.             yield "\t\t\t\t
  250. \t\t\t\t<h1 class=\"text-uppercase  mobile-none\">Liste des gestionnaire</h1>
  251. \t\t\t\t<div class=\"d-flex align-items-center position-relative my-1  mobile-none\">
  252. \t\t\t\t\t<span class=\"svg-icon svg-icon-1 position-absolute ms-6\">
  253. \t\t\t\t\t\t<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\">
  254. \t\t\t\t\t\t\t<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">
  255. \t\t\t\t\t\t\t\t<rect x=\"0\" y=\"0\" width=\"24\" height=\"24\"/>
  256. \t\t\t\t\t\t\t\t<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\"/>
  257. \t\t\t\t\t\t\t\t<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\"/>
  258. \t\t\t\t\t\t\t</g>
  259. \t\t\t\t\t\t</svg>
  260. \t\t\t\t\t</span>
  261. \t\t\t\t\t<input type=\"text\" class=\"form-control form-control w-600px ps-15\" placeholder=\"Rechercher ...\" ";
  262.             // line 156
  263.             yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""searchTable""keyup");
  264.             yield "/>
  265. \t\t\t\t</div>
  266. \t\t\t\t<div clas=\"container-export\">
  267. \t\t\t\t\t<a href=\"";
  268.             // line 159
  269.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("client_gestionaires_new");
  270.             yield "\" class=\"btn btn-primary-custom font-weight-bold\">
  271. \t\t\t\t\t\t<i class=\"fas fa-plus-circle text-white\"></i>Ajouter
  272. \t\t\t\t\t</a>
  273. \t\t\t\t\t
  274. \t\t\t\t</div>
  275. \t\t\t\t
  276. \t\t\t";
  277.         }
  278.         // line 166
  279.         yield "\t\t</div>
  280. \t\t<div class=\"card shadow-sm mt-5\" data-live-ignore>
  281. \t\t\t<div class=\"card-body\">
  282. \t\t\t\t";
  283.         // line 169
  284.         yield Twig\Extension\CoreExtension::include($this->env$context"client/_menus_client.html.twig");
  285.         yield "
  286. \t\t\t\t<div class=\"ctn-filter ctn-filter mt-8 my-4\" style=\"align-items:baseline\">
  287.                     <div>
  288.                         <button id=\"show-filter\" class=\"btn btn-filter collapsed \" data-toggle=\"collapse\" data-target=\"#refontefilterfile\" aria-expanded=\"false\" aria-controls=\"collapsefilter\">Filtrer
  289.                             <svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  290.                                 <g clip-path=\"url(#clip0_2053_1644)\">
  291.                                     <path d=\"M6 13.25H18\" stroke=\"#344054\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  292.                                     <path d=\"M2.25 8.75H21.75\" stroke=\"#344054\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  293.                                     <path d=\"M9.75 17.75H14.25\" stroke=\"#344054\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  294.                                 </g>
  295.                                 <defs>
  296.                                     <clipPath id=\"clip0_2053_1644\">
  297.                                         <rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  298.                                     </clipPath>
  299.                                 </defs>
  300.                             </svg>
  301.                         </button>
  302.                     </div>
  303.                     <div class=\"ml-4 w-96\" style=\"width: 96%;overflow-x: auto;\">
  304.                         <div class=\"container-filter collapse \" id=\"refontefilterfile\" style=\"\">
  305.                             <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;  \">
  306.                                 <div class=\"div-relative\">
  307.                                     <input  type=\"text\"
  308.                                         style=\"margin-right: 10px;\"
  309.                                         class=\"form-control input-search mb-0\"
  310.                                         placeholder=\"Recherchez par nom, prénom, ...\"
  311.                                             ";
  312.         // line 195
  313.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""searchTableThreeColonne""keyup");
  314.         yield "
  315.                                     />
  316.                                     <button class=\"icon-search \" type=\"submit\">
  317.                                         <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  318.                                             <g clip-path=\"url(#clip0_2027_2078)\">
  319.                                                 <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>
  320.                                                 <path d=\"M15.8035 15.8035L21 21\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  321.                                             </g>
  322.                                             <defs>
  323.                                                 <clipPath id=\"clip0_2027_2078\">
  324.                                                     <rect width=\"24\" height=\"24\" fill=\"white\"></rect>
  325.                                                 </clipPath>
  326.                                             </defs>
  327.                                         </svg>
  328.                                     </button>
  329.                                 </div>
  330.                                 <div class=\"div-relative\">
  331.                                     <input  type=\"text\"
  332.                                         style=\"margin-right: 10px;\"
  333.                                         class=\"form-control input-search mb-0\"
  334.                                         placeholder=\"Recherchez par rôle\"
  335.                                             ";
  336.         // line 216
  337.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""searchTableRoleClient""keyup");
  338.         yield "
  339.                                     />
  340.                                     <button class=\"icon-search \">
  341.                                         <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  342.                                             <g clip-path=\"url(#clip0_2027_2078)\">
  343.                                                 <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>
  344.                                                 <path d=\"M15.8035 15.8035L21 21\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  345.                                             </g>
  346.                                             <defs>
  347.                                                 <clipPath id=\"clip0_2027_2078\">
  348.                                                     <rect width=\"24\" height=\"24\" fill=\"white\"></rect>
  349.                                                 </clipPath>
  350.                                             </defs>
  351.                                         </svg>
  352.                                     </button>
  353.                                 </div>
  354. \t\t\t\t\t\t\t\t<div class=\"div-relative\">
  355.                                    <select name=\"\" class=\"select-sort-user my-0 mx-0\" id=\"status_filter\" ";
  356.         // line 233
  357.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""filter""change");
  358.         yield ">
  359. \t\t\t\t\t\t\t\t\t\t<option value=\"\">Recherchez par activation</option>
  360. \t\t\t\t\t\t\t\t\t\t<option value=\"1\">Oui</option>
  361. \t\t\t\t\t\t\t\t\t\t<option value=\"0\">Non</option>
  362. \t\t\t\t\t\t\t\t\t</select>
  363.                                     <button class=\"icon-search \">
  364.                                         <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  365.                                             <g clip-path=\"url(#clip0_2027_2078)\">
  366.                                                 <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>
  367.                                                 <path d=\"M15.8035 15.8035L21 21\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  368.                                             </g>
  369.                                             <defs>
  370.                                                 <clipPath id=\"clip0_2027_2078\">
  371.                                                     <rect width=\"24\" height=\"24\" fill=\"white\"></rect>
  372.                                                 </clipPath>
  373.                                             </defs>
  374.                                         </svg>
  375.                                     </button>
  376.                                 </div>
  377. \t\t\t\t\t\t\t\t
  378.                                 <div class=\"div-relative\">
  379.                                     <input  type=\"text\"
  380.                                         style=\"margin-right: 10px;\"
  381.                                         class=\"form-control input-search mb-0\"
  382.                                         placeholder=\"Recherchez par entreprise\"
  383.                                             ";
  384.         // line 258
  385.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""searchTableEnterprisesClients""keyup");
  386.         yield "
  387.                                     />
  388.                                     <button class=\"icon-search \">
  389.                                         <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  390.                                             <g clip-path=\"url(#clip0_2027_2078)\">
  391.                                                 <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>
  392.                                                 <path d=\"M15.8035 15.8035L21 21\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  393.                                             </g>
  394.                                             <defs>
  395.                                                 <clipPath id=\"clip0_2027_2078\">
  396.                                                     <rect width=\"24\" height=\"24\" fill=\"white\"></rect>
  397.                                                 </clipPath>
  398.                                             </defs>
  399.                                         </svg>
  400.                                     </button>
  401.                                 </div>
  402.                                 <div class=\"filter-btn \">
  403.                                     <div class=\"btn-wordpress-and-commande\">
  404.                                         <a title=\"Réinitialiser\" href=\"/admin/clients\" class=\"btn btn-custom bg-custom-pink\">
  405.                                             <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\">
  406.                                                 <g>
  407.                                                     <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
  408.                                                                                         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
  409.                                                                                         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
  410.                                                                                         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
  411.                                                                                         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
  412.                                                                                         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
  413.                                                                                         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
  414.                                                                                         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
  415.                                                                                         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
  416.                                                                                         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
  417.                                                                                         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
  418.                                                                                         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
  419.                                                                                         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
  420.                                                                                         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
  421.                                                                                         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
  422.                                                                                         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
  423.                                                                                         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
  424.                                                                                         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
  425.                                                                                         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>
  426.                                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" fill=\"#FFFFFF\" d=\"M19.501,0c0.348,0.164,0.483,0.436,0.494,0.82
  427.                                                                                         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
  428.                                                                                         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
  429.                                                                                         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
  430.                                                                                         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
  431.                                                                                         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
  432.                                                                                         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
  433.                                                                                         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
  434.                                                                                         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>
  435.                                                     <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
  436.                                                                                         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
  437.                                                                                         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
  438.                                                                                         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
  439.                                                                                         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
  440.                                                                                         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
  441.                                                                                         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
  442.                                                                                         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
  443.                                                                                         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
  444.                                                                                         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>
  445.                                                 </g>
  446.                                             </svg>
  447.                                         </a>
  448.                                     </div>
  449.                                 </div>
  450.                                 <div class=\"btn-wordpress-and-commande hidden\">
  451.                                     <div class=\"filter-btn\">
  452.                                         <button data-bs-toggle=\"modal\" data-bs-target=\"#addRessourceModal\" class=\"btn btn-custom bg-custom-pink btn-addressource\">
  453.                                             <svg width=\"20\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  454.                                                 <path d=\"M0.92 6.778V4.432H5.313V0.0389988H7.659V4.432H12.052V6.778H7.659V11.171H5.313V6.778H0.92Z\" fill=\"white\"/>
  455.                                             </svg>
  456.                                         </button>
  457.                                     </div>
  458.                                 </div>
  459.                             </div>
  460.                         </div>
  461.                     </div>
  462.                 </div>
  463. \t\t\t\t<table id=\"kt_datatable_example_1\" class=\"table table-row-bordered gy-5\" ";
  464.         // line 335
  465.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusTarget($this->env"client--index""datatable");
  466.         yield " data-live-ignore>
  467. \t\t\t\t\t<thead>
  468. \t\t\t\t\t\t<tr class=\"fw-bold fs-6 text-muted\" style=\"text-align: center;\">
  469. \t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\">
  470. \t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
  471. \t\t\t\t\t\t\t\t\tNom 
  472. \t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
  473. \t\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"icon-linkd\" ";
  474.         // line 342
  475.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  476.         yield "  >
  477. \t\t\t\t\t\t\t\t\t\t\t<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\">
  478. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  479. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  480. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  481. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  482. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  483. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  484. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  485. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  486. \t\t\t\t\t\t\t\t\t\t\t</svg>
  487. \t\t\t\t\t\t\t\t\t\t</a>
  488. \t\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"icon-link2s\" ";
  489.         // line 354
  490.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  491.         yield " >
  492. \t\t\t\t\t\t\t\t\t\t\t<svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  493. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  494. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  495. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  496. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  497. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  498. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  499. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  500. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  501. \t\t\t\t\t\t\t\t\t\t\t</svg>
  502. \t\t\t\t\t\t\t\t\t\t</a>
  503. \t\t\t\t\t\t\t\t\t</div>
  504. \t\t\t\t\t\t\t\t</span>
  505. \t\t\t\t\t\t\t</th>
  506. \t\t\t\t\t\t\t";
  507.         // line 400
  508.         yield "\t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;text-align: left;\">
  509. \t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
  510. \t\t\t\t\t\t\t\t\tEmail
  511. \t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
  512. \t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=ASC\" class=\"icon-linkd\" ";
  513.         // line 404
  514.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  515.         yield ">
  516. \t\t\t\t\t\t\t\t\t\t\t<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\">
  517. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  518. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  519. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  520. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  521. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  522. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  523. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  524. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  525. \t\t\t\t\t\t\t\t\t\t\t</svg>
  526. \t\t\t\t\t\t\t\t\t\t</a>
  527. \t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=DESC\" class=\"icon-link2s\" ";
  528.         // line 416
  529.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  530.         yield ">
  531. \t\t\t\t\t\t\t\t\t\t\t<svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  532. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  533. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  534. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  535. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  536. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  537. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  538. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  539. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  540. \t\t\t\t\t\t\t\t\t\t\t</svg>
  541. \t\t\t\t\t\t\t\t\t\t</a>
  542. \t\t\t\t\t\t\t\t\t</div>
  543. \t\t\t\t\t\t\t\t</span>
  544. \t\t\t\t\t\t\t</th>
  545. \t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;text-align: left;\">
  546. \t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
  547. \t\t\t\t\t\t\t\t\tRôle
  548. \t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
  549. \t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=ASC\" class=\"icon-linkd\" ";
  550.         // line 435
  551.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  552.         yield ">
  553. \t\t\t\t\t\t\t\t\t\t\t<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\">
  554. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  555. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  556. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  557. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  558. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  559. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  560. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  561. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  562. \t\t\t\t\t\t\t\t\t\t\t</svg>
  563. \t\t\t\t\t\t\t\t\t\t</a>
  564. \t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=DESC\" class=\"icon-link2s\" ";
  565.         // line 447
  566.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  567.         yield ">
  568. \t\t\t\t\t\t\t\t\t\t\t<svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  569. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  570. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  571. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  572. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  573. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  574. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  575. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  576. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  577. \t\t\t\t\t\t\t\t\t\t\t</svg>
  578. \t\t\t\t\t\t\t\t\t\t</a>
  579. \t\t\t\t\t\t\t\t\t</div>
  580. \t\t\t\t\t\t\t\t</span>
  581. \t\t\t\t\t\t\t</th>
  582. \t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\">
  583. \t\t\t\t\t\t\t\t
  584. \t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
  585. \t\t\t\t\t\t\t\t\tTéléphone
  586. \t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
  587. \t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=ASC\" class=\"icon-linkd\" ";
  588.         // line 467
  589.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  590.         yield ">
  591. \t\t\t\t\t\t\t\t\t\t\t<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\">
  592. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  593. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  594. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  595. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  596. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  597. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  598. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  599. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  600. \t\t\t\t\t\t\t\t\t\t\t</svg>
  601. \t\t\t\t\t\t\t\t\t\t</a>
  602. \t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=DESC\" class=\"icon-link2s\" ";
  603.         // line 479
  604.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  605.         yield ">
  606. \t\t\t\t\t\t\t\t\t\t\t<svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  607. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  608. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  609. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  610. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  611. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  612. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  613. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  614. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  615. \t\t\t\t\t\t\t\t\t\t\t</svg>
  616. \t\t\t\t\t\t\t\t\t\t</a>
  617. \t\t\t\t\t\t\t\t\t</div>
  618. \t\t\t\t\t\t\t\t</span>
  619. \t\t\t\t\t\t\t</th>
  620. \t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\">
  621. \t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
  622. \t\t\t\t\t\t\t\t\tEntreprise
  623. \t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
  624. \t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=ASC\" class=\"icon-linkd\"  ";
  625.         // line 498
  626.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  627.         yield ">
  628. \t\t\t\t\t\t\t\t\t\t\t<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\">
  629. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  630. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  631. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  632. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  633. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  634. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  635. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  636. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  637. \t\t\t\t\t\t\t\t\t\t\t</svg>
  638. \t\t\t\t\t\t\t\t\t\t</a>
  639. \t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=DESC\" class=\"icon-link2s\"  ";
  640.         // line 510
  641.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  642.         yield ">
  643. \t\t\t\t\t\t\t\t\t\t\t<svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  644. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  645. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  646. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  647. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  648. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  649. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  650. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  651. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  652. \t\t\t\t\t\t\t\t\t\t\t</svg>
  653. \t\t\t\t\t\t\t\t\t\t</a>
  654. \t\t\t\t\t\t\t\t\t</div>
  655. \t\t\t\t\t\t\t\t</span>
  656. \t\t\t\t\t\t\t</th>
  657. \t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\">
  658. \t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
  659. \t\t\t\t\t\t\t\t\tActivé
  660. \t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
  661. \t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=ASC\" class=\"icon-linkd\" ";
  662.         // line 529
  663.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  664.         yield ">
  665. \t\t\t\t\t\t\t\t\t\t\t<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\">
  666. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  667. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  668. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  669. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  670. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  671. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  672. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  673. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  674. \t\t\t\t\t\t\t\t\t\t\t</svg>
  675. \t\t\t\t\t\t\t\t\t\t</a>
  676. \t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=DESC\" class=\"icon-link2s\" ";
  677.         // line 541
  678.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  679.         yield ">
  680. \t\t\t\t\t\t\t\t\t\t\t<svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  681. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  682. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  683. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  684. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  685. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  686. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  687. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  688. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  689. \t\t\t\t\t\t\t\t\t\t\t</svg>
  690. \t\t\t\t\t\t\t\t\t\t</a>
  691. \t\t\t\t\t\t\t\t\t</div>
  692. \t\t\t\t\t\t\t\t</span>
  693. \t\t\t\t\t\t\t</th>
  694. \t\t\t\t\t\t\t";
  695.         // line 557
  696.         yield "\t\t\t\t\t\t\t<th style=\"text-align:left;\">
  697. \t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
  698. \t\t\t\t\t\t\t\t\tApp mobile
  699. \t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
  700. \t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=ASC\" class=\"icon-linkd\" ";
  701.         // line 561
  702.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  703.         yield ">
  704. \t\t\t\t\t\t\t\t\t\t\t<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\">
  705. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  706. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  707. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  708. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  709. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  710. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  711. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  712. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  713. \t\t\t\t\t\t\t\t\t\t\t</svg>
  714. \t\t\t\t\t\t\t\t\t\t</a>
  715. \t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=DESC\" class=\"icon-link2s\" ";
  716.         // line 573
  717.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  718.         yield ">
  719. \t\t\t\t\t\t\t\t\t\t\t<svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  720. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  721. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  722. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  723. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  724. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  725. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  726. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  727. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  728. \t\t\t\t\t\t\t\t\t\t\t</svg>
  729. \t\t\t\t\t\t\t\t\t\t</a>
  730. \t\t\t\t\t\t\t\t\t</div>
  731. \t\t\t\t\t\t\t\t</span>
  732. \t\t\t\t\t\t\t</th>
  733. \t\t\t\t\t\t\t";
  734.         // line 589
  735.         yield "\t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\">
  736. \t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
  737. \t\t\t\t\t\t\t\t\tDate de création
  738. \t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
  739. \t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=ASC\" class=\"icon-linkd\" ";
  740.         // line 593
  741.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  742.         yield ">
  743. \t\t\t\t\t\t\t\t\t\t\t<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\">
  744. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  745. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  746. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  747. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  748. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  749. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  750. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  751. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  752. \t\t\t\t\t\t\t\t\t\t\t</svg>
  753. \t\t\t\t\t\t\t\t\t\t</a>
  754. \t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=DESC\" class=\"icon-link2s\" ";
  755.         // line 605
  756.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  757.         yield ">
  758. \t\t\t\t\t\t\t\t\t\t\t<svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  759. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  760. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  761. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  762. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  763. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  764. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  765. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  766. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  767. \t\t\t\t\t\t\t\t\t\t\t</svg>
  768. \t\t\t\t\t\t\t\t\t\t</a>
  769. \t\t\t\t\t\t\t\t\t</div>
  770. \t\t\t\t\t\t\t\t</span>
  771. \t\t\t\t\t\t\t</th>
  772. \t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\">
  773. \t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
  774. \t\t\t\t\t\t\t\t\tDernière visite
  775. \t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
  776. \t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=ASC\" class=\"icon-linkd\" ";
  777.         // line 624
  778.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  779.         yield ">
  780. \t\t\t\t\t\t\t\t\t\t\t<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\">
  781. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  782. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  783. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  784. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  785. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  786. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  787. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  788. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  789. \t\t\t\t\t\t\t\t\t\t\t</svg>
  790. \t\t\t\t\t\t\t\t\t\t</a>
  791. \t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=DESC\" class=\"icon-link2s\" ";
  792.         // line 636
  793.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env"client--index""sortTable""click");
  794.         yield ">
  795. \t\t\t\t\t\t\t\t\t\t\t<svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  796. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  797. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  798. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  799. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  800. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  801. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  802. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  803. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  804. \t\t\t\t\t\t\t\t\t\t\t</svg>
  805. \t\t\t\t\t\t\t\t\t\t</a>
  806. \t\t\t\t\t\t\t\t\t</div>
  807. \t\t\t\t\t\t\t\t</span>
  808. \t\t\t\t\t\t\t</th>
  809. \t\t\t\t\t\t\t<th></th>
  810. \t\t\t\t\t\t</tr>
  811. \t\t\t\t\t\t ";
  812.         // line 671
  813.         yield "
  814. \t\t\t\t\t</thead>
  815. \t\t\t\t\t<tbody>
  816. \t\t\t\t\t\t<tr style=\"display:none;\">
  817. \t\t\t\t\t\t\t<td ></td>
  818. \t\t\t\t\t\t\t<td ></td>
  819. \t\t\t\t\t\t\t<td ></td>
  820. \t\t\t\t\t\t\t<td >
  821. \t\t\t\t\t\t\t\t<select id=\"Contrat\" style=\"background: #F9FAFC;width: 170px;height: 35px;border-radius: 5px;border: 1px #A1A5B7 solid;color: #a1a5b7;font-family: Basis Grotesque Pro;\">
  822. \t\t\t\t\t\t\t\t\t<option value=\"Pack de crédit\">Pack de crédit</option>
  823. \t\t\t\t\t\t\t\t\t<option value=\"Facturation fin de mois\">Facturation fin de mois</option>
  824. \t\t\t\t\t\t\t\t\t<option value=\"Facturation mensuelle\">Facturation mensuelle</option>
  825. \t\t\t\t\t\t\t\t\t<option value=\"Comptant\">Comptant</option>
  826. \t\t\t\t\t\t\t\t</select>
  827. \t\t\t\t\t\t\t</td>
  828. \t\t\t\t\t\t\t<td ></td>
  829. \t\t\t\t\t\t\t<td ></td>
  830. \t\t\t\t\t\t\t<td ></td>
  831. \t\t\t\t\t\t\t<td ></td>
  832. \t\t\t\t\t\t\t<td ></td>
  833. \t\t\t\t\t\t\t<td >
  834. \t\t\t\t\t\t\t\t<div class=\"btn-wordpress-and-commande\"style=\"text-align: right;\">
  835. \t\t\t\t\t\t\t\t\t<a href=\"#\" style=\"font-weight: 500;font-size: 12px;padding: 5px 15px; margin-bottom:5px;\" class=\"btn btn-custom bg-custom-pink\">Rechercher</a>
  836. \t\t\t\t\t\t\t\t</div>
  837. \t\t\t\t\t\t\t\t<div class=\"btn-wordpress-and-commande\"style=\"text-align: right;\">
  838. \t\t\t\t\t\t\t\t\t<a href=\"#\" style=\"font-weight: 500;font-size: 12px;padding: 5px 15px;\" class=\"btn btn-custom bg-custom-pink\">Réinitialiser</a>
  839. \t\t\t\t\t\t\t\t</div>
  840. \t\t\t\t\t\t\t</td>
  841. \t\t\t\t\t\t</tr>
  842. \t\t\t\t\t\t";
  843.         // line 700
  844.         $context['_parent'] = $context;
  845.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["clients"]) || array_key_exists("clients"$context) ? $context["clients"] : (function () { throw new RuntimeError('Variable "clients" does not exist.'700$this->source); })()));
  846.         foreach ($context['_seq'] as $context["_key"] => $context["client"]) {
  847.             // line 701
  848.             yield "\t\t\t\t\t\t\t<tr>
  849. \t\t\t\t\t\t\t\t<td onclick=\"goTo('";
  850.             // line 702
  851.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("client_edit", ["id" => CoreExtension::getAttribute($this->env$this->source$context["client"], "id", [], "any"falsefalsefalse702)]), "html"nulltrue);
  852.             yield "')\" style=\"cursor: pointer;vertical-align: middle;\">
  853. \t\t\t\t\t\t\t\t\t\t<div style=\"position : relative;display: flex;align-items: center;gap: 5px;\">
  854. \t\t\t\t\t\t\t\t\t\t\t";
  855.             // line 707
  856.             yield "\t\t\t\t\t\t\t\t\t\t\t";
  857.             if ((CoreExtension::getAttribute($this->env$this->source$context["client"], "getLastActivityInMinute", [], "method"falsefalsefalse707) < 10)) {
  858.                 // line 708
  859.                 yield "\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"status-online\" style=\"position: static;\"></span>
  860. \t\t\t\t\t\t\t\t\t\t\t";
  861.             } else {
  862.                 // line 710
  863.                 yield "\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"status-offline\" style=\"position: static;\"></span>
  864. \t\t\t\t\t\t\t\t\t\t\t";
  865.             }
  866.             // line 712
  867.             yield "\t\t\t\t\t\t\t\t\t\t\t<span>";
  868.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["client"], "lastname", [], "any"falsefalsefalse712), "html"nulltrue);
  869.             yield " ";
  870.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["client"], "firstname", [], "any"falsefalsefalse712), "html"nulltrue);
  871.             yield "</span>
  872. \t\t\t\t\t\t\t\t\t\t</div>
  873. \t\t\t\t\t\t\t\t</td>
  874. \t\t\t\t\t\t\t\t";
  875.             // line 716
  876.             yield "\t\t\t\t\t\t\t\t<td onclick=\"goTo('";
  877.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("client_edit", ["id" => CoreExtension::getAttribute($this->env$this->source$context["client"], "id", [], "any"falsefalsefalse716)]), "html"nulltrue);
  878.             yield "')\" style=\"cursor: pointer;vertical-align: middle;\"><div style=\"max-width:95px\">
  879. \t\t\t\t\t\t\t\t\t";
  880.             // line 717
  881.             if ( !(null === CoreExtension::getAttribute($this->env$this->source$context["client"], "myFlowEmail", [], "any"falsefalsefalse717))) {
  882.                 // line 718
  883.                 yield "\t\t\t\t\t\t\t\t\t\t\t";
  884.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["client"], "myFlowEmail", [], "any"falsefalsefalse718), "html"nulltrue);
  885.                 yield "
  886. \t\t\t\t\t\t\t\t\t\t";
  887.             } else {
  888.                 // line 720
  889.                 yield "\t\t\t\t\t\t\t\t\t\t\t";
  890.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["client"], "email", [], "any"falsefalsefalse720), "html"nulltrue);
  891.                 yield "
  892. \t\t\t\t\t\t\t\t\t\t";
  893.             }
  894.             // line 722
  895.             yield "\t\t\t\t\t\t\t\t\t
  896. \t\t\t\t\t\t\t\t</div></td>
  897. \t\t\t\t\t\t\t\t<td onclick=\"goTo('";
  898.             // line 724
  899.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("client_edit", ["id" => CoreExtension::getAttribute($this->env$this->source$context["client"], "id", [], "any"falsefalsefalse724)]), "html"nulltrue);
  900.             yield "')\" style=\"cursor: pointer;vertical-align: middle;\">
  901. \t\t\t\t\t\t\t\t\t";
  902.             // line 726
  903.             if (CoreExtension::getAttribute($this->env$this->source$context["client"], "roles", [], "any"falsefalsefalse726)) {
  904.                 // line 727
  905.                 yield "\t\t\t\t\t\t\t\t\t\t";
  906.                 if (CoreExtension::inFilter("ROLE_CLIENT_ADMIN"CoreExtension::getAttribute($this->env$this->source$context["client"], "roles", [], "any"falsefalsefalse727))) {
  907.                     // line 728
  908.                     yield "\t\t\t\t\t\t\t\t\t\t\t Client administrateur
  909. \t\t\t\t\t\t\t\t\t\t";
  910.                 } elseif (CoreExtension::inFilter("ROLE_CLIENT"CoreExtension::getAttribute($this->env$this->source,                 // line 729
  911. $context["client"], "roles", [], "any"falsefalsefalse729))) {
  912.                     // line 730
  913.                     yield "\t\t\t\t\t\t\t\t\t\t\tClient
  914. \t\t\t\t\t\t\t\t\t\t";
  915.                 } elseif (CoreExtension::inFilter("ROLE_AUTHOR"CoreExtension::getAttribute($this->env$this->source,                 // line 731
  916. $context["client"], "roles", [], "any"falsefalsefalse731))) {
  917.                     // line 732
  918.                     yield "\t\t\t\t\t\t\t\t\t\t\tAuteur
  919. \t\t\t\t\t\t\t\t\t\t";
  920.                 } elseif (CoreExtension::inFilter("ROLE_EDITOR"CoreExtension::getAttribute($this->env$this->source,                 // line 733
  921. $context["client"], "roles", [], "any"falsefalsefalse733))) {
  922.                     // line 734
  923.                     yield "\t\t\t\t\t\t\t\t\t\t\tEditeur
  924. \t\t\t\t\t\t\t\t\t\t";
  925.                 } elseif (CoreExtension::inFilter("ROLE_MANAGER"CoreExtension::getAttribute($this->env$this->source,                 // line 735
  926. $context["client"], "roles", [], "any"falsefalsefalse735))) {
  927.                     // line 736
  928.                     yield "\t\t\t\t\t\t\t\t\t\t\tGestionnaire
  929. \t\t\t\t\t\t\t\t\t\t";
  930.                 } elseif (CoreExtension::inFilter("ROLE_ADMIN_AGENCY"CoreExtension::getAttribute($this->env$this->source,                 // line 737
  931. $context["client"], "roles", [], "any"falsefalsefalse737))) {
  932.                     // line 738
  933.                     yield "\t\t\t\t\t\t\t\t\t\t\tAdministrateur de l'agence
  934. \t\t\t\t\t\t\t\t\t\t";
  935.                 } elseif (CoreExtension::inFilter("ROLE_PROJECT_MANAGER"CoreExtension::getAttribute($this->env$this->source,                 // line 739
  936. $context["client"], "roles", [], "any"falsefalsefalse739))) {
  937.                     // line 740
  938.                     yield "\t\t\t\t\t\t\t\t\t\t\tChef de projet
  939. \t\t\t\t\t\t\t\t\t\t";
  940.                 } elseif (CoreExtension::inFilter("ROLE_ADMIN_AGENCY"CoreExtension::getAttribute($this->env$this->source,                 // line 741
  941. $context["client"], "roles", [], "any"falsefalsefalse741))) {
  942.                     // line 742
  943.                     yield "\t\t\t\t\t\t\t\t\t\t\tAdministrateur de l'agence
  944. \t\t\t\t\t\t\t\t\t\t";
  945.                 } else {
  946.                     // line 744
  947.                     yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tClient administrateur
  948. \t\t\t\t\t\t\t\t\t\t";
  949.                 }
  950.                 // line 747
  951.                 yield "\t\t\t\t\t\t\t\t\t";
  952.             } else {
  953.                 // line 748
  954.                 yield "\t\t\t\t\t\t\t\t\t\t-
  955. \t\t\t\t\t\t\t\t\t";
  956.             }
  957.             // line 750
  958.             yield "\t\t\t\t\t\t\t\t</td>
  959. \t\t\t\t\t\t\t\t<td onclick=\"goTo('";
  960.             // line 751
  961.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("client_edit", ["id" => CoreExtension::getAttribute($this->env$this->source$context["client"], "id", [], "any"falsefalsefalse751)]), "html"nulltrue);
  962.             yield "')\" style=\"cursor: pointer;vertical-align: middle;\"><div style=\"max-width:95px\">";
  963.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["client"], "cellphone", [], "any"falsefalsefalse751), "html"nulltrue);
  964.             yield "</div></td>
  965. \t\t\t\t\t\t\t\t<td onclick=\"goTo('";
  966.             // line 752
  967.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("client_edit", ["id" => CoreExtension::getAttribute($this->env$this->source$context["client"], "id", [], "any"falsefalsefalse752)]), "html"nulltrue);
  968.             yield "')\" style=\"cursor: pointer;vertical-align: middle;\" class=\"font-weight-bold\">
  969. \t\t\t\t\t\t\t\t\t";
  970.             // line 753
  971.             if (CoreExtension::getAttribute($this->env$this->source$context["client"], "company", [], "any"falsefalsefalse753)) {
  972.                 // line 754
  973.                 yield "\t\t\t\t\t\t\t\t\t\t";
  974.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["client"], "company", [], "any"falsefalsefalse754), "name", [], "any"falsefalsefalse754), "html"nulltrue);
  975.                 yield "
  976. \t\t\t\t\t\t\t\t\t";
  977.             } else {
  978.                 // line 756
  979.                 yield "\t\t\t\t\t\t\t\t\t\t-
  980. \t\t\t\t\t\t\t\t\t";
  981.             }
  982.             // line 758
  983.             yield "\t\t\t\t\t\t\t\t</td>
  984. \t\t\t\t\t\t\t\t<td style=\"cursor: pointer;vertical-align: middle;\">
  985. \t\t\t\t\t\t\t\t\t<a href=\"";
  986.             // line 760
  987.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("client_toggle_availabilty", ["availabilty" => ((CoreExtension::getAttribute($this->env$this->source$context["client"], "enabled", [], "any"falsefalsefalse760)) ? ("disable") : ("enable")), "id" => CoreExtension::getAttribute($this->env$this->source$context["client"], "id", [], "any"falsefalsefalse760)]), "html"nulltrue);
  988.             yield "\">
  989. \t\t\t\t\t\t\t\t\t\t";
  990.             // line 761
  991.             if ((CoreExtension::getAttribute($this->env$this->source$context["client"], "enabled", [], "any"falsefalsefalse761) == true)) {
  992.                 // line 762
  993.                 yield "\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-check2\" viewbox=\"0 0 16 16\">
  994. \t\t\t\t\t\t\t\t\t\t\t\t<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\"/>
  995. \t\t\t\t\t\t\t\t\t\t\t</svg>
  996. \t\t\t\t\t\t\t\t\t\t\t<span style=\"visibility: hidden;\">1</span>
  997. \t\t\t\t\t\t\t\t\t\t";
  998.             } else {
  999.                 // line 767
  1000.                 yield "\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-x\" viewbox=\"0 0 16 16\">
  1001. \t\t\t\t\t\t\t\t\t\t\t\t<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\"/>
  1002. \t\t\t\t\t\t\t\t\t\t\t</svg>
  1003. \t\t\t\t\t\t\t\t\t\t\t<span style=\"visibility: hidden;\">0</span>
  1004. \t\t\t\t\t\t\t\t\t\t";
  1005.             }
  1006.             // line 772
  1007.             yield "\t\t\t\t\t\t\t\t\t</a>
  1008. \t\t\t\t\t\t\t\t</td>
  1009. \t\t\t\t\t\t\t\t";
  1010.             // line 775
  1011.             yield "                                <td style=\"cursor: pointer;vertical-align: middle;\">
  1012.                                     <a>
  1013. \t\t\t\t\t\t\t\t\t\t";
  1014.             // line 777
  1015.             if ($this->extensions['App\Twig\UtilsTwig']->userHaveApplication($context["client"])) {
  1016.                 // line 778
  1017.                 yield "\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-check2\" viewbox=\"0 0 16 16\">
  1018. \t\t\t\t\t\t\t\t\t\t\t\t<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\"/>
  1019. \t\t\t\t\t\t\t\t\t\t\t</svg>
  1020. \t\t\t\t\t\t\t\t\t\t\t<span style=\"visibility: hidden;\">1</span>
  1021. \t\t\t\t\t\t\t\t\t\t";
  1022.             } else {
  1023.                 // line 783
  1024.                 yield "\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-x\" viewbox=\"0 0 16 16\">
  1025. \t\t\t\t\t\t\t\t\t\t\t\t<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. \t\t\t\t\t\t\t\t\t\t\t</svg>
  1027. \t\t\t\t\t\t\t\t\t\t\t<span style=\"visibility: hidden;\">0</span>
  1028. \t\t\t\t\t\t\t\t\t\t";
  1029.             }
  1030.             // line 788
  1031.             yield "                                        
  1032.                                       
  1033.                                     </a>
  1034.                                 </td>
  1035.                                 ";
  1036.             // line 793
  1037.             yield "\t\t\t\t\t\t\t\t<td onclick=\"goTo('";
  1038.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("client_edit", ["id" => CoreExtension::getAttribute($this->env$this->source$context["client"], "id", [], "any"falsefalsefalse793)]), "html"nulltrue);
  1039.             yield "')\" style=\"cursor: pointer;vertical-align: middle;\">";
  1040.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatDate(CoreExtension::getAttribute($this->env$this->source$context["client"], "createdAt", [], "any"falsefalsefalse793), "Y-m-d H:i:s"), "html"nulltrue);
  1041.             yield "</td>
  1042. \t\t\t\t\t\t\t\t<td onclick=\"goTo('";
  1043.             // line 794
  1044.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("client_edit", ["id" => CoreExtension::getAttribute($this->env$this->source$context["client"], "id", [], "any"falsefalsefalse794)]), "html"nulltrue);
  1045.             yield "')\" style=\"cursor: pointer;vertical-align: middle;\">";
  1046.             ((CoreExtension::getAttribute($this->env$this->source$context["client"], "lastConnectionAt", [], "any"falsefalsefalse794)) ? (yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatDate(CoreExtension::getAttribute($this->env$this->source$context["client"], "lastConnectionAt", [], "any"falsefalsefalse794), "Y-m-d H:i:s"), "html"nulltrue)) : (yield ""));
  1047.             yield "</td>
  1048. \t\t\t\t\t\t\t\t<td class=\"text-end\" style=\"vertical-align: middle;\">
  1049. \t\t\t\t\t\t\t\t\t<div class=\"dropdown\">
  1050. \t\t\t\t\t\t\t\t\t\t<button data-bs-toggle=\"dropdown\" aria-expanded=\"false\" class=\"btn btn-transparant\" id=\"buttonactionclient";
  1051.             // line 797
  1052.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["client"], "id", [], "any"falsefalsefalse797), "html"nulltrue);
  1053.             yield "\">
  1054. \t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-three-dots\" viewbox=\"0 0 16 16\">
  1055. \t\t\t\t\t\t\t\t\t\t\t\t<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\"/>
  1056. \t\t\t\t\t\t\t\t\t\t\t</svg>
  1057. \t\t\t\t\t\t\t\t\t\t</button>
  1058. \t\t\t\t\t\t\t\t\t\t<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\" data-kt-menu=\"true\" aria-labelledby=\"buttonactionclient";
  1059.             // line 802
  1060.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["client"], "id", [], "any"falsefalsefalse802), "html"nulltrue);
  1061.             yield "\">
  1062. \t\t\t\t\t\t\t\t\t\t\t<div class=\"menu-item px-3\">
  1063. \t\t\t\t\t\t\t\t\t\t\t\t";
  1064.             // line 804
  1065.             if ((CoreExtension::getAttribute($this->env$this->source$context["client"], "enabled", [], "any"falsefalsefalse804) == 0)) {
  1066.                 // line 805
  1067.                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
  1068.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("client_resend_registration_email", ["id" => CoreExtension::getAttribute($this->env$this->source$context["client"], "id", [], "any"falsefalsefalse805)]), "html"nulltrue);
  1069.                 yield "\" class=\"menu-link px-3\">
  1070. \t\t\t\t\t\t\t\t\t\t\t\t\t\tRenvoyer l'email d'inscription
  1071. \t\t\t\t\t\t\t\t\t\t\t\t\t</a>
  1072. \t\t\t\t\t\t\t\t\t\t\t\t";
  1073.             }
  1074.             // line 809
  1075.             yield "\t\t\t\t\t\t\t\t\t\t\t\t";
  1076.             if ((CoreExtension::getAttribute($this->env$this->source$context["client"], "enabled", [], "any"falsefalsefalse809) == 1)) {
  1077.                 // line 810
  1078.                 yield "\t\t\t\t\t\t\t\t\t\t\t\t";
  1079.                 // line 811
  1080.                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
  1081.                 yield $this->extensions['App\Twig\CompanyTwig']->getLinkToOrderForUser($context["client"]);
  1082.                 yield "\" class=\"menu-link px-3\">
  1083. \t\t\t\t\t\t\t\t\t\t\t\t\t\tCommander
  1084. \t\t\t\t\t\t\t\t\t\t\t\t\t</a>
  1085. \t\t\t\t\t\t\t\t\t\t\t\t";
  1086.             }
  1087.             // line 815
  1088.             yield "\t\t\t\t\t\t\t\t\t\t\t\t";
  1089.             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.'815$this->source); })()), "request", [], "any"falsefalsefalse815), "get", ["_route"], "method"falsefalsefalse815) == "client_gestionnaire_index")) {
  1090.                 // line 816
  1091.                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
  1092.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("client_gestionaires_edit", ["id" => CoreExtension::getAttribute($this->env$this->source$context["client"], "id", [], "any"falsefalsefalse816)]), "html"nulltrue);
  1093.                 yield "\" class=\"menu-link px-3\">
  1094. \t\t\t\t\t\t\t\t\t\t\t\t\t\tModifier
  1095. \t\t\t\t\t\t\t\t\t\t\t\t\t</a>
  1096. \t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
  1097.                 // line 819
  1098.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("client_gestionnaire_remove", ["id" => CoreExtension::getAttribute($this->env$this->source$context["client"], "id", [], "any"falsefalsefalse819)]), "html"nulltrue);
  1099.                 yield "\" class=\"menu-link px-3\">
  1100. \t\t\t\t\t\t\t\t\t\t\t\t\t\tSupprimer
  1101. \t\t\t\t\t\t\t\t\t\t\t\t\t</a>
  1102. \t\t\t\t\t\t\t\t\t\t\t\t";
  1103.             } else {
  1104.                 // line 823
  1105.                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
  1106.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("client_edit", ["id" => CoreExtension::getAttribute($this->env$this->source$context["client"], "id", [], "any"falsefalsefalse823)]), "html"nulltrue);
  1107.                 yield "\" class=\"menu-link px-3\">
  1108. \t\t\t\t\t\t\t\t\t\t\t\t\t\tModifier
  1109. \t\t\t\t\t\t\t\t\t\t\t\t\t</a>
  1110. \t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
  1111.                 // line 826
  1112.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("client_remove", ["id" => CoreExtension::getAttribute($this->env$this->source$context["client"], "id", [], "any"falsefalsefalse826)]), "html"nulltrue);
  1113.                 yield "\" class=\"menu-link px-3\">
  1114. \t\t\t\t\t\t\t\t\t\t\t\t\t\tSupprimer
  1115. \t\t\t\t\t\t\t\t\t\t\t\t\t</a>
  1116. \t\t\t\t\t\t\t\t\t\t\t\t";
  1117.             }
  1118.             // line 830
  1119.             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t
  1120. \t\t\t\t\t\t\t\t\t\t\t</div>
  1121. \t\t\t\t\t\t\t\t\t\t</div>
  1122. \t\t\t\t\t\t\t\t\t</div>
  1123. \t\t\t\t\t\t\t\t</td>
  1124. \t\t\t\t\t\t\t</tr>
  1125. \t\t\t\t\t\t";
  1126.         }
  1127.         $_parent $context['_parent'];
  1128.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['client'], $context['_parent'], $context['loop']);
  1129.         $context array_intersect_key($context$_parent) + $_parent;
  1130.         // line 837
  1131.         yield "\t\t\t\t\t</tbody>
  1132. \t\t\t\t</table>
  1133. \t\t\t</div>
  1134. \t\t</div>
  1135. \t</div>
  1136. ";
  1137.         
  1138.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1139.         
  1140.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1141.         return; yield '';
  1142.     }
  1143.     /**
  1144.      * @codeCoverageIgnore
  1145.      */
  1146.     public function getTemplateName()
  1147.     {
  1148.         return "client/index.html.twig";
  1149.     }
  1150.     /**
  1151.      * @codeCoverageIgnore
  1152.      */
  1153.     public function isTraitable()
  1154.     {
  1155.         return false;
  1156.     }
  1157.     /**
  1158.      * @codeCoverageIgnore
  1159.      */
  1160.     public function getDebugInfo()
  1161.     {
  1162.         return array (  1156 => 837,  1144 => 830,  1137 => 826,  1130 => 823,  1123 => 819,  1116 => 816,  1113 => 815,  1105 => 811,  1103 => 810,  1100 => 809,  1092 => 805,  1090 => 804,  1085 => 802,  1077 => 797,  1069 => 794,  1062 => 793,  1056 => 788,  1049 => 783,  1042 => 778,  1040 => 777,  1036 => 775,  1032 => 772,  1025 => 767,  1018 => 762,  1016 => 761,  1012 => 760,  1008 => 758,  1004 => 756,  998 => 754,  996 => 753,  992 => 752,  986 => 751,  983 => 750,  979 => 748,  976 => 747,  972 => 744,  968 => 742,  966 => 741,  963 => 740,  961 => 739,  958 => 738,  956 => 737,  953 => 736,  951 => 735,  948 => 734,  946 => 733,  943 => 732,  941 => 731,  938 => 730,  936 => 729,  933 => 728,  930 => 727,  928 => 726,  923 => 724,  919 => 722,  913 => 720,  907 => 718,  905 => 717,  900 => 716,  891 => 712,  887 => 710,  883 => 708,  880 => 707,  875 => 702,  872 => 701,  868 => 700,  837 => 671,  817 => 636,  802 => 624,  780 => 605,  765 => 593,  759 => 589,  741 => 573,  726 => 561,  720 => 557,  702 => 541,  687 => 529,  665 => 510,  650 => 498,  628 => 479,  613 => 467,  590 => 447,  575 => 435,  553 => 416,  538 => 404,  532 => 400,  514 => 354,  499 => 342,  489 => 335,  409 => 258,  381 => 233,  361 => 216,  337 => 195,  308 => 169,  303 => 166,  293 => 159,  287 => 156,  273 => 144,  270 => 143,  263 => 139,  257 => 136,  254 => 135,  250 => 121,  248 => 120,  244 => 118,  237 => 114,  188 => 67,  185 => 66,  178 => 62,  129 => 15,  127 => 14,  123 => 13,  119 => 12,  116 => 11,  106 => 10,  92 => 7,  82 => 6,  61 => 3,  38 => 1,);
  1163.     }
  1164.     public function getSourceContext()
  1165.     {
  1166.         return new Source("{% extends 'base.html.twig' %}
  1167. {% block title %}Liste des clients
  1168. {% endblock %}
  1169. {% block styles %}
  1170. \t{{ encore_entry_link_tags('plugins/custom/datatables/datatables.bundle') }}
  1171. {% endblock %}
  1172. {% block body %}
  1173. \t<div id=\"kt_content_container\" class=\"container-fluid\" {{ stimulus_controller('client--index') }}>
  1174. \t\t<div class=\"mobile-menu\" {{ stimulus_controller('mission--scroll') }}>
  1175. \t\t\t{% if app.request.get('_route') == 'client_index' %}
  1176. \t\t\t\t<div class=\"mobile-head mb-4\">
  1177. \t\t\t\t\t<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\">
  1178. \t\t\t\t\t\t<rect width=\"48\" height=\"40\" rx=\"6\" fill=\"#F1F0F4\"/>
  1179. \t\t\t\t\t\t<path d=\"M15.75 20L32.25 20\" stroke=\"#344054\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
  1180. \t\t\t\t\t\t<path d=\"M15.75 14L32.25 14\" stroke=\"#344054\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
  1181. \t\t\t\t\t\t<path d=\"M15.75 26L32.25 26\" stroke=\"#344054\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
  1182. \t\t\t\t\t</svg>
  1183. \t\t\t\t\t
  1184. \t\t\t\t\t<h1 class=\"text-uppercase\">Liste des clients</h1>
  1185. \t\t\t\t\t<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\">
  1186. \t\t\t\t\t\t<rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" fill=\"#F9FAFB\"/>
  1187. \t\t\t\t\t\t<rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" stroke=\"#EAECF0\"/>
  1188. \t\t\t\t\t\t<g clip-path=\"url(#clip0_1161_6063)\">
  1189. \t\t\t\t\t\t<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\"/>
  1190. \t\t\t\t\t\t<path d=\"M27.8027 23.8035L32.9993 29\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
  1191. \t\t\t\t\t\t</g>
  1192. \t\t\t\t\t\t<defs>
  1193. \t\t\t\t\t\t<clipPath id=\"clip0_1161_6063\">
  1194. \t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(12 8)\"/>
  1195. \t\t\t\t\t\t</clipPath>
  1196. \t\t\t\t\t\t</defs>
  1197. \t\t\t\t\t</svg>
  1198. \t\t\t\t\t<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\">
  1199. \t\t\t\t\t\t<rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" fill=\"var(--my-flow-pink)\"></rect>
  1200. \t\t\t\t\t\t<rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" stroke=\"#fff\"></rect>
  1201. \t\t\t\t\t\t<g clip-path=\"url(#clip0_1161_6063)\">
  1202. \t\t\t\t\t\t<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>
  1203. \t\t\t\t\t\t<path d=\"M27.8027 23.8035L32.9993 29\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1204. \t\t\t\t\t\t</g>
  1205. \t\t\t\t\t\t<defs>
  1206. \t\t\t\t\t\t<clipPath id=\"clip0_1161_6063\">
  1207. \t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(12 8)\"></rect>
  1208. \t\t\t\t\t\t</clipPath>
  1209. \t\t\t\t\t\t</defs>
  1210. \t\t\t\t\t</svg>
  1211. \t\t\t\t</div>
  1212. \t\t\t\t<div class=\"collapse align-items-center position-relative my-1\" id=\"search_container_mobile\" style=\"flex-direction: column;\">
  1213. \t\t\t\t\t<div class=\"d-flex align-items-center position-relative my-1\" style=\"width: 100%;\">
  1214. \t\t\t\t\t\t<span class=\"svg-icon svg-icon-1 position-absolute ms-6\">
  1215. \t\t\t\t\t\t\t<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\">
  1216. \t\t\t\t\t\t\t\t<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">
  1217. \t\t\t\t\t\t\t\t\t<rect x=\"0\" y=\"0\" width=\"24\" height=\"24\"/>
  1218. \t\t\t\t\t\t\t\t\t<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\"/>
  1219. \t\t\t\t\t\t\t\t\t<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\"/>
  1220. \t\t\t\t\t\t\t\t</g>
  1221. \t\t\t\t\t\t\t</svg>
  1222. \t\t\t\t\t\t</span>
  1223. \t\t\t\t\t\t<input type=\"text\" class=\"form-control form-control w-600px ps-15\" placeholder=\"Rechercher ...\" {{ stimulus_action('client--index', 'searchTable', 'keyup') }}/>
  1224. \t\t\t\t\t</div>
  1225. \t\t\t\t</div>
  1226. \t\t\t{% endif %}
  1227. \t\t\t{% if app.request.get('_route') == 'client_gestionnaire_index' %}
  1228. \t\t\t\t<div class=\"mobile-head mb-4\">
  1229. \t\t\t\t\t<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\">
  1230. \t\t\t\t\t\t<rect width=\"48\" height=\"40\" rx=\"6\" fill=\"#F1F0F4\"/>
  1231. \t\t\t\t\t\t<path d=\"M15.75 20L32.25 20\" stroke=\"#344054\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
  1232. \t\t\t\t\t\t<path d=\"M15.75 14L32.25 14\" stroke=\"#344054\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
  1233. \t\t\t\t\t\t<path d=\"M15.75 26L32.25 26\" stroke=\"#344054\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
  1234. \t\t\t\t\t</svg>
  1235. \t\t\t\t\t
  1236. \t\t\t\t\t<h1 class=\"text-uppercase\">Liste des gestionnaire</h1>
  1237. \t\t\t\t\t<svg id=\"search_btn_mobile_open\"  width=\"48\" height=\"40\" viewBox=\"0 0 48 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1238. \t\t\t\t\t\t<rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" fill=\"#F9FAFB\"/>
  1239. \t\t\t\t\t\t<rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" stroke=\"#EAECF0\"/>
  1240. \t\t\t\t\t\t<g clip-path=\"url(#clip0_1161_6063)\">
  1241. \t\t\t\t\t\t<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\"/>
  1242. \t\t\t\t\t\t<path d=\"M27.8027 23.8035L32.9993 29\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
  1243. \t\t\t\t\t\t</g>
  1244. \t\t\t\t\t\t<defs>
  1245. \t\t\t\t\t\t<clipPath id=\"clip0_1161_6063\">
  1246. \t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(12 8)\"/>
  1247. \t\t\t\t\t\t</clipPath>
  1248. \t\t\t\t\t\t</defs>
  1249. \t\t\t\t\t</svg>
  1250. \t\t\t\t\t<svg id=\"search_btn_mobile_close\" width=\"48\" height=\"40\" viewBox=\"0 0 48 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1251. \t\t\t\t\t\t<rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" fill=\"var(--my-flow-pink)\"></rect>
  1252. \t\t\t\t\t\t<rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" stroke=\"#fff\"></rect>
  1253. \t\t\t\t\t\t<g clip-path=\"url(#clip0_1161_6063)\">
  1254. \t\t\t\t\t\t<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>
  1255. \t\t\t\t\t\t<path d=\"M27.8027 23.8035L32.9993 29\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1256. \t\t\t\t\t\t</g>
  1257. \t\t\t\t\t\t<defs>
  1258. \t\t\t\t\t\t<clipPath id=\"clip0_1161_6063\">
  1259. \t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(12 8)\"></rect>
  1260. \t\t\t\t\t\t</clipPath>
  1261. \t\t\t\t\t\t</defs>
  1262. \t\t\t\t\t</svg>
  1263. \t\t\t\t</div>
  1264. \t\t\t\t<div class=\"collapse align-items-center position-relative my-1\" id=\"search_container_mobile\" style=\"flex-direction: column;\">
  1265. \t\t\t\t\t<div class=\"d-flex align-items-center position-relative my-1\" style=\"width: 100%;\">
  1266. \t\t\t\t\t\t<span class=\"svg-icon svg-icon-1 position-absolute ms-6\">
  1267. \t\t\t\t\t\t\t<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\">
  1268. \t\t\t\t\t\t\t\t<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">
  1269. \t\t\t\t\t\t\t\t\t<rect x=\"0\" y=\"0\" width=\"24\" height=\"24\"/>
  1270. \t\t\t\t\t\t\t\t\t<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\"/>
  1271. \t\t\t\t\t\t\t\t\t<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\"/>
  1272. \t\t\t\t\t\t\t\t</g>
  1273. \t\t\t\t\t\t\t</svg>
  1274. \t\t\t\t\t\t</span>
  1275. \t\t\t\t\t\t<input type=\"text\" class=\"form-control form-control \" placeholder=\"Rechercher ...\" {{ stimulus_action('client--index', 'searchTable', 'keyup') }}/>
  1276. \t\t\t\t\t</div>
  1277. \t\t\t\t</div>
  1278. \t\t\t{% endif %}
  1279.         </div>
  1280. \t\t<div class=\"titre-header client title-header-client\">
  1281. \t\t\t{% if app.request.get('_route') == 'client_index' %}
  1282. \t\t\t\t<h1 class=\"text-uppercase mobile-none\">Liste des clients</h1>
  1283. \t\t\t\t{# <div class=\"d-flex align-items-center position-relative my-1 mobile-none\">
  1284. \t\t\t\t\t<span class=\"svg-icon svg-icon-1 position-absolute ms-6\">
  1285. \t\t\t\t\t\t<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\">
  1286. \t\t\t\t\t\t\t<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">
  1287. \t\t\t\t\t\t\t\t<rect x=\"0\" y=\"0\" width=\"24\" height=\"24\"/>
  1288. \t\t\t\t\t\t\t\t<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\"/>
  1289. \t\t\t\t\t\t\t\t<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\"/>
  1290. \t\t\t\t\t\t\t</g>
  1291. \t\t\t\t\t\t</svg>
  1292. \t\t\t\t\t</span>
  1293. \t\t\t\t\t<input type=\"text\" class=\"form-control form-control w-600px ps-15\" placeholder=\"Rechercher ...\" {{ stimulus_action('client--index', 'searchTable', 'keyup') }}/>
  1294. \t\t\t\t</div> #}
  1295. \t\t\t\t<div clas=\"container-export\">
  1296. \t\t\t\t\t<a href=\"{{ path('client_new') }}\" class=\"btn btn-primary-custom font-weight-bold\">
  1297. \t\t\t\t\t\t<i class=\"fas fa-plus-circle text-white pr-2\"></i>Ajouter
  1298. \t\t\t\t\t</a>
  1299. \t\t\t\t\t<a href=\"{{path('client_export',{'type':'client'})}}\" target=\"_blank\" class=\"btn btn-primary\">Exporter</a>
  1300. \t\t\t\t</div>
  1301. \t\t\t\t
  1302. \t\t\t{% endif %}
  1303. \t\t\t{% if app.request.get('_route') == 'client_gestionnaire_index' %}
  1304. \t\t\t\t
  1305. \t\t\t\t<h1 class=\"text-uppercase  mobile-none\">Liste des gestionnaire</h1>
  1306. \t\t\t\t<div class=\"d-flex align-items-center position-relative my-1  mobile-none\">
  1307. \t\t\t\t\t<span class=\"svg-icon svg-icon-1 position-absolute ms-6\">
  1308. \t\t\t\t\t\t<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\">
  1309. \t\t\t\t\t\t\t<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">
  1310. \t\t\t\t\t\t\t\t<rect x=\"0\" y=\"0\" width=\"24\" height=\"24\"/>
  1311. \t\t\t\t\t\t\t\t<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\"/>
  1312. \t\t\t\t\t\t\t\t<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\"/>
  1313. \t\t\t\t\t\t\t</g>
  1314. \t\t\t\t\t\t</svg>
  1315. \t\t\t\t\t</span>
  1316. \t\t\t\t\t<input type=\"text\" class=\"form-control form-control w-600px ps-15\" placeholder=\"Rechercher ...\" {{ stimulus_action('client--index', 'searchTable', 'keyup') }}/>
  1317. \t\t\t\t</div>
  1318. \t\t\t\t<div clas=\"container-export\">
  1319. \t\t\t\t\t<a href=\"{{ path('client_gestionaires_new') }}\" class=\"btn btn-primary-custom font-weight-bold\">
  1320. \t\t\t\t\t\t<i class=\"fas fa-plus-circle text-white\"></i>Ajouter
  1321. \t\t\t\t\t</a>
  1322. \t\t\t\t\t
  1323. \t\t\t\t</div>
  1324. \t\t\t\t
  1325. \t\t\t{% endif %}
  1326. \t\t</div>
  1327. \t\t<div class=\"card shadow-sm mt-5\" data-live-ignore>
  1328. \t\t\t<div class=\"card-body\">
  1329. \t\t\t\t{{ include('client/_menus_client.html.twig') }}
  1330. \t\t\t\t<div class=\"ctn-filter ctn-filter mt-8 my-4\" style=\"align-items:baseline\">
  1331.                     <div>
  1332.                         <button id=\"show-filter\" class=\"btn btn-filter collapsed \" data-toggle=\"collapse\" data-target=\"#refontefilterfile\" aria-expanded=\"false\" aria-controls=\"collapsefilter\">Filtrer
  1333.                             <svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1334.                                 <g clip-path=\"url(#clip0_2053_1644)\">
  1335.                                     <path d=\"M6 13.25H18\" stroke=\"#344054\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1336.                                     <path d=\"M2.25 8.75H21.75\" stroke=\"#344054\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1337.                                     <path d=\"M9.75 17.75H14.25\" stroke=\"#344054\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1338.                                 </g>
  1339.                                 <defs>
  1340.                                     <clipPath id=\"clip0_2053_1644\">
  1341.                                         <rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1342.                                     </clipPath>
  1343.                                 </defs>
  1344.                             </svg>
  1345.                         </button>
  1346.                     </div>
  1347.                     <div class=\"ml-4 w-96\" style=\"width: 96%;overflow-x: auto;\">
  1348.                         <div class=\"container-filter collapse \" id=\"refontefilterfile\" style=\"\">
  1349.                             <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;  \">
  1350.                                 <div class=\"div-relative\">
  1351.                                     <input  type=\"text\"
  1352.                                         style=\"margin-right: 10px;\"
  1353.                                         class=\"form-control input-search mb-0\"
  1354.                                         placeholder=\"Recherchez par nom, prénom, ...\"
  1355.                                             {{ stimulus_action('client--index', 'searchTableThreeColonne', 'keyup') }}
  1356.                                     />
  1357.                                     <button class=\"icon-search \" type=\"submit\">
  1358.                                         <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1359.                                             <g clip-path=\"url(#clip0_2027_2078)\">
  1360.                                                 <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>
  1361.                                                 <path d=\"M15.8035 15.8035L21 21\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1362.                                             </g>
  1363.                                             <defs>
  1364.                                                 <clipPath id=\"clip0_2027_2078\">
  1365.                                                     <rect width=\"24\" height=\"24\" fill=\"white\"></rect>
  1366.                                                 </clipPath>
  1367.                                             </defs>
  1368.                                         </svg>
  1369.                                     </button>
  1370.                                 </div>
  1371.                                 <div class=\"div-relative\">
  1372.                                     <input  type=\"text\"
  1373.                                         style=\"margin-right: 10px;\"
  1374.                                         class=\"form-control input-search mb-0\"
  1375.                                         placeholder=\"Recherchez par rôle\"
  1376.                                             {{ stimulus_action('client--index', 'searchTableRoleClient', 'keyup') }}
  1377.                                     />
  1378.                                     <button class=\"icon-search \">
  1379.                                         <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1380.                                             <g clip-path=\"url(#clip0_2027_2078)\">
  1381.                                                 <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>
  1382.                                                 <path d=\"M15.8035 15.8035L21 21\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1383.                                             </g>
  1384.                                             <defs>
  1385.                                                 <clipPath id=\"clip0_2027_2078\">
  1386.                                                     <rect width=\"24\" height=\"24\" fill=\"white\"></rect>
  1387.                                                 </clipPath>
  1388.                                             </defs>
  1389.                                         </svg>
  1390.                                     </button>
  1391.                                 </div>
  1392. \t\t\t\t\t\t\t\t<div class=\"div-relative\">
  1393.                                    <select name=\"\" class=\"select-sort-user my-0 mx-0\" id=\"status_filter\" {{ stimulus_action('client--index', 'filter', 'change') }}>
  1394. \t\t\t\t\t\t\t\t\t\t<option value=\"\">Recherchez par activation</option>
  1395. \t\t\t\t\t\t\t\t\t\t<option value=\"1\">Oui</option>
  1396. \t\t\t\t\t\t\t\t\t\t<option value=\"0\">Non</option>
  1397. \t\t\t\t\t\t\t\t\t</select>
  1398.                                     <button class=\"icon-search \">
  1399.                                         <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1400.                                             <g clip-path=\"url(#clip0_2027_2078)\">
  1401.                                                 <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>
  1402.                                                 <path d=\"M15.8035 15.8035L21 21\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1403.                                             </g>
  1404.                                             <defs>
  1405.                                                 <clipPath id=\"clip0_2027_2078\">
  1406.                                                     <rect width=\"24\" height=\"24\" fill=\"white\"></rect>
  1407.                                                 </clipPath>
  1408.                                             </defs>
  1409.                                         </svg>
  1410.                                     </button>
  1411.                                 </div>
  1412. \t\t\t\t\t\t\t\t
  1413.                                 <div class=\"div-relative\">
  1414.                                     <input  type=\"text\"
  1415.                                         style=\"margin-right: 10px;\"
  1416.                                         class=\"form-control input-search mb-0\"
  1417.                                         placeholder=\"Recherchez par entreprise\"
  1418.                                             {{ stimulus_action('client--index', 'searchTableEnterprisesClients', 'keyup') }}
  1419.                                     />
  1420.                                     <button class=\"icon-search \">
  1421.                                         <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1422.                                             <g clip-path=\"url(#clip0_2027_2078)\">
  1423.                                                 <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>
  1424.                                                 <path d=\"M15.8035 15.8035L21 21\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1425.                                             </g>
  1426.                                             <defs>
  1427.                                                 <clipPath id=\"clip0_2027_2078\">
  1428.                                                     <rect width=\"24\" height=\"24\" fill=\"white\"></rect>
  1429.                                                 </clipPath>
  1430.                                             </defs>
  1431.                                         </svg>
  1432.                                     </button>
  1433.                                 </div>
  1434.                                 <div class=\"filter-btn \">
  1435.                                     <div class=\"btn-wordpress-and-commande\">
  1436.                                         <a title=\"Réinitialiser\" href=\"/admin/clients\" class=\"btn btn-custom bg-custom-pink\">
  1437.                                             <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\">
  1438.                                                 <g>
  1439.                                                     <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
  1440.                                                                                         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
  1441.                                                                                         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
  1442.                                                                                         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
  1443.                                                                                         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
  1444.                                                                                         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
  1445.                                                                                         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
  1446.                                                                                         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
  1447.                                                                                         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
  1448.                                                                                         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
  1449.                                                                                         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
  1450.                                                                                         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
  1451.                                                                                         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
  1452.                                                                                         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
  1453.                                                                                         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
  1454.                                                                                         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
  1455.                                                                                         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
  1456.                                                                                         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
  1457.                                                                                         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>
  1458.                                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" fill=\"#FFFFFF\" d=\"M19.501,0c0.348,0.164,0.483,0.436,0.494,0.82
  1459.                                                                                         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
  1460.                                                                                         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
  1461.                                                                                         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
  1462.                                                                                         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
  1463.                                                                                         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
  1464.                                                                                         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
  1465.                                                                                         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
  1466.                                                                                         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>
  1467.                                                     <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
  1468.                                                                                         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
  1469.                                                                                         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
  1470.                                                                                         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
  1471.                                                                                         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
  1472.                                                                                         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
  1473.                                                                                         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
  1474.                                                                                         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
  1475.                                                                                         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
  1476.                                                                                         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>
  1477.                                                 </g>
  1478.                                             </svg>
  1479.                                         </a>
  1480.                                     </div>
  1481.                                 </div>
  1482.                                 <div class=\"btn-wordpress-and-commande hidden\">
  1483.                                     <div class=\"filter-btn\">
  1484.                                         <button data-bs-toggle=\"modal\" data-bs-target=\"#addRessourceModal\" class=\"btn btn-custom bg-custom-pink btn-addressource\">
  1485.                                             <svg width=\"20\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1486.                                                 <path d=\"M0.92 6.778V4.432H5.313V0.0389988H7.659V4.432H12.052V6.778H7.659V11.171H5.313V6.778H0.92Z\" fill=\"white\"/>
  1487.                                             </svg>
  1488.                                         </button>
  1489.                                     </div>
  1490.                                 </div>
  1491.                             </div>
  1492.                         </div>
  1493.                     </div>
  1494.                 </div>
  1495. \t\t\t\t<table id=\"kt_datatable_example_1\" class=\"table table-row-bordered gy-5\" {{ stimulus_target('client--index','datatable') }} data-live-ignore>
  1496. \t\t\t\t\t<thead>
  1497. \t\t\t\t\t\t<tr class=\"fw-bold fs-6 text-muted\" style=\"text-align: center;\">
  1498. \t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\">
  1499. \t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
  1500. \t\t\t\t\t\t\t\t\tNom 
  1501. \t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
  1502. \t\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"icon-linkd\" {{ stimulus_action('client--index', 'sortTable', 'click') }}  >
  1503. \t\t\t\t\t\t\t\t\t\t\t<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\">
  1504. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  1505. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1506. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  1507. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  1508. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  1509. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1510. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  1511. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  1512. \t\t\t\t\t\t\t\t\t\t\t</svg>
  1513. \t\t\t\t\t\t\t\t\t\t</a>
  1514. \t\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"icon-link2s\" {{ stimulus_action('client--index', 'sortTable', 'click') }} >
  1515. \t\t\t\t\t\t\t\t\t\t\t<svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1516. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  1517. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1518. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  1519. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  1520. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  1521. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1522. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  1523. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  1524. \t\t\t\t\t\t\t\t\t\t\t</svg>
  1525. \t\t\t\t\t\t\t\t\t\t</a>
  1526. \t\t\t\t\t\t\t\t\t</div>
  1527. \t\t\t\t\t\t\t\t</span>
  1528. \t\t\t\t\t\t\t</th>
  1529. \t\t\t\t\t\t\t{# <th class=\"align-top\" style=\"vertical-align: middle !important;\">
  1530. \t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
  1531. \t\t\t\t\t\t\t\t\tNom
  1532. \t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
  1533. \t\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"icon-linkd\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1534. \t\t\t\t\t\t\t\t\t\t\t<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\">
  1535. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  1536. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1537. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  1538. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  1539. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  1540. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1541. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  1542. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  1543. \t\t\t\t\t\t\t\t\t\t\t</svg>
  1544. \t\t\t\t\t\t\t\t\t\t</a>
  1545. \t\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"icon-link2s\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1546. \t\t\t\t\t\t\t\t\t\t\t<svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1547. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  1548. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1549. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  1550. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  1551. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  1552. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1553. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  1554. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  1555. \t\t\t\t\t\t\t\t\t\t\t</svg>
  1556. \t\t\t\t\t\t\t\t\t\t</a>
  1557. \t\t\t\t\t\t\t\t\t</div>
  1558. \t\t\t\t\t\t\t\t</span>
  1559. \t\t\t\t\t\t\t</th> #}
  1560. \t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;text-align: left;\">
  1561. \t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
  1562. \t\t\t\t\t\t\t\t\tEmail
  1563. \t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
  1564. \t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=ASC\" class=\"icon-linkd\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1565. \t\t\t\t\t\t\t\t\t\t\t<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\">
  1566. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  1567. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1568. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  1569. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  1570. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  1571. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1572. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  1573. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  1574. \t\t\t\t\t\t\t\t\t\t\t</svg>
  1575. \t\t\t\t\t\t\t\t\t\t</a>
  1576. \t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=DESC\" class=\"icon-link2s\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1577. \t\t\t\t\t\t\t\t\t\t\t<svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1578. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  1579. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1580. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  1581. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  1582. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  1583. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1584. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  1585. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  1586. \t\t\t\t\t\t\t\t\t\t\t</svg>
  1587. \t\t\t\t\t\t\t\t\t\t</a>
  1588. \t\t\t\t\t\t\t\t\t</div>
  1589. \t\t\t\t\t\t\t\t</span>
  1590. \t\t\t\t\t\t\t</th>
  1591. \t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;text-align: left;\">
  1592. \t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
  1593. \t\t\t\t\t\t\t\t\tRôle
  1594. \t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
  1595. \t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=ASC\" class=\"icon-linkd\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1596. \t\t\t\t\t\t\t\t\t\t\t<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\">
  1597. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  1598. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1599. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  1600. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  1601. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  1602. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1603. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  1604. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  1605. \t\t\t\t\t\t\t\t\t\t\t</svg>
  1606. \t\t\t\t\t\t\t\t\t\t</a>
  1607. \t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=DESC\" class=\"icon-link2s\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1608. \t\t\t\t\t\t\t\t\t\t\t<svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1609. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  1610. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1611. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  1612. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  1613. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  1614. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1615. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  1616. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  1617. \t\t\t\t\t\t\t\t\t\t\t</svg>
  1618. \t\t\t\t\t\t\t\t\t\t</a>
  1619. \t\t\t\t\t\t\t\t\t</div>
  1620. \t\t\t\t\t\t\t\t</span>
  1621. \t\t\t\t\t\t\t</th>
  1622. \t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\">
  1623. \t\t\t\t\t\t\t\t
  1624. \t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
  1625. \t\t\t\t\t\t\t\t\tTéléphone
  1626. \t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
  1627. \t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=ASC\" class=\"icon-linkd\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1628. \t\t\t\t\t\t\t\t\t\t\t<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\">
  1629. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  1630. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1631. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  1632. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  1633. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  1634. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1635. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  1636. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  1637. \t\t\t\t\t\t\t\t\t\t\t</svg>
  1638. \t\t\t\t\t\t\t\t\t\t</a>
  1639. \t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=DESC\" class=\"icon-link2s\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1640. \t\t\t\t\t\t\t\t\t\t\t<svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1641. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  1642. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1643. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  1644. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  1645. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  1646. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1647. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  1648. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  1649. \t\t\t\t\t\t\t\t\t\t\t</svg>
  1650. \t\t\t\t\t\t\t\t\t\t</a>
  1651. \t\t\t\t\t\t\t\t\t</div>
  1652. \t\t\t\t\t\t\t\t</span>
  1653. \t\t\t\t\t\t\t</th>
  1654. \t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\">
  1655. \t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
  1656. \t\t\t\t\t\t\t\t\tEntreprise
  1657. \t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
  1658. \t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=ASC\" class=\"icon-linkd\"  {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1659. \t\t\t\t\t\t\t\t\t\t\t<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\">
  1660. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  1661. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1662. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  1663. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  1664. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  1665. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1666. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  1667. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  1668. \t\t\t\t\t\t\t\t\t\t\t</svg>
  1669. \t\t\t\t\t\t\t\t\t\t</a>
  1670. \t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=DESC\" class=\"icon-link2s\"  {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1671. \t\t\t\t\t\t\t\t\t\t\t<svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1672. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  1673. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1674. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  1675. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  1676. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  1677. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1678. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  1679. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  1680. \t\t\t\t\t\t\t\t\t\t\t</svg>
  1681. \t\t\t\t\t\t\t\t\t\t</a>
  1682. \t\t\t\t\t\t\t\t\t</div>
  1683. \t\t\t\t\t\t\t\t</span>
  1684. \t\t\t\t\t\t\t</th>
  1685. \t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\">
  1686. \t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
  1687. \t\t\t\t\t\t\t\t\tActivé
  1688. \t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
  1689. \t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=ASC\" class=\"icon-linkd\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1690. \t\t\t\t\t\t\t\t\t\t\t<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\">
  1691. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  1692. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1693. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  1694. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  1695. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  1696. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1697. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  1698. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  1699. \t\t\t\t\t\t\t\t\t\t\t</svg>
  1700. \t\t\t\t\t\t\t\t\t\t</a>
  1701. \t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=DESC\" class=\"icon-link2s\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1702. \t\t\t\t\t\t\t\t\t\t\t<svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1703. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  1704. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1705. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  1706. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  1707. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  1708. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1709. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  1710. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  1711. \t\t\t\t\t\t\t\t\t\t\t</svg>
  1712. \t\t\t\t\t\t\t\t\t\t</a>
  1713. \t\t\t\t\t\t\t\t\t</div>
  1714. \t\t\t\t\t\t\t\t</span>
  1715. \t\t\t\t\t\t\t</th>
  1716. \t\t\t\t\t\t\t{# APP mobile #}
  1717. \t\t\t\t\t\t\t<th style=\"text-align:left;\">
  1718. \t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
  1719. \t\t\t\t\t\t\t\t\tApp mobile
  1720. \t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
  1721. \t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=ASC\" class=\"icon-linkd\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1722. \t\t\t\t\t\t\t\t\t\t\t<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\">
  1723. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  1724. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1725. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  1726. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  1727. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  1728. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1729. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  1730. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  1731. \t\t\t\t\t\t\t\t\t\t\t</svg>
  1732. \t\t\t\t\t\t\t\t\t\t</a>
  1733. \t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=DESC\" class=\"icon-link2s\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1734. \t\t\t\t\t\t\t\t\t\t\t<svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1735. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  1736. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1737. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  1738. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  1739. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  1740. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1741. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  1742. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  1743. \t\t\t\t\t\t\t\t\t\t\t</svg>
  1744. \t\t\t\t\t\t\t\t\t\t</a>
  1745. \t\t\t\t\t\t\t\t\t</div>
  1746. \t\t\t\t\t\t\t\t</span>
  1747. \t\t\t\t\t\t\t</th>
  1748. \t\t\t\t\t\t\t{# fin APP mobile #}
  1749. \t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\">
  1750. \t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
  1751. \t\t\t\t\t\t\t\t\tDate de création
  1752. \t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
  1753. \t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=ASC\" class=\"icon-linkd\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1754. \t\t\t\t\t\t\t\t\t\t\t<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\">
  1755. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  1756. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1757. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  1758. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  1759. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  1760. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1761. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  1762. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  1763. \t\t\t\t\t\t\t\t\t\t\t</svg>
  1764. \t\t\t\t\t\t\t\t\t\t</a>
  1765. \t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=DESC\" class=\"icon-link2s\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1766. \t\t\t\t\t\t\t\t\t\t\t<svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1767. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  1768. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1769. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  1770. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  1771. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  1772. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1773. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  1774. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  1775. \t\t\t\t\t\t\t\t\t\t\t</svg>
  1776. \t\t\t\t\t\t\t\t\t\t</a>
  1777. \t\t\t\t\t\t\t\t\t</div>
  1778. \t\t\t\t\t\t\t\t</span>
  1779. \t\t\t\t\t\t\t</th>
  1780. \t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\">
  1781. \t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
  1782. \t\t\t\t\t\t\t\t\tDernière visite
  1783. \t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
  1784. \t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=ASC\" class=\"icon-linkd\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1785. \t\t\t\t\t\t\t\t\t\t\t<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\">
  1786. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  1787. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1788. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  1789. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  1790. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  1791. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1792. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  1793. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  1794. \t\t\t\t\t\t\t\t\t\t\t</svg>
  1795. \t\t\t\t\t\t\t\t\t\t</a>
  1796. \t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=DESC\" class=\"icon-link2s\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
  1797. \t\t\t\t\t\t\t\t\t\t\t<svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" style=\"margin-top: -11px;\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1798. \t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
  1799. \t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M13 6.5L8 11.5L3 6.5\" stroke=\"#667085\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
  1800. \t\t\t\t\t\t\t\t\t\t\t\t</g>
  1801. \t\t\t\t\t\t\t\t\t\t\t\t<defs>
  1802. \t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
  1803. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
  1804. \t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
  1805. \t\t\t\t\t\t\t\t\t\t\t\t</defs>
  1806. \t\t\t\t\t\t\t\t\t\t\t</svg>
  1807. \t\t\t\t\t\t\t\t\t\t</a>
  1808. \t\t\t\t\t\t\t\t\t</div>
  1809. \t\t\t\t\t\t\t\t</span>
  1810. \t\t\t\t\t\t\t</th>
  1811. \t\t\t\t\t\t\t<th></th>
  1812. \t\t\t\t\t\t</tr>
  1813. \t\t\t\t\t\t {# <tr>
  1814. \t\t\t\t\t\t    <th class=\"align-top\" style=\"vertical-align: middle !important;\"></th>
  1815. \t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\"></th>
  1816. \t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\"></th>
  1817. \t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\"></th>
  1818. \t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\"></th>
  1819. \t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\"></th>
  1820.                             <th>
  1821.                                 <select name=\"\" class=\"select-sort-user\" id=\"status_filter\" {{ stimulus_action('client--index', 'filter', 'change') }}>
  1822.                                     <option value=\"\">Tous</option>
  1823.                                     <option value=\"1\">Oui</option>
  1824.                                     <option value=\"0\">Non</option>
  1825.                                  </select>
  1826.                             </th>
  1827. \t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\"></th>
  1828. \t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\"></th>
  1829. \t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\"></th>
  1830. \t\t\t\t\t\t</tr> #}
  1831. \t\t\t\t\t</thead>
  1832. \t\t\t\t\t<tbody>
  1833. \t\t\t\t\t\t<tr style=\"display:none;\">
  1834. \t\t\t\t\t\t\t<td ></td>
  1835. \t\t\t\t\t\t\t<td ></td>
  1836. \t\t\t\t\t\t\t<td ></td>
  1837. \t\t\t\t\t\t\t<td >
  1838. \t\t\t\t\t\t\t\t<select id=\"Contrat\" style=\"background: #F9FAFC;width: 170px;height: 35px;border-radius: 5px;border: 1px #A1A5B7 solid;color: #a1a5b7;font-family: Basis Grotesque Pro;\">
  1839. \t\t\t\t\t\t\t\t\t<option value=\"Pack de crédit\">Pack de crédit</option>
  1840. \t\t\t\t\t\t\t\t\t<option value=\"Facturation fin de mois\">Facturation fin de mois</option>
  1841. \t\t\t\t\t\t\t\t\t<option value=\"Facturation mensuelle\">Facturation mensuelle</option>
  1842. \t\t\t\t\t\t\t\t\t<option value=\"Comptant\">Comptant</option>
  1843. \t\t\t\t\t\t\t\t</select>
  1844. \t\t\t\t\t\t\t</td>
  1845. \t\t\t\t\t\t\t<td ></td>
  1846. \t\t\t\t\t\t\t<td ></td>
  1847. \t\t\t\t\t\t\t<td ></td>
  1848. \t\t\t\t\t\t\t<td ></td>
  1849. \t\t\t\t\t\t\t<td ></td>
  1850. \t\t\t\t\t\t\t<td >
  1851. \t\t\t\t\t\t\t\t<div class=\"btn-wordpress-and-commande\"style=\"text-align: right;\">
  1852. \t\t\t\t\t\t\t\t\t<a href=\"#\" style=\"font-weight: 500;font-size: 12px;padding: 5px 15px; margin-bottom:5px;\" class=\"btn btn-custom bg-custom-pink\">Rechercher</a>
  1853. \t\t\t\t\t\t\t\t</div>
  1854. \t\t\t\t\t\t\t\t<div class=\"btn-wordpress-and-commande\"style=\"text-align: right;\">
  1855. \t\t\t\t\t\t\t\t\t<a href=\"#\" style=\"font-weight: 500;font-size: 12px;padding: 5px 15px;\" class=\"btn btn-custom bg-custom-pink\">Réinitialiser</a>
  1856. \t\t\t\t\t\t\t\t</div>
  1857. \t\t\t\t\t\t\t</td>
  1858. \t\t\t\t\t\t</tr>
  1859. \t\t\t\t\t\t{% for client in clients %}
  1860. \t\t\t\t\t\t\t<tr>
  1861. \t\t\t\t\t\t\t\t<td onclick=\"goTo('{{ path('client_edit', {'id':client.id}) }}')\" style=\"cursor: pointer;vertical-align: middle;\">
  1862. \t\t\t\t\t\t\t\t\t\t<div style=\"position : relative;display: flex;align-items: center;gap: 5px;\">
  1863. \t\t\t\t\t\t\t\t\t\t\t{# {% if client.getLastActivityInMinute() < 10 %}
  1864. \t\t\t\t\t\t\t\t\t\t\t\t<span class=\"actif\" title =\"Actuellement connecté\"style=\"height: 10px;width: 10px;display: inline-block;background: #1b861b;border-radius: 5px;position: absolute;left: -15px;top: 5px;\"></span>
  1865. \t\t\t\t\t\t\t\t\t\t\t{% endif %} #}
  1866. \t\t\t\t\t\t\t\t\t\t\t{% if client.getLastActivityInMinute() < 10 %}
  1867. \t\t\t\t\t\t\t\t\t\t\t\t<span class=\"status-online\" style=\"position: static;\"></span>
  1868. \t\t\t\t\t\t\t\t\t\t\t{% else %}
  1869. \t\t\t\t\t\t\t\t\t\t\t\t<span class=\"status-offline\" style=\"position: static;\"></span>
  1870. \t\t\t\t\t\t\t\t\t\t\t{% endif %}
  1871. \t\t\t\t\t\t\t\t\t\t\t<span>{{ client.lastname }} {{ client.firstname }}</span>
  1872. \t\t\t\t\t\t\t\t\t\t</div>
  1873. \t\t\t\t\t\t\t\t</td>
  1874. \t\t\t\t\t\t\t\t{# <td onclick=\"goTo('{{ path('client_edit', {'id':client.id}) }}')\" style=\"cursor: pointer;vertical-align: middle;\">{{ client.lastname }}</td> #}
  1875. \t\t\t\t\t\t\t\t<td onclick=\"goTo('{{ path('client_edit', {'id':client.id}) }}')\" style=\"cursor: pointer;vertical-align: middle;\"><div style=\"max-width:95px\">
  1876. \t\t\t\t\t\t\t\t\t{% if  client.myFlowEmail is not null %}
  1877. \t\t\t\t\t\t\t\t\t\t\t{{ client.myFlowEmail }}
  1878. \t\t\t\t\t\t\t\t\t\t{% else %}
  1879. \t\t\t\t\t\t\t\t\t\t\t{{ client.email }}
  1880. \t\t\t\t\t\t\t\t\t\t{% endif %}
  1881. \t\t\t\t\t\t\t\t\t
  1882. \t\t\t\t\t\t\t\t</div></td>
  1883. \t\t\t\t\t\t\t\t<td onclick=\"goTo('{{ path('client_edit', {'id':client.id}) }}')\" style=\"cursor: pointer;vertical-align: middle;\">
  1884. \t\t\t\t\t\t\t\t\t{% if  client.roles %}
  1885. \t\t\t\t\t\t\t\t\t\t{% if \"ROLE_CLIENT_ADMIN\" in client.roles %}
  1886. \t\t\t\t\t\t\t\t\t\t\t Client administrateur
  1887. \t\t\t\t\t\t\t\t\t\t{% elseif \"ROLE_CLIENT\" in client.roles  %}
  1888. \t\t\t\t\t\t\t\t\t\t\tClient
  1889. \t\t\t\t\t\t\t\t\t\t{% elseif \"ROLE_AUTHOR\" in client.roles  %}
  1890. \t\t\t\t\t\t\t\t\t\t\tAuteur
  1891. \t\t\t\t\t\t\t\t\t\t{% elseif \"ROLE_EDITOR\" in client.roles  %}
  1892. \t\t\t\t\t\t\t\t\t\t\tEditeur
  1893. \t\t\t\t\t\t\t\t\t\t{% elseif \"ROLE_MANAGER\" in client.roles  %}
  1894. \t\t\t\t\t\t\t\t\t\t\tGestionnaire
  1895. \t\t\t\t\t\t\t\t\t\t{% elseif \"ROLE_ADMIN_AGENCY\" in client.roles  %}
  1896. \t\t\t\t\t\t\t\t\t\t\tAdministrateur de l'agence
  1897. \t\t\t\t\t\t\t\t\t\t{% elseif \"ROLE_PROJECT_MANAGER\" in client.roles  %}
  1898. \t\t\t\t\t\t\t\t\t\t\tChef de projet
  1899. \t\t\t\t\t\t\t\t\t\t{% elseif \"ROLE_ADMIN_AGENCY\" in client.roles  %}
  1900. \t\t\t\t\t\t\t\t\t\t\tAdministrateur de l'agence
  1901. \t\t\t\t\t\t\t\t\t\t{% else %}
  1902. \t\t\t\t\t\t\t\t\t\t\t{# Pas de rôle definie #}
  1903. \t\t\t\t\t\t\t\t\t\t\tClient administrateur
  1904. \t\t\t\t\t\t\t\t\t\t{% endif %}
  1905. \t\t\t\t\t\t\t\t\t{% else %}
  1906. \t\t\t\t\t\t\t\t\t\t-
  1907. \t\t\t\t\t\t\t\t\t{% endif %}
  1908. \t\t\t\t\t\t\t\t</td>
  1909. \t\t\t\t\t\t\t\t<td onclick=\"goTo('{{ path('client_edit', {'id':client.id}) }}')\" style=\"cursor: pointer;vertical-align: middle;\"><div style=\"max-width:95px\">{{ client.cellphone }}</div></td>
  1910. \t\t\t\t\t\t\t\t<td onclick=\"goTo('{{ path('client_edit', {'id':client.id}) }}')\" style=\"cursor: pointer;vertical-align: middle;\" class=\"font-weight-bold\">
  1911. \t\t\t\t\t\t\t\t\t{% if  client.company %}
  1912. \t\t\t\t\t\t\t\t\t\t{{ client.company.name }}
  1913. \t\t\t\t\t\t\t\t\t{% else %}
  1914. \t\t\t\t\t\t\t\t\t\t-
  1915. \t\t\t\t\t\t\t\t\t{% endif %}
  1916. \t\t\t\t\t\t\t\t</td>
  1917. \t\t\t\t\t\t\t\t<td style=\"cursor: pointer;vertical-align: middle;\">
  1918. \t\t\t\t\t\t\t\t\t<a href=\"{{ path('client_toggle_availabilty', {'availabilty': client.enabled ? 'disable' : 'enable', 'id': client.id}) }}\">
  1919. \t\t\t\t\t\t\t\t\t\t{% if client.enabled == true %}
  1920. \t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-check2\" viewbox=\"0 0 16 16\">
  1921. \t\t\t\t\t\t\t\t\t\t\t\t<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\"/>
  1922. \t\t\t\t\t\t\t\t\t\t\t</svg>
  1923. \t\t\t\t\t\t\t\t\t\t\t<span style=\"visibility: hidden;\">1</span>
  1924. \t\t\t\t\t\t\t\t\t\t{% else %}
  1925. \t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-x\" viewbox=\"0 0 16 16\">
  1926. \t\t\t\t\t\t\t\t\t\t\t\t<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\"/>
  1927. \t\t\t\t\t\t\t\t\t\t\t</svg>
  1928. \t\t\t\t\t\t\t\t\t\t\t<span style=\"visibility: hidden;\">0</span>
  1929. \t\t\t\t\t\t\t\t\t\t{% endif %}
  1930. \t\t\t\t\t\t\t\t\t</a>
  1931. \t\t\t\t\t\t\t\t</td>
  1932. \t\t\t\t\t\t\t\t{# APP mobile #}
  1933.                                 <td style=\"cursor: pointer;vertical-align: middle;\">
  1934.                                     <a>
  1935. \t\t\t\t\t\t\t\t\t\t{% if client|user_have_app %}
  1936. \t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-check2\" viewbox=\"0 0 16 16\">
  1937. \t\t\t\t\t\t\t\t\t\t\t\t<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\"/>
  1938. \t\t\t\t\t\t\t\t\t\t\t</svg>
  1939. \t\t\t\t\t\t\t\t\t\t\t<span style=\"visibility: hidden;\">1</span>
  1940. \t\t\t\t\t\t\t\t\t\t{% else %}
  1941. \t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-x\" viewbox=\"0 0 16 16\">
  1942. \t\t\t\t\t\t\t\t\t\t\t\t<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\"/>
  1943. \t\t\t\t\t\t\t\t\t\t\t</svg>
  1944. \t\t\t\t\t\t\t\t\t\t\t<span style=\"visibility: hidden;\">0</span>
  1945. \t\t\t\t\t\t\t\t\t\t{% endif %}
  1946.                                         
  1947.                                       
  1948.                                     </a>
  1949.                                 </td>
  1950.                                 {# fin APP mobile #}
  1951. \t\t\t\t\t\t\t\t<td onclick=\"goTo('{{ path('client_edit', {'id':client.id}) }}')\" style=\"cursor: pointer;vertical-align: middle;\">{{ client.createdAt|date(\"Y-m-d H:i:s\") }}</td>
  1952. \t\t\t\t\t\t\t\t<td onclick=\"goTo('{{ path('client_edit', {'id':client.id}) }}')\" style=\"cursor: pointer;vertical-align: middle;\">{{ client.lastConnectionAt ? client.lastConnectionAt|date(\"Y-m-d H:i:s\") : '' }}</td>
  1953. \t\t\t\t\t\t\t\t<td class=\"text-end\" style=\"vertical-align: middle;\">
  1954. \t\t\t\t\t\t\t\t\t<div class=\"dropdown\">
  1955. \t\t\t\t\t\t\t\t\t\t<button data-bs-toggle=\"dropdown\" aria-expanded=\"false\" class=\"btn btn-transparant\" id=\"buttonactionclient{{client.id}}\">
  1956. \t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-three-dots\" viewbox=\"0 0 16 16\">
  1957. \t\t\t\t\t\t\t\t\t\t\t\t<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\"/>
  1958. \t\t\t\t\t\t\t\t\t\t\t</svg>
  1959. \t\t\t\t\t\t\t\t\t\t</button>
  1960. \t\t\t\t\t\t\t\t\t\t<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\" data-kt-menu=\"true\" aria-labelledby=\"buttonactionclient{{client.id}}\">
  1961. \t\t\t\t\t\t\t\t\t\t\t<div class=\"menu-item px-3\">
  1962. \t\t\t\t\t\t\t\t\t\t\t\t{% if client.enabled == 0%}
  1963. \t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"{{ path('client_resend_registration_email', {'id':client.id}) }}\" class=\"menu-link px-3\">
  1964. \t\t\t\t\t\t\t\t\t\t\t\t\t\tRenvoyer l'email d'inscription
  1965. \t\t\t\t\t\t\t\t\t\t\t\t\t</a>
  1966. \t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  1967. \t\t\t\t\t\t\t\t\t\t\t\t{% if client.enabled == 1%}
  1968. \t\t\t\t\t\t\t\t\t\t\t\t{# link_to_order_for_user is in App/twig/CompanyTwig.php #}
  1969. \t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"{{ client|link_to_order_for_user }}\" class=\"menu-link px-3\">
  1970. \t\t\t\t\t\t\t\t\t\t\t\t\t\tCommander
  1971. \t\t\t\t\t\t\t\t\t\t\t\t\t</a>
  1972. \t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  1973. \t\t\t\t\t\t\t\t\t\t\t\t{% if app.request.get('_route') == 'client_gestionnaire_index' %}
  1974. \t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"{{ path('client_gestionaires_edit', {'id':client.id}) }}\" class=\"menu-link px-3\">
  1975. \t\t\t\t\t\t\t\t\t\t\t\t\t\tModifier
  1976. \t\t\t\t\t\t\t\t\t\t\t\t\t</a>
  1977. \t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"{{ path('client_gestionnaire_remove', {'id':client.id}) }}\" class=\"menu-link px-3\">
  1978. \t\t\t\t\t\t\t\t\t\t\t\t\t\tSupprimer
  1979. \t\t\t\t\t\t\t\t\t\t\t\t\t</a>
  1980. \t\t\t\t\t\t\t\t\t\t\t\t{% else %}
  1981. \t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"{{ path('client_edit', {'id':client.id}) }}\" class=\"menu-link px-3\">
  1982. \t\t\t\t\t\t\t\t\t\t\t\t\t\tModifier
  1983. \t\t\t\t\t\t\t\t\t\t\t\t\t</a>
  1984. \t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"{{ path('client_remove', {'id':client.id}) }}\" class=\"menu-link px-3\">
  1985. \t\t\t\t\t\t\t\t\t\t\t\t\t\tSupprimer
  1986. \t\t\t\t\t\t\t\t\t\t\t\t\t</a>
  1987. \t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  1988. \t\t\t\t\t\t\t\t\t\t\t\t\t
  1989. \t\t\t\t\t\t\t\t\t\t\t</div>
  1990. \t\t\t\t\t\t\t\t\t\t</div>
  1991. \t\t\t\t\t\t\t\t\t</div>
  1992. \t\t\t\t\t\t\t\t</td>
  1993. \t\t\t\t\t\t\t</tr>
  1994. \t\t\t\t\t\t{% endfor %}
  1995. \t\t\t\t\t</tbody>
  1996. \t\t\t\t</table>
  1997. \t\t\t</div>
  1998. \t\t</div>
  1999. \t</div>
  2000. {% endblock %}
  2001. ""client/index.html.twig""/var/www/vhosts/my-flow.fr/app.dev.my-flow.fr/templates/client/index.html.twig");
  2002.     }
  2003. }