<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* client/index.html.twig */
class __TwigTemplate_378098f797fad2b4c7f020ca25662dd8 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'styles' => [$this, 'block_styles'],
'body' => [$this, 'block_body'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "base.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "client/index.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "client/index.html.twig"));
$this->parent = $this->loadTemplate("base.html.twig", "client/index.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 3
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
yield "Liste des clients
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 6
public function block_styles($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "styles"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "styles"));
// line 7
yield "\t";
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("plugins/custom/datatables/datatables.bundle");
yield "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 10
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 11
yield "
\t<div id=\"kt_content_container\" class=\"container-fluid\" ";
// line 12
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusController($this->env, "client--index");
yield ">
\t\t<div class=\"mobile-menu\" ";
// line 13
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusController($this->env, "mission--scroll");
yield ">
\t\t\t";
// line 14
if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::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", false, false, false, 14), "get", ["_route"], "method", false, false, false, 14) == "client_index")) {
// line 15
yield "\t\t\t\t<div class=\"mobile-head mb-4\">
\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\">
\t\t\t\t\t\t<rect width=\"48\" height=\"40\" rx=\"6\" fill=\"#F1F0F4\"/>
\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\"/>
\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\"/>
\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\"/>
\t\t\t\t\t</svg>
\t\t\t\t\t
\t\t\t\t\t<h1 class=\"text-uppercase\">Liste des clients</h1>
\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\">
\t\t\t\t\t\t<rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" fill=\"#F9FAFB\"/>
\t\t\t\t\t\t<rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" stroke=\"#EAECF0\"/>
\t\t\t\t\t\t<g clip-path=\"url(#clip0_1161_6063)\">
\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\"/>
\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\"/>
\t\t\t\t\t\t</g>
\t\t\t\t\t\t<defs>
\t\t\t\t\t\t<clipPath id=\"clip0_1161_6063\">
\t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(12 8)\"/>
\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t</defs>
\t\t\t\t\t</svg>
\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\">
\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>
\t\t\t\t\t\t<rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" stroke=\"#fff\"></rect>
\t\t\t\t\t\t<g clip-path=\"url(#clip0_1161_6063)\">
\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>
\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>
\t\t\t\t\t\t</g>
\t\t\t\t\t\t<defs>
\t\t\t\t\t\t<clipPath id=\"clip0_1161_6063\">
\t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(12 8)\"></rect>
\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t</defs>
\t\t\t\t\t</svg>
\t\t\t\t</div>
\t\t\t\t<div class=\"collapse align-items-center position-relative my-1\" id=\"search_container_mobile\" style=\"flex-direction: column;\">
\t\t\t\t\t<div class=\"d-flex align-items-center position-relative my-1\" style=\"width: 100%;\">
\t\t\t\t\t\t<span class=\"svg-icon svg-icon-1 position-absolute ms-6\">
\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\">
\t\t\t\t\t\t\t\t<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">
\t\t\t\t\t\t\t\t\t<rect x=\"0\" y=\"0\" width=\"24\" height=\"24\"/>
\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\"/>
\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\"/>
\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t</span>
\t\t\t\t\t\t<input type=\"text\" class=\"form-control form-control w-600px ps-15\" placeholder=\"Rechercher ...\" ";
// line 62
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env, "client--index", "searchTable", "keyup");
yield "/>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t";
}
// line 66
yield "\t\t\t";
if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::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", false, false, false, 66), "get", ["_route"], "method", false, false, false, 66) == "client_gestionnaire_index")) {
// line 67
yield "\t\t\t\t<div class=\"mobile-head mb-4\">
\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\">
\t\t\t\t\t\t<rect width=\"48\" height=\"40\" rx=\"6\" fill=\"#F1F0F4\"/>
\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\"/>
\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\"/>
\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\"/>
\t\t\t\t\t</svg>
\t\t\t\t\t
\t\t\t\t\t<h1 class=\"text-uppercase\">Liste des gestionnaire</h1>
\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\">
\t\t\t\t\t\t<rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" fill=\"#F9FAFB\"/>
\t\t\t\t\t\t<rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" stroke=\"#EAECF0\"/>
\t\t\t\t\t\t<g clip-path=\"url(#clip0_1161_6063)\">
\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\"/>
\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\"/>
\t\t\t\t\t\t</g>
\t\t\t\t\t\t<defs>
\t\t\t\t\t\t<clipPath id=\"clip0_1161_6063\">
\t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(12 8)\"/>
\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t</defs>
\t\t\t\t\t</svg>
\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\">
\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>
\t\t\t\t\t\t<rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" stroke=\"#fff\"></rect>
\t\t\t\t\t\t<g clip-path=\"url(#clip0_1161_6063)\">
\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>
\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>
\t\t\t\t\t\t</g>
\t\t\t\t\t\t<defs>
\t\t\t\t\t\t<clipPath id=\"clip0_1161_6063\">
\t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(12 8)\"></rect>
\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t</defs>
\t\t\t\t\t</svg>
\t\t\t\t</div>
\t\t\t\t<div class=\"collapse align-items-center position-relative my-1\" id=\"search_container_mobile\" style=\"flex-direction: column;\">
\t\t\t\t\t<div class=\"d-flex align-items-center position-relative my-1\" style=\"width: 100%;\">
\t\t\t\t\t\t<span class=\"svg-icon svg-icon-1 position-absolute ms-6\">
\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\">
\t\t\t\t\t\t\t\t<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">
\t\t\t\t\t\t\t\t\t<rect x=\"0\" y=\"0\" width=\"24\" height=\"24\"/>
\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\"/>
\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\"/>
\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t</span>
\t\t\t\t\t\t<input type=\"text\" class=\"form-control form-control \" placeholder=\"Rechercher ...\" ";
// line 114
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env, "client--index", "searchTable", "keyup");
yield "/>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t";
}
// line 118
yield " </div>
\t\t<div class=\"titre-header client title-header-client\">
\t\t\t";
// line 120
if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::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", false, false, false, 120), "get", ["_route"], "method", false, false, false, 120) == "client_index")) {
// line 121
yield "
\t\t\t\t<h1 class=\"text-uppercase mobile-none\">Liste des clients</h1>
\t\t\t\t";
// line 135
yield "\t\t\t\t<div clas=\"container-export\">
\t\t\t\t\t<a href=\"";
// line 136
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("client_new");
yield "\" class=\"btn btn-primary-custom font-weight-bold\">
\t\t\t\t\t\t<i class=\"fas fa-plus-circle text-white pr-2\"></i>Ajouter
\t\t\t\t\t</a>
\t\t\t\t\t<a href=\"";
// line 139
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("client_export", ["type" => "client"]);
yield "\" target=\"_blank\" class=\"btn btn-primary\">Exporter</a>
\t\t\t\t</div>
\t\t\t\t
\t\t\t";
}
// line 143
yield "\t\t\t";
if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::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", false, false, false, 143), "get", ["_route"], "method", false, false, false, 143) == "client_gestionnaire_index")) {
// line 144
yield "\t\t\t\t
\t\t\t\t<h1 class=\"text-uppercase mobile-none\">Liste des gestionnaire</h1>
\t\t\t\t<div class=\"d-flex align-items-center position-relative my-1 mobile-none\">
\t\t\t\t\t<span class=\"svg-icon svg-icon-1 position-absolute ms-6\">
\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\">
\t\t\t\t\t\t\t<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">
\t\t\t\t\t\t\t\t<rect x=\"0\" y=\"0\" width=\"24\" height=\"24\"/>
\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\"/>
\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\"/>
\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t</svg>
\t\t\t\t\t</span>
\t\t\t\t\t<input type=\"text\" class=\"form-control form-control w-600px ps-15\" placeholder=\"Rechercher ...\" ";
// line 156
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env, "client--index", "searchTable", "keyup");
yield "/>
\t\t\t\t</div>
\t\t\t\t<div clas=\"container-export\">
\t\t\t\t\t<a href=\"";
// line 159
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("client_gestionaires_new");
yield "\" class=\"btn btn-primary-custom font-weight-bold\">
\t\t\t\t\t\t<i class=\"fas fa-plus-circle text-white\"></i>Ajouter
\t\t\t\t\t</a>
\t\t\t\t\t
\t\t\t\t</div>
\t\t\t\t
\t\t\t";
}
// line 166
yield "\t\t</div>
\t\t<div class=\"card shadow-sm mt-5\" data-live-ignore>
\t\t\t<div class=\"card-body\">
\t\t\t\t";
// line 169
yield Twig\Extension\CoreExtension::include($this->env, $context, "client/_menus_client.html.twig");
yield "
\t\t\t\t<div class=\"ctn-filter ctn-filter mt-8 my-4\" style=\"align-items:baseline\">
<div>
<button id=\"show-filter\" class=\"btn btn-filter collapsed \" data-toggle=\"collapse\" data-target=\"#refontefilterfile\" aria-expanded=\"false\" aria-controls=\"collapsefilter\">Filtrer
<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
<g clip-path=\"url(#clip0_2053_1644)\">
<path d=\"M6 13.25H18\" stroke=\"#344054\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
<path d=\"M2.25 8.75H21.75\" stroke=\"#344054\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
<path d=\"M9.75 17.75H14.25\" stroke=\"#344054\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
</g>
<defs>
<clipPath id=\"clip0_2053_1644\">
<rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
</clipPath>
</defs>
</svg>
</button>
</div>
<div class=\"ml-4 w-96\" style=\"width: 96%;overflow-x: auto;\">
<div class=\"container-filter collapse \" id=\"refontefilterfile\" style=\"\">
<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; \">
<div class=\"div-relative\">
<input type=\"text\"
style=\"margin-right: 10px;\"
class=\"form-control input-search mb-0\"
placeholder=\"Recherchez par nom, prénom, ...\"
";
// line 195
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env, "client--index", "searchTableThreeColonne", "keyup");
yield "
/>
<button class=\"icon-search \" type=\"submit\">
<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
<g clip-path=\"url(#clip0_2027_2078)\">
<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>
<path d=\"M15.8035 15.8035L21 21\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
</g>
<defs>
<clipPath id=\"clip0_2027_2078\">
<rect width=\"24\" height=\"24\" fill=\"white\"></rect>
</clipPath>
</defs>
</svg>
</button>
</div>
<div class=\"div-relative\">
<input type=\"text\"
style=\"margin-right: 10px;\"
class=\"form-control input-search mb-0\"
placeholder=\"Recherchez par rôle\"
";
// line 216
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env, "client--index", "searchTableRoleClient", "keyup");
yield "
/>
<button class=\"icon-search \">
<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
<g clip-path=\"url(#clip0_2027_2078)\">
<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>
<path d=\"M15.8035 15.8035L21 21\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
</g>
<defs>
<clipPath id=\"clip0_2027_2078\">
<rect width=\"24\" height=\"24\" fill=\"white\"></rect>
</clipPath>
</defs>
</svg>
</button>
</div>
\t\t\t\t\t\t\t\t<div class=\"div-relative\">
<select name=\"\" class=\"select-sort-user my-0 mx-0\" id=\"status_filter\" ";
// line 233
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env, "client--index", "filter", "change");
yield ">
\t\t\t\t\t\t\t\t\t\t<option value=\"\">Recherchez par activation</option>
\t\t\t\t\t\t\t\t\t\t<option value=\"1\">Oui</option>
\t\t\t\t\t\t\t\t\t\t<option value=\"0\">Non</option>
\t\t\t\t\t\t\t\t\t</select>
<button class=\"icon-search \">
<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
<g clip-path=\"url(#clip0_2027_2078)\">
<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>
<path d=\"M15.8035 15.8035L21 21\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
</g>
<defs>
<clipPath id=\"clip0_2027_2078\">
<rect width=\"24\" height=\"24\" fill=\"white\"></rect>
</clipPath>
</defs>
</svg>
</button>
</div>
\t\t\t\t\t\t\t\t
<div class=\"div-relative\">
<input type=\"text\"
style=\"margin-right: 10px;\"
class=\"form-control input-search mb-0\"
placeholder=\"Recherchez par entreprise\"
";
// line 258
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env, "client--index", "searchTableEnterprisesClients", "keyup");
yield "
/>
<button class=\"icon-search \">
<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
<g clip-path=\"url(#clip0_2027_2078)\">
<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>
<path d=\"M15.8035 15.8035L21 21\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
</g>
<defs>
<clipPath id=\"clip0_2027_2078\">
<rect width=\"24\" height=\"24\" fill=\"white\"></rect>
</clipPath>
</defs>
</svg>
</button>
</div>
<div class=\"filter-btn \">
<div class=\"btn-wordpress-and-commande\">
<a title=\"Réinitialiser\" href=\"/admin/clients\" class=\"btn btn-custom bg-custom-pink\">
<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\">
<g>
<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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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>
<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" fill=\"#FFFFFF\" d=\"M19.501,0c0.348,0.164,0.483,0.436,0.494,0.82
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
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
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
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
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
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
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
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>
<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
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
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
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
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
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
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
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
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
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>
</g>
</svg>
</a>
</div>
</div>
<div class=\"btn-wordpress-and-commande hidden\">
<div class=\"filter-btn\">
<button data-bs-toggle=\"modal\" data-bs-target=\"#addRessourceModal\" class=\"btn btn-custom bg-custom-pink btn-addressource\">
<svg width=\"20\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
<path d=\"M0.92 6.778V4.432H5.313V0.0389988H7.659V4.432H12.052V6.778H7.659V11.171H5.313V6.778H0.92Z\" fill=\"white\"/>
</svg>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
\t\t\t\t<table id=\"kt_datatable_example_1\" class=\"table table-row-bordered gy-5\" ";
// line 335
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusTarget($this->env, "client--index", "datatable");
yield " data-live-ignore>
\t\t\t\t\t<thead>
\t\t\t\t\t\t<tr class=\"fw-bold fs-6 text-muted\" style=\"text-align: center;\">
\t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\">
\t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
\t\t\t\t\t\t\t\t\tNom
\t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
\t\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"icon-linkd\" ";
// line 342
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env, "client--index", "sortTable", "click");
yield " >
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"icon-link2s\" ";
// line 354
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env, "client--index", "sortTable", "click");
yield " >
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t\t</th>
\t\t\t\t\t\t\t";
// line 400
yield "\t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;text-align: left;\">
\t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
\t\t\t\t\t\t\t\t\tEmail
\t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
\t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=ASC\" class=\"icon-linkd\" ";
// line 404
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env, "client--index", "sortTable", "click");
yield ">
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=DESC\" class=\"icon-link2s\" ";
// line 416
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env, "client--index", "sortTable", "click");
yield ">
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t\t</th>
\t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;text-align: left;\">
\t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
\t\t\t\t\t\t\t\t\tRôle
\t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
\t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=ASC\" class=\"icon-linkd\" ";
// line 435
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env, "client--index", "sortTable", "click");
yield ">
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=DESC\" class=\"icon-link2s\" ";
// line 447
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env, "client--index", "sortTable", "click");
yield ">
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t\t</th>
\t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\">
\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
\t\t\t\t\t\t\t\t\tTéléphone
\t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
\t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=ASC\" class=\"icon-linkd\" ";
// line 467
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env, "client--index", "sortTable", "click");
yield ">
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=DESC\" class=\"icon-link2s\" ";
// line 479
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env, "client--index", "sortTable", "click");
yield ">
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t\t</th>
\t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\">
\t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
\t\t\t\t\t\t\t\t\tEntreprise
\t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
\t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=ASC\" class=\"icon-linkd\" ";
// line 498
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env, "client--index", "sortTable", "click");
yield ">
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=DESC\" class=\"icon-link2s\" ";
// line 510
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env, "client--index", "sortTable", "click");
yield ">
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t\t</th>
\t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\">
\t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
\t\t\t\t\t\t\t\t\tActivé
\t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
\t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=ASC\" class=\"icon-linkd\" ";
// line 529
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env, "client--index", "sortTable", "click");
yield ">
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=DESC\" class=\"icon-link2s\" ";
// line 541
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env, "client--index", "sortTable", "click");
yield ">
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t\t</th>
\t\t\t\t\t\t\t";
// line 557
yield "\t\t\t\t\t\t\t<th style=\"text-align:left;\">
\t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
\t\t\t\t\t\t\t\t\tApp mobile
\t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
\t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=ASC\" class=\"icon-linkd\" ";
// line 561
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env, "client--index", "sortTable", "click");
yield ">
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=DESC\" class=\"icon-link2s\" ";
// line 573
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env, "client--index", "sortTable", "click");
yield ">
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t\t</th>
\t\t\t\t\t\t\t";
// line 589
yield "\t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\">
\t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
\t\t\t\t\t\t\t\t\tDate de création
\t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
\t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=ASC\" class=\"icon-linkd\" ";
// line 593
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env, "client--index", "sortTable", "click");
yield ">
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=DESC\" class=\"icon-link2s\" ";
// line 605
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env, "client--index", "sortTable", "click");
yield ">
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t\t</th>
\t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\">
\t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
\t\t\t\t\t\t\t\t\tDernière visite
\t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
\t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=ASC\" class=\"icon-linkd\" ";
// line 624
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env, "client--index", "sortTable", "click");
yield ">
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=DESC\" class=\"icon-link2s\" ";
// line 636
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env, "client--index", "sortTable", "click");
yield ">
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t\t</th>
\t\t\t\t\t\t\t<th></th>
\t\t\t\t\t\t</tr>
\t\t\t\t\t\t ";
// line 671
yield "
\t\t\t\t\t</thead>
\t\t\t\t\t<tbody>
\t\t\t\t\t\t<tr style=\"display:none;\">
\t\t\t\t\t\t\t<td ></td>
\t\t\t\t\t\t\t<td ></td>
\t\t\t\t\t\t\t<td ></td>
\t\t\t\t\t\t\t<td >
\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;\">
\t\t\t\t\t\t\t\t\t<option value=\"Pack de crédit\">Pack de crédit</option>
\t\t\t\t\t\t\t\t\t<option value=\"Facturation fin de mois\">Facturation fin de mois</option>
\t\t\t\t\t\t\t\t\t<option value=\"Facturation mensuelle\">Facturation mensuelle</option>
\t\t\t\t\t\t\t\t\t<option value=\"Comptant\">Comptant</option>
\t\t\t\t\t\t\t\t</select>
\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t<td ></td>
\t\t\t\t\t\t\t<td ></td>
\t\t\t\t\t\t\t<td ></td>
\t\t\t\t\t\t\t<td ></td>
\t\t\t\t\t\t\t<td ></td>
\t\t\t\t\t\t\t<td >
\t\t\t\t\t\t\t\t<div class=\"btn-wordpress-and-commande\"style=\"text-align: right;\">
\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>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"btn-wordpress-and-commande\"style=\"text-align: right;\">
\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>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t</tr>
\t\t\t\t\t\t";
// line 700
$context['_parent'] = $context;
$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); })()));
foreach ($context['_seq'] as $context["_key"] => $context["client"]) {
// line 701
yield "\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t<td onclick=\"goTo('";
// line 702
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", false, false, false, 702)]), "html", null, true);
yield "')\" style=\"cursor: pointer;vertical-align: middle;\">
\t\t\t\t\t\t\t\t\t\t<div style=\"position : relative;display: flex;align-items: center;gap: 5px;\">
\t\t\t\t\t\t\t\t\t\t\t";
// line 707
yield "\t\t\t\t\t\t\t\t\t\t\t";
if ((CoreExtension::getAttribute($this->env, $this->source, $context["client"], "getLastActivityInMinute", [], "method", false, false, false, 707) < 10)) {
// line 708
yield "\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"status-online\" style=\"position: static;\"></span>
\t\t\t\t\t\t\t\t\t\t\t";
} else {
// line 710
yield "\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"status-offline\" style=\"position: static;\"></span>
\t\t\t\t\t\t\t\t\t\t\t";
}
// line 712
yield "\t\t\t\t\t\t\t\t\t\t\t<span>";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["client"], "lastname", [], "any", false, false, false, 712), "html", null, true);
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["client"], "firstname", [], "any", false, false, false, 712), "html", null, true);
yield "</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t";
// line 716
yield "\t\t\t\t\t\t\t\t<td onclick=\"goTo('";
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", false, false, false, 716)]), "html", null, true);
yield "')\" style=\"cursor: pointer;vertical-align: middle;\"><div style=\"max-width:95px\">
\t\t\t\t\t\t\t\t\t";
// line 717
if ( !(null === CoreExtension::getAttribute($this->env, $this->source, $context["client"], "myFlowEmail", [], "any", false, false, false, 717))) {
// line 718
yield "\t\t\t\t\t\t\t\t\t\t\t";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["client"], "myFlowEmail", [], "any", false, false, false, 718), "html", null, true);
yield "
\t\t\t\t\t\t\t\t\t\t";
} else {
// line 720
yield "\t\t\t\t\t\t\t\t\t\t\t";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["client"], "email", [], "any", false, false, false, 720), "html", null, true);
yield "
\t\t\t\t\t\t\t\t\t\t";
}
// line 722
yield "\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t</div></td>
\t\t\t\t\t\t\t\t<td onclick=\"goTo('";
// line 724
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", false, false, false, 724)]), "html", null, true);
yield "')\" style=\"cursor: pointer;vertical-align: middle;\">
\t\t\t\t\t\t\t\t\t";
// line 726
if (CoreExtension::getAttribute($this->env, $this->source, $context["client"], "roles", [], "any", false, false, false, 726)) {
// line 727
yield "\t\t\t\t\t\t\t\t\t\t";
if (CoreExtension::inFilter("ROLE_CLIENT_ADMIN", CoreExtension::getAttribute($this->env, $this->source, $context["client"], "roles", [], "any", false, false, false, 727))) {
// line 728
yield "\t\t\t\t\t\t\t\t\t\t\t Client administrateur
\t\t\t\t\t\t\t\t\t\t";
} elseif (CoreExtension::inFilter("ROLE_CLIENT", CoreExtension::getAttribute($this->env, $this->source, // line 729
$context["client"], "roles", [], "any", false, false, false, 729))) {
// line 730
yield "\t\t\t\t\t\t\t\t\t\t\tClient
\t\t\t\t\t\t\t\t\t\t";
} elseif (CoreExtension::inFilter("ROLE_AUTHOR", CoreExtension::getAttribute($this->env, $this->source, // line 731
$context["client"], "roles", [], "any", false, false, false, 731))) {
// line 732
yield "\t\t\t\t\t\t\t\t\t\t\tAuteur
\t\t\t\t\t\t\t\t\t\t";
} elseif (CoreExtension::inFilter("ROLE_EDITOR", CoreExtension::getAttribute($this->env, $this->source, // line 733
$context["client"], "roles", [], "any", false, false, false, 733))) {
// line 734
yield "\t\t\t\t\t\t\t\t\t\t\tEditeur
\t\t\t\t\t\t\t\t\t\t";
} elseif (CoreExtension::inFilter("ROLE_MANAGER", CoreExtension::getAttribute($this->env, $this->source, // line 735
$context["client"], "roles", [], "any", false, false, false, 735))) {
// line 736
yield "\t\t\t\t\t\t\t\t\t\t\tGestionnaire
\t\t\t\t\t\t\t\t\t\t";
} elseif (CoreExtension::inFilter("ROLE_ADMIN_AGENCY", CoreExtension::getAttribute($this->env, $this->source, // line 737
$context["client"], "roles", [], "any", false, false, false, 737))) {
// line 738
yield "\t\t\t\t\t\t\t\t\t\t\tAdministrateur de l'agence
\t\t\t\t\t\t\t\t\t\t";
} elseif (CoreExtension::inFilter("ROLE_PROJECT_MANAGER", CoreExtension::getAttribute($this->env, $this->source, // line 739
$context["client"], "roles", [], "any", false, false, false, 739))) {
// line 740
yield "\t\t\t\t\t\t\t\t\t\t\tChef de projet
\t\t\t\t\t\t\t\t\t\t";
} elseif (CoreExtension::inFilter("ROLE_ADMIN_AGENCY", CoreExtension::getAttribute($this->env, $this->source, // line 741
$context["client"], "roles", [], "any", false, false, false, 741))) {
// line 742
yield "\t\t\t\t\t\t\t\t\t\t\tAdministrateur de l'agence
\t\t\t\t\t\t\t\t\t\t";
} else {
// line 744
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tClient administrateur
\t\t\t\t\t\t\t\t\t\t";
}
// line 747
yield "\t\t\t\t\t\t\t\t\t";
} else {
// line 748
yield "\t\t\t\t\t\t\t\t\t\t-
\t\t\t\t\t\t\t\t\t";
}
// line 750
yield "\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t<td onclick=\"goTo('";
// line 751
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", false, false, false, 751)]), "html", null, true);
yield "')\" style=\"cursor: pointer;vertical-align: middle;\"><div style=\"max-width:95px\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["client"], "cellphone", [], "any", false, false, false, 751), "html", null, true);
yield "</div></td>
\t\t\t\t\t\t\t\t<td onclick=\"goTo('";
// line 752
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", false, false, false, 752)]), "html", null, true);
yield "')\" style=\"cursor: pointer;vertical-align: middle;\" class=\"font-weight-bold\">
\t\t\t\t\t\t\t\t\t";
// line 753
if (CoreExtension::getAttribute($this->env, $this->source, $context["client"], "company", [], "any", false, false, false, 753)) {
// line 754
yield "\t\t\t\t\t\t\t\t\t\t";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["client"], "company", [], "any", false, false, false, 754), "name", [], "any", false, false, false, 754), "html", null, true);
yield "
\t\t\t\t\t\t\t\t\t";
} else {
// line 756
yield "\t\t\t\t\t\t\t\t\t\t-
\t\t\t\t\t\t\t\t\t";
}
// line 758
yield "\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t<td style=\"cursor: pointer;vertical-align: middle;\">
\t\t\t\t\t\t\t\t\t<a href=\"";
// line 760
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", false, false, false, 760)) ? ("disable") : ("enable")), "id" => CoreExtension::getAttribute($this->env, $this->source, $context["client"], "id", [], "any", false, false, false, 760)]), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t\t";
// line 761
if ((CoreExtension::getAttribute($this->env, $this->source, $context["client"], "enabled", [], "any", false, false, false, 761) == true)) {
// line 762
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\">
\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\"/>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t\t<span style=\"visibility: hidden;\">1</span>
\t\t\t\t\t\t\t\t\t\t";
} else {
// line 767
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\">
\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\"/>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t\t<span style=\"visibility: hidden;\">0</span>
\t\t\t\t\t\t\t\t\t\t";
}
// line 772
yield "\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t";
// line 775
yield " <td style=\"cursor: pointer;vertical-align: middle;\">
<a>
\t\t\t\t\t\t\t\t\t\t";
// line 777
if ($this->extensions['App\Twig\UtilsTwig']->userHaveApplication($context["client"])) {
// line 778
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\">
\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\"/>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t\t<span style=\"visibility: hidden;\">1</span>
\t\t\t\t\t\t\t\t\t\t";
} else {
// line 783
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\">
\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\"/>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t\t<span style=\"visibility: hidden;\">0</span>
\t\t\t\t\t\t\t\t\t\t";
}
// line 788
yield "
</a>
</td>
";
// line 793
yield "\t\t\t\t\t\t\t\t<td onclick=\"goTo('";
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", false, false, false, 793)]), "html", null, true);
yield "')\" style=\"cursor: pointer;vertical-align: middle;\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatDate(CoreExtension::getAttribute($this->env, $this->source, $context["client"], "createdAt", [], "any", false, false, false, 793), "Y-m-d H:i:s"), "html", null, true);
yield "</td>
\t\t\t\t\t\t\t\t<td onclick=\"goTo('";
// line 794
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", false, false, false, 794)]), "html", null, true);
yield "')\" style=\"cursor: pointer;vertical-align: middle;\">";
((CoreExtension::getAttribute($this->env, $this->source, $context["client"], "lastConnectionAt", [], "any", false, false, false, 794)) ? (yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatDate(CoreExtension::getAttribute($this->env, $this->source, $context["client"], "lastConnectionAt", [], "any", false, false, false, 794), "Y-m-d H:i:s"), "html", null, true)) : (yield ""));
yield "</td>
\t\t\t\t\t\t\t\t<td class=\"text-end\" style=\"vertical-align: middle;\">
\t\t\t\t\t\t\t\t\t<div class=\"dropdown\">
\t\t\t\t\t\t\t\t\t\t<button data-bs-toggle=\"dropdown\" aria-expanded=\"false\" class=\"btn btn-transparant\" id=\"buttonactionclient";
// line 797
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["client"], "id", [], "any", false, false, false, 797), "html", null, true);
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-three-dots\" viewbox=\"0 0 16 16\">
\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\"/>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</button>
\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";
// line 802
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["client"], "id", [], "any", false, false, false, 802), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t\t\t<div class=\"menu-item px-3\">
\t\t\t\t\t\t\t\t\t\t\t\t";
// line 804
if ((CoreExtension::getAttribute($this->env, $this->source, $context["client"], "enabled", [], "any", false, false, false, 804) == 0)) {
// line 805
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
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", false, false, false, 805)]), "html", null, true);
yield "\" class=\"menu-link px-3\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\tRenvoyer l'email d'inscription
\t\t\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 809
yield "\t\t\t\t\t\t\t\t\t\t\t\t";
if ((CoreExtension::getAttribute($this->env, $this->source, $context["client"], "enabled", [], "any", false, false, false, 809) == 1)) {
// line 810
yield "\t\t\t\t\t\t\t\t\t\t\t\t";
// line 811
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
yield $this->extensions['App\Twig\CompanyTwig']->getLinkToOrderForUser($context["client"]);
yield "\" class=\"menu-link px-3\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\tCommander
\t\t\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 815
yield "\t\t\t\t\t\t\t\t\t\t\t\t";
if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::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", false, false, false, 815), "get", ["_route"], "method", false, false, false, 815) == "client_gestionnaire_index")) {
// line 816
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
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", false, false, false, 816)]), "html", null, true);
yield "\" class=\"menu-link px-3\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\tModifier
\t\t\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
// line 819
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", false, false, false, 819)]), "html", null, true);
yield "\" class=\"menu-link px-3\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\tSupprimer
\t\t\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t\t\t";
} else {
// line 823
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
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", false, false, false, 823)]), "html", null, true);
yield "\" class=\"menu-link px-3\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\tModifier
\t\t\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
// line 826
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", false, false, false, 826)]), "html", null, true);
yield "\" class=\"menu-link px-3\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\tSupprimer
\t\t\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 830
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['client'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 837
yield "\t\t\t\t\t</tbody>
\t\t\t\t</table>
\t\t\t</div>
\t\t</div>
\t</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "client/index.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{% block title %}Liste des clients
{% endblock %}
{% block styles %}
\t{{ encore_entry_link_tags('plugins/custom/datatables/datatables.bundle') }}
{% endblock %}
{% block body %}
\t<div id=\"kt_content_container\" class=\"container-fluid\" {{ stimulus_controller('client--index') }}>
\t\t<div class=\"mobile-menu\" {{ stimulus_controller('mission--scroll') }}>
\t\t\t{% if app.request.get('_route') == 'client_index' %}
\t\t\t\t<div class=\"mobile-head mb-4\">
\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\">
\t\t\t\t\t\t<rect width=\"48\" height=\"40\" rx=\"6\" fill=\"#F1F0F4\"/>
\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\"/>
\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\"/>
\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\"/>
\t\t\t\t\t</svg>
\t\t\t\t\t
\t\t\t\t\t<h1 class=\"text-uppercase\">Liste des clients</h1>
\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\">
\t\t\t\t\t\t<rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" fill=\"#F9FAFB\"/>
\t\t\t\t\t\t<rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" stroke=\"#EAECF0\"/>
\t\t\t\t\t\t<g clip-path=\"url(#clip0_1161_6063)\">
\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\"/>
\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\"/>
\t\t\t\t\t\t</g>
\t\t\t\t\t\t<defs>
\t\t\t\t\t\t<clipPath id=\"clip0_1161_6063\">
\t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(12 8)\"/>
\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t</defs>
\t\t\t\t\t</svg>
\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\">
\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>
\t\t\t\t\t\t<rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" stroke=\"#fff\"></rect>
\t\t\t\t\t\t<g clip-path=\"url(#clip0_1161_6063)\">
\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>
\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>
\t\t\t\t\t\t</g>
\t\t\t\t\t\t<defs>
\t\t\t\t\t\t<clipPath id=\"clip0_1161_6063\">
\t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(12 8)\"></rect>
\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t</defs>
\t\t\t\t\t</svg>
\t\t\t\t</div>
\t\t\t\t<div class=\"collapse align-items-center position-relative my-1\" id=\"search_container_mobile\" style=\"flex-direction: column;\">
\t\t\t\t\t<div class=\"d-flex align-items-center position-relative my-1\" style=\"width: 100%;\">
\t\t\t\t\t\t<span class=\"svg-icon svg-icon-1 position-absolute ms-6\">
\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\">
\t\t\t\t\t\t\t\t<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">
\t\t\t\t\t\t\t\t\t<rect x=\"0\" y=\"0\" width=\"24\" height=\"24\"/>
\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\"/>
\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\"/>
\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t</span>
\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') }}/>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t{% endif %}
\t\t\t{% if app.request.get('_route') == 'client_gestionnaire_index' %}
\t\t\t\t<div class=\"mobile-head mb-4\">
\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\">
\t\t\t\t\t\t<rect width=\"48\" height=\"40\" rx=\"6\" fill=\"#F1F0F4\"/>
\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\"/>
\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\"/>
\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\"/>
\t\t\t\t\t</svg>
\t\t\t\t\t
\t\t\t\t\t<h1 class=\"text-uppercase\">Liste des gestionnaire</h1>
\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\">
\t\t\t\t\t\t<rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" fill=\"#F9FAFB\"/>
\t\t\t\t\t\t<rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" stroke=\"#EAECF0\"/>
\t\t\t\t\t\t<g clip-path=\"url(#clip0_1161_6063)\">
\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\"/>
\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\"/>
\t\t\t\t\t\t</g>
\t\t\t\t\t\t<defs>
\t\t\t\t\t\t<clipPath id=\"clip0_1161_6063\">
\t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(12 8)\"/>
\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t</defs>
\t\t\t\t\t</svg>
\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\">
\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>
\t\t\t\t\t\t<rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"39\" rx=\"7.5\" stroke=\"#fff\"></rect>
\t\t\t\t\t\t<g clip-path=\"url(#clip0_1161_6063)\">
\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>
\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>
\t\t\t\t\t\t</g>
\t\t\t\t\t\t<defs>
\t\t\t\t\t\t<clipPath id=\"clip0_1161_6063\">
\t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(12 8)\"></rect>
\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t</defs>
\t\t\t\t\t</svg>
\t\t\t\t</div>
\t\t\t\t<div class=\"collapse align-items-center position-relative my-1\" id=\"search_container_mobile\" style=\"flex-direction: column;\">
\t\t\t\t\t<div class=\"d-flex align-items-center position-relative my-1\" style=\"width: 100%;\">
\t\t\t\t\t\t<span class=\"svg-icon svg-icon-1 position-absolute ms-6\">
\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\">
\t\t\t\t\t\t\t\t<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">
\t\t\t\t\t\t\t\t\t<rect x=\"0\" y=\"0\" width=\"24\" height=\"24\"/>
\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\"/>
\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\"/>
\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t</span>
\t\t\t\t\t\t<input type=\"text\" class=\"form-control form-control \" placeholder=\"Rechercher ...\" {{ stimulus_action('client--index', 'searchTable', 'keyup') }}/>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t{% endif %}
</div>
\t\t<div class=\"titre-header client title-header-client\">
\t\t\t{% if app.request.get('_route') == 'client_index' %}
\t\t\t\t<h1 class=\"text-uppercase mobile-none\">Liste des clients</h1>
\t\t\t\t{# <div class=\"d-flex align-items-center position-relative my-1 mobile-none\">
\t\t\t\t\t<span class=\"svg-icon svg-icon-1 position-absolute ms-6\">
\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\">
\t\t\t\t\t\t\t<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">
\t\t\t\t\t\t\t\t<rect x=\"0\" y=\"0\" width=\"24\" height=\"24\"/>
\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\"/>
\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\"/>
\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t</svg>
\t\t\t\t\t</span>
\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') }}/>
\t\t\t\t</div> #}
\t\t\t\t<div clas=\"container-export\">
\t\t\t\t\t<a href=\"{{ path('client_new') }}\" class=\"btn btn-primary-custom font-weight-bold\">
\t\t\t\t\t\t<i class=\"fas fa-plus-circle text-white pr-2\"></i>Ajouter
\t\t\t\t\t</a>
\t\t\t\t\t<a href=\"{{path('client_export',{'type':'client'})}}\" target=\"_blank\" class=\"btn btn-primary\">Exporter</a>
\t\t\t\t</div>
\t\t\t\t
\t\t\t{% endif %}
\t\t\t{% if app.request.get('_route') == 'client_gestionnaire_index' %}
\t\t\t\t
\t\t\t\t<h1 class=\"text-uppercase mobile-none\">Liste des gestionnaire</h1>
\t\t\t\t<div class=\"d-flex align-items-center position-relative my-1 mobile-none\">
\t\t\t\t\t<span class=\"svg-icon svg-icon-1 position-absolute ms-6\">
\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\">
\t\t\t\t\t\t\t<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">
\t\t\t\t\t\t\t\t<rect x=\"0\" y=\"0\" width=\"24\" height=\"24\"/>
\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\"/>
\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\"/>
\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t</svg>
\t\t\t\t\t</span>
\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') }}/>
\t\t\t\t</div>
\t\t\t\t<div clas=\"container-export\">
\t\t\t\t\t<a href=\"{{ path('client_gestionaires_new') }}\" class=\"btn btn-primary-custom font-weight-bold\">
\t\t\t\t\t\t<i class=\"fas fa-plus-circle text-white\"></i>Ajouter
\t\t\t\t\t</a>
\t\t\t\t\t
\t\t\t\t</div>
\t\t\t\t
\t\t\t{% endif %}
\t\t</div>
\t\t<div class=\"card shadow-sm mt-5\" data-live-ignore>
\t\t\t<div class=\"card-body\">
\t\t\t\t{{ include('client/_menus_client.html.twig') }}
\t\t\t\t<div class=\"ctn-filter ctn-filter mt-8 my-4\" style=\"align-items:baseline\">
<div>
<button id=\"show-filter\" class=\"btn btn-filter collapsed \" data-toggle=\"collapse\" data-target=\"#refontefilterfile\" aria-expanded=\"false\" aria-controls=\"collapsefilter\">Filtrer
<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
<g clip-path=\"url(#clip0_2053_1644)\">
<path d=\"M6 13.25H18\" stroke=\"#344054\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
<path d=\"M2.25 8.75H21.75\" stroke=\"#344054\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
<path d=\"M9.75 17.75H14.25\" stroke=\"#344054\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
</g>
<defs>
<clipPath id=\"clip0_2053_1644\">
<rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(0 0.5)\"></rect>
</clipPath>
</defs>
</svg>
</button>
</div>
<div class=\"ml-4 w-96\" style=\"width: 96%;overflow-x: auto;\">
<div class=\"container-filter collapse \" id=\"refontefilterfile\" style=\"\">
<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; \">
<div class=\"div-relative\">
<input type=\"text\"
style=\"margin-right: 10px;\"
class=\"form-control input-search mb-0\"
placeholder=\"Recherchez par nom, prénom, ...\"
{{ stimulus_action('client--index', 'searchTableThreeColonne', 'keyup') }}
/>
<button class=\"icon-search \" type=\"submit\">
<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
<g clip-path=\"url(#clip0_2027_2078)\">
<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>
<path d=\"M15.8035 15.8035L21 21\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
</g>
<defs>
<clipPath id=\"clip0_2027_2078\">
<rect width=\"24\" height=\"24\" fill=\"white\"></rect>
</clipPath>
</defs>
</svg>
</button>
</div>
<div class=\"div-relative\">
<input type=\"text\"
style=\"margin-right: 10px;\"
class=\"form-control input-search mb-0\"
placeholder=\"Recherchez par rôle\"
{{ stimulus_action('client--index', 'searchTableRoleClient', 'keyup') }}
/>
<button class=\"icon-search \">
<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
<g clip-path=\"url(#clip0_2027_2078)\">
<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>
<path d=\"M15.8035 15.8035L21 21\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
</g>
<defs>
<clipPath id=\"clip0_2027_2078\">
<rect width=\"24\" height=\"24\" fill=\"white\"></rect>
</clipPath>
</defs>
</svg>
</button>
</div>
\t\t\t\t\t\t\t\t<div class=\"div-relative\">
<select name=\"\" class=\"select-sort-user my-0 mx-0\" id=\"status_filter\" {{ stimulus_action('client--index', 'filter', 'change') }}>
\t\t\t\t\t\t\t\t\t\t<option value=\"\">Recherchez par activation</option>
\t\t\t\t\t\t\t\t\t\t<option value=\"1\">Oui</option>
\t\t\t\t\t\t\t\t\t\t<option value=\"0\">Non</option>
\t\t\t\t\t\t\t\t\t</select>
<button class=\"icon-search \">
<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
<g clip-path=\"url(#clip0_2027_2078)\">
<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>
<path d=\"M15.8035 15.8035L21 21\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
</g>
<defs>
<clipPath id=\"clip0_2027_2078\">
<rect width=\"24\" height=\"24\" fill=\"white\"></rect>
</clipPath>
</defs>
</svg>
</button>
</div>
\t\t\t\t\t\t\t\t
<div class=\"div-relative\">
<input type=\"text\"
style=\"margin-right: 10px;\"
class=\"form-control input-search mb-0\"
placeholder=\"Recherchez par entreprise\"
{{ stimulus_action('client--index', 'searchTableEnterprisesClients', 'keyup') }}
/>
<button class=\"icon-search \">
<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
<g clip-path=\"url(#clip0_2027_2078)\">
<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>
<path d=\"M15.8035 15.8035L21 21\" stroke=\"#667085\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
</g>
<defs>
<clipPath id=\"clip0_2027_2078\">
<rect width=\"24\" height=\"24\" fill=\"white\"></rect>
</clipPath>
</defs>
</svg>
</button>
</div>
<div class=\"filter-btn \">
<div class=\"btn-wordpress-and-commande\">
<a title=\"Réinitialiser\" href=\"/admin/clients\" class=\"btn btn-custom bg-custom-pink\">
<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\">
<g>
<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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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>
<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" fill=\"#FFFFFF\" d=\"M19.501,0c0.348,0.164,0.483,0.436,0.494,0.82
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
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
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
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
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
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
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
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>
<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
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
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
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
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
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
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
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
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
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>
</g>
</svg>
</a>
</div>
</div>
<div class=\"btn-wordpress-and-commande hidden\">
<div class=\"filter-btn\">
<button data-bs-toggle=\"modal\" data-bs-target=\"#addRessourceModal\" class=\"btn btn-custom bg-custom-pink btn-addressource\">
<svg width=\"20\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
<path d=\"M0.92 6.778V4.432H5.313V0.0389988H7.659V4.432H12.052V6.778H7.659V11.171H5.313V6.778H0.92Z\" fill=\"white\"/>
</svg>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
\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>
\t\t\t\t\t<thead>
\t\t\t\t\t\t<tr class=\"fw-bold fs-6 text-muted\" style=\"text-align: center;\">
\t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\">
\t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
\t\t\t\t\t\t\t\t\tNom
\t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
\t\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"icon-linkd\" {{ stimulus_action('client--index', 'sortTable', 'click') }} >
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"icon-link2s\" {{ stimulus_action('client--index', 'sortTable', 'click') }} >
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t\t</th>
\t\t\t\t\t\t\t{# <th class=\"align-top\" style=\"vertical-align: middle !important;\">
\t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
\t\t\t\t\t\t\t\t\tNom
\t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
\t\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"icon-linkd\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"icon-link2s\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t\t</th> #}
\t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;text-align: left;\">
\t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
\t\t\t\t\t\t\t\t\tEmail
\t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
\t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=ASC\" class=\"icon-linkd\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=DESC\" class=\"icon-link2s\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t\t</th>
\t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;text-align: left;\">
\t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
\t\t\t\t\t\t\t\t\tRôle
\t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
\t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=ASC\" class=\"icon-linkd\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=DESC\" class=\"icon-link2s\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t\t</th>
\t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\">
\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
\t\t\t\t\t\t\t\t\tTéléphone
\t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
\t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=ASC\" class=\"icon-linkd\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=DESC\" class=\"icon-link2s\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t\t</th>
\t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\">
\t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
\t\t\t\t\t\t\t\t\tEntreprise
\t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
\t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=ASC\" class=\"icon-linkd\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=DESC\" class=\"icon-link2s\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t\t</th>
\t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\">
\t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
\t\t\t\t\t\t\t\t\tActivé
\t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
\t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=ASC\" class=\"icon-linkd\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=DESC\" class=\"icon-link2s\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t\t</th>
\t\t\t\t\t\t\t{# APP mobile #}
\t\t\t\t\t\t\t<th style=\"text-align:left;\">
\t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
\t\t\t\t\t\t\t\t\tApp mobile
\t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
\t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=ASC\" class=\"icon-linkd\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=DESC\" class=\"icon-link2s\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t\t</th>
\t\t\t\t\t\t\t{# fin APP mobile #}
\t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\">
\t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
\t\t\t\t\t\t\t\t\tDate de création
\t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
\t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=ASC\" class=\"icon-linkd\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=DESC\" class=\"icon-link2s\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t\t</th>
\t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\">
\t\t\t\t\t\t\t\t<span class=\"flitre-icon\">
\t\t\t\t\t\t\t\t\tDernière visite
\t\t\t\t\t\t\t\t\t<div class=\"container-icon\">
\t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=ASC\" class=\"icon-linkd\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t<a href=\"?name-short=DESC\" class=\"icon-link2s\" {{ stimulus_action('client--index', 'sortTable', 'click') }}>
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_2060_1657)\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</g>
\t\t\t\t\t\t\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_2060_1657\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t\t\t\t\t\t\t</defs>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t\t</th>
\t\t\t\t\t\t\t<th></th>
\t\t\t\t\t\t</tr>
\t\t\t\t\t\t {# <tr>
\t\t\t\t\t\t <th class=\"align-top\" style=\"vertical-align: middle !important;\"></th>
\t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\"></th>
\t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\"></th>
\t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\"></th>
\t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\"></th>
\t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\"></th>
<th>
<select name=\"\" class=\"select-sort-user\" id=\"status_filter\" {{ stimulus_action('client--index', 'filter', 'change') }}>
<option value=\"\">Tous</option>
<option value=\"1\">Oui</option>
<option value=\"0\">Non</option>
</select>
</th>
\t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\"></th>
\t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\"></th>
\t\t\t\t\t\t\t<th class=\"align-top\" style=\"vertical-align: middle !important;\"></th>
\t\t\t\t\t\t</tr> #}
\t\t\t\t\t</thead>
\t\t\t\t\t<tbody>
\t\t\t\t\t\t<tr style=\"display:none;\">
\t\t\t\t\t\t\t<td ></td>
\t\t\t\t\t\t\t<td ></td>
\t\t\t\t\t\t\t<td ></td>
\t\t\t\t\t\t\t<td >
\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;\">
\t\t\t\t\t\t\t\t\t<option value=\"Pack de crédit\">Pack de crédit</option>
\t\t\t\t\t\t\t\t\t<option value=\"Facturation fin de mois\">Facturation fin de mois</option>
\t\t\t\t\t\t\t\t\t<option value=\"Facturation mensuelle\">Facturation mensuelle</option>
\t\t\t\t\t\t\t\t\t<option value=\"Comptant\">Comptant</option>
\t\t\t\t\t\t\t\t</select>
\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t<td ></td>
\t\t\t\t\t\t\t<td ></td>
\t\t\t\t\t\t\t<td ></td>
\t\t\t\t\t\t\t<td ></td>
\t\t\t\t\t\t\t<td ></td>
\t\t\t\t\t\t\t<td >
\t\t\t\t\t\t\t\t<div class=\"btn-wordpress-and-commande\"style=\"text-align: right;\">
\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>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"btn-wordpress-and-commande\"style=\"text-align: right;\">
\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>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t</tr>
\t\t\t\t\t\t{% for client in clients %}
\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t<td onclick=\"goTo('{{ path('client_edit', {'id':client.id}) }}')\" style=\"cursor: pointer;vertical-align: middle;\">
\t\t\t\t\t\t\t\t\t\t<div style=\"position : relative;display: flex;align-items: center;gap: 5px;\">
\t\t\t\t\t\t\t\t\t\t\t{# {% if client.getLastActivityInMinute() < 10 %}
\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>
\t\t\t\t\t\t\t\t\t\t\t{% endif %} #}
\t\t\t\t\t\t\t\t\t\t\t{% if client.getLastActivityInMinute() < 10 %}
\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"status-online\" style=\"position: static;\"></span>
\t\t\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"status-offline\" style=\"position: static;\"></span>
\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t<span>{{ client.lastname }} {{ client.firstname }}</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</td>
\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> #}
\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\">
\t\t\t\t\t\t\t\t\t{% if client.myFlowEmail is not null %}
\t\t\t\t\t\t\t\t\t\t\t{{ client.myFlowEmail }}
\t\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t\t{{ client.email }}
\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t</div></td>
\t\t\t\t\t\t\t\t<td onclick=\"goTo('{{ path('client_edit', {'id':client.id}) }}')\" style=\"cursor: pointer;vertical-align: middle;\">
\t\t\t\t\t\t\t\t\t{% if client.roles %}
\t\t\t\t\t\t\t\t\t\t{% if \"ROLE_CLIENT_ADMIN\" in client.roles %}
\t\t\t\t\t\t\t\t\t\t\t Client administrateur
\t\t\t\t\t\t\t\t\t\t{% elseif \"ROLE_CLIENT\" in client.roles %}
\t\t\t\t\t\t\t\t\t\t\tClient
\t\t\t\t\t\t\t\t\t\t{% elseif \"ROLE_AUTHOR\" in client.roles %}
\t\t\t\t\t\t\t\t\t\t\tAuteur
\t\t\t\t\t\t\t\t\t\t{% elseif \"ROLE_EDITOR\" in client.roles %}
\t\t\t\t\t\t\t\t\t\t\tEditeur
\t\t\t\t\t\t\t\t\t\t{% elseif \"ROLE_MANAGER\" in client.roles %}
\t\t\t\t\t\t\t\t\t\t\tGestionnaire
\t\t\t\t\t\t\t\t\t\t{% elseif \"ROLE_ADMIN_AGENCY\" in client.roles %}
\t\t\t\t\t\t\t\t\t\t\tAdministrateur de l'agence
\t\t\t\t\t\t\t\t\t\t{% elseif \"ROLE_PROJECT_MANAGER\" in client.roles %}
\t\t\t\t\t\t\t\t\t\t\tChef de projet
\t\t\t\t\t\t\t\t\t\t{% elseif \"ROLE_ADMIN_AGENCY\" in client.roles %}
\t\t\t\t\t\t\t\t\t\t\tAdministrateur de l'agence
\t\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t\t{# Pas de rôle definie #}
\t\t\t\t\t\t\t\t\t\t\tClient administrateur
\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t-
\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t</td>
\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>
\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\">
\t\t\t\t\t\t\t\t\t{% if client.company %}
\t\t\t\t\t\t\t\t\t\t{{ client.company.name }}
\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t-
\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t<td style=\"cursor: pointer;vertical-align: middle;\">
\t\t\t\t\t\t\t\t\t<a href=\"{{ path('client_toggle_availabilty', {'availabilty': client.enabled ? 'disable' : 'enable', 'id': client.id}) }}\">
\t\t\t\t\t\t\t\t\t\t{% if client.enabled == true %}
\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\">
\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\"/>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t\t<span style=\"visibility: hidden;\">1</span>
\t\t\t\t\t\t\t\t\t\t{% else %}
\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\">
\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\"/>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t\t<span style=\"visibility: hidden;\">0</span>
\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t{# APP mobile #}
<td style=\"cursor: pointer;vertical-align: middle;\">
<a>
\t\t\t\t\t\t\t\t\t\t{% if client|user_have_app %}
\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\">
\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\"/>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t\t<span style=\"visibility: hidden;\">1</span>
\t\t\t\t\t\t\t\t\t\t{% else %}
\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\">
\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\"/>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t\t<span style=\"visibility: hidden;\">0</span>
\t\t\t\t\t\t\t\t\t\t{% endif %}
</a>
</td>
{# fin APP mobile #}
\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>
\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>
\t\t\t\t\t\t\t\t<td class=\"text-end\" style=\"vertical-align: middle;\">
\t\t\t\t\t\t\t\t\t<div class=\"dropdown\">
\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}}\">
\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\">
\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\"/>
\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t</button>
\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}}\">
\t\t\t\t\t\t\t\t\t\t\t<div class=\"menu-item px-3\">
\t\t\t\t\t\t\t\t\t\t\t\t{% if client.enabled == 0%}
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\tRenvoyer l'email d'inscription
\t\t\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t{% if client.enabled == 1%}
\t\t\t\t\t\t\t\t\t\t\t\t{# link_to_order_for_user is in App/twig/CompanyTwig.php #}
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\tCommander
\t\t\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t{% if app.request.get('_route') == 'client_gestionnaire_index' %}
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\tModifier
\t\t\t\t\t\t\t\t\t\t\t\t\t</a>
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\tSupprimer
\t\t\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\tModifier
\t\t\t\t\t\t\t\t\t\t\t\t\t</a>
\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\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\tSupprimer
\t\t\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t</tbody>
\t\t\t\t</table>
\t\t\t</div>
\t\t</div>
\t</div>
{% endblock %}
", "client/index.html.twig", "/var/www/vhosts/my-flow.fr/app.dev.my-flow.fr/templates/client/index.html.twig");
}
}