<?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;

/* clients/_affichage_utilisateur_tuteur.html.twig */
class __TwigTemplate_56ec45899dcf317b35b84a07512db51ed61e8544555e95c00fbe3cca62ecd456 extends Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->source = $this->getSourceContext();

        $this->parent = false;

        $this->blocks = [
        ];
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this->macros;
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "clients/_affichage_utilisateur_tuteur.html.twig"));

        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "clients/_affichage_utilisateur_tuteur.html.twig"));

        // line 1
        yield "<div class=\"d-flex w-100\">
    <div class=\"d-flex align-items-center \"  style=\"margin-right: 1.2rem;\">
        <label class=\"me-1\">N°Client: </label>
        ";
        // line 4
        if ((1 === CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 4, $this->source); })()), "getEquipements", [], "any", false, false, false, 4)), 0))) {
            // line 5
            yield "            ";
            $context["equipement_id"] = ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 5, $this->source); })()), "getEquipements", [], "any", false, false, false, 5)) ? (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 5, $this->source); })()), "getEquipements", [], "any", false, false, false, 5), 0, [], "array", false, false, false, 5)) : (""));
            // line 6
            yield "            <a href=\"";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("show_client", ["id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 6, $this->source); })()), "id", [], "any", false, false, false, 6)]) . "?id_equipement=") . CoreExtension::getAttribute($this->env, $this->source, (isset($context["equipement_id"]) || array_key_exists("equipement_id", $context) ? $context["equipement_id"] : (function () { throw new RuntimeError('Variable "equipement_id" does not exist.', 6, $this->source); })()), "id", [], "any", false, false, false, 6)), "html", null, true);
            yield "\" class=\"text-decoration-none fw-600\"  target=\"_blank\" style=\"font-size: 15px;\">
                ";
            // line 7
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 7, $this->source); })()), "getFormattedNumeroClient", [], "any", false, false, false, 7), "html", null, true);
            yield "
            </a>
        ";
        } else {
            // line 10
            yield "            <span class=\"color-vert-link fw-600\" style=\"font-size:15px\">";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 10, $this->source); })()), "getFormattedNumeroClient", [], "any", false, false, false, 10), "html", null, true);
            yield "</span>
        ";
        }
        // line 12
        yield "    </div>
    <div class=\"d-flex align-items-center\">
        <label  style=\"width:36px;\">Type</label>
        <input type=\"text\" style=\"width:120px;\" disabled class=\"form-control\" value=\"";
        // line 15
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 15, $this->source); })()), "typeClient", [], "any", false, false, false, 15), "libelle", [], "any", false, false, false, 15), "html", null, true);
        yield "\">
    </div>
    <div class=\"d-flex align-items-center ms-auto\">
        <label class=\"me-1 px-1\" style=\"width:58px;\">Civilité</label>
        <input type=\"text\" disabled class=\"form-control\" style=\"width:120px;\" value=\"";
        // line 19
        ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 19, $this->source); })()), "etatCivil", [], "any", false, false, false, 19)) ? (yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 19, $this->source); })()), "etatCivil", [], "any", false, false, false, 19), "libelleCourt", [], "any", false, false, false, 19), "html", null, true)) : (yield ""));
        yield "\">
    </div>
</div>
<div class=\"d-flex w-100\">
    <div class=\"d-flex align-items-center\">
        <label class=\"me-1\" style=\"width:51px;\">Nom</label>
        <input type=\"text\" disabled class=\"form-control\" value=\"";
        // line 25
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 25, $this->source); })()), "nom", [], "any", false, false, false, 25), "html", null, true);
        yield "\" style=\"width:170px;\">
    </div>
    <div class=\"d-flex align-items-center ms-auto \">
        <label style=\"margin-right:2.8rem\">Catégorie</label>
        <input type=\"text\" disabled class=\"form-control\" value=\"";
        // line 29
        ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 29, $this->source); })()), "CategoriePro", [], "any", false, false, false, 29)) ? (yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 29, $this->source); })()), "CategoriePro", [], "any", false, false, false, 29), "libelle", [], "any", false, false, false, 29), "html", null, true)) : (yield ""));
        yield "\" style=\"width:173px;\">
    </div>
</div>
<div class=\"d-flex w-100\">
    <div class=\"d-flex w-100\">
        <div class=\"d-flex align-items-center\">
            <label class=\"me-1\" style=\"width: 51px;\">Prénom</label>
            <input type=\"text\" disabled class=\"form-control\" value=\"";
        // line 36
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 36, $this->source); })()), "prenom", [], "any", false, false, false, 36), "html", null, true);
        yield "\" style=\"width:170px;\">
        </div>
        <div class=\"d-flex align-items-center ms-auto\">
            <label style=\"margin-right: 0.68rem\" style=\"width:92px\">Nom Entreprise</label>
            <input type=\"text\" disabled class=\"form-control\" value=\"";
        // line 40
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 40, $this->source); })()), "nomEntreprise", [], "any", false, false, false, 40), "html", null, true);
        yield "\" style=\"width:173px;\">
        </div>
    </div>
</div>
<div class=\"d-flex w-100 align-items-center\" style=\"position:relative\">
    <span class=\"icon-phone-rotary\" style=\"position: absolute;\">";
        // line 45
        yield Twig\Extension\CoreExtension::source($this->env, ("@public_path" . $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/phone-rotary.svg")));
        yield "</span>
    <ul class=\"collection  d-flex w-100  flex-wrap\" id=\"collection-tel-utilisateur\" style=\"margin-bottom: 0rem;margin-left:22px\" data-index=\"";
        // line 46
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 46, $this->source); })()), "clientTels", [], "any", false, false, false, 46)) + 1), "html", null, true);
        yield "\" data-prototype=\"#prototype-utilisateur-tel\">
        ";
        // line 47
        $context['_parent'] = $context;
        $context['_seq'] = CoreExtension::ensureTraversable(range(1, 3));
        $context['loop'] = [
          'parent' => $context['_parent'],
          'index0' => 0,
          'index'  => 1,
          'first'  => true,
        ];
        if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
            $length = count($context['_seq']);
            $context['loop']['revindex0'] = $length - 1;
            $context['loop']['revindex'] = $length;
            $context['loop']['length'] = $length;
            $context['loop']['last'] = 1 === $length;
        }
        foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
            // line 48
            yield "            <li style=\"position:relative;margin-bottom:0;";
            yield (((0 !== CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, false, 48), 3))) ? ("margin-right: 6px;") : (""));
            yield "\">
                ";
            // line 49
            $context["name_input_1"] = ((((((isset($context["nom_reference"]) || array_key_exists("nom_reference", $context) ? $context["nom_reference"] : (function () { throw new RuntimeError('Variable "nom_reference" does not exist.', 49, $this->source); })()) . "[") . CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 49, $this->source); })()), "id", [], "any", false, false, false, 49)) . "][clientTels][") . $context["i"]) . "][numTel]");
            // line 50
            yield "                ";
            $context["value_1"] = ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 50, $this->source); })()), "clientTels", [], "any", false, false, false, 50), "get", [($context["i"] - 1)], "method", false, false, false, 50)) ? (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 50, $this->source); })()), "clientTels", [], "any", false, false, false, 50), "get", [($context["i"] - 1)], "method", false, false, false, 50), "numTel", [], "any", false, false, false, 50)) : (""));
            // line 51
            yield "                ";
            $context["type_1"] = "text";
            // line 52
            yield "                ";
            $context["fr"] = ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 52, $this->source); })()), "clientTels", [], "any", false, false, false, 52), "get", [($context["i"] - 1)], "method", false, false, false, 52)) ? (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 52, $this->source); })()), "clientTels", [], "any", false, false, false, 52), "get", [($context["i"] - 1)], "method", false, false, false, 52), "fr", [], "any", false, false, false, 52)) : (1));
            // line 53
            yield "                ";
            $context["class_sup"] = (((isset($context["fr"]) || array_key_exists("fr", $context) ? $context["fr"] : (function () { throw new RuntimeError('Variable "fr" does not exist.', 53, $this->source); })())) ? ("input_tel") : ("input_tel not_fr"));
            // line 54
            yield "                ";
            $context["minlength"] = (((isset($context["fr"]) || array_key_exists("fr", $context) ? $context["fr"] : (function () { throw new RuntimeError('Variable "fr" does not exist.', 54, $this->source); })())) ? ("minlength=14") : (""));
            // line 55
            yield "                ";
            $context["maxlength"] = "maxlength=14";
            // line 56
            yield "                ";
            $context["pattern"] = (((isset($context["fr"]) || array_key_exists("fr", $context) ? $context["fr"] : (function () { throw new RuntimeError('Variable "fr" does not exist.', 56, $this->source); })())) ? ("pattern=[0-9]{2}.[0-9]{2}.[0-9]{2}.[0-9]{2}.[0-9]{2}") : ("9999999999"));
            // line 57
            yield "                ";
            $context["name_input_2"] = ((((((isset($context["nom_reference"]) || array_key_exists("nom_reference", $context) ? $context["nom_reference"] : (function () { throw new RuntimeError('Variable "nom_reference" does not exist.', 57, $this->source); })()) . "[") . CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 57, $this->source); })()), "id", [], "any", false, false, false, 57)) . "][clientTels][") . $context["i"]) . "][commentaireTel]");
            // line 58
            yield "                ";
            $context["value_2"] = ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 58, $this->source); })()), "clientTels", [], "any", false, false, false, 58), "get", [($context["i"] - 1)], "method", false, false, false, 58)) ? (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 58, $this->source); })()), "clientTels", [], "any", false, false, false, 58), "get", [($context["i"] - 1)], "method", false, false, false, 58), "commentaireTel", [], "any", false, false, false, 58)) : (""));
            // line 59
            yield "                ";
            $context["name_input_3"] = ((((((isset($context["nom_reference"]) || array_key_exists("nom_reference", $context) ? $context["nom_reference"] : (function () { throw new RuntimeError('Variable "nom_reference" does not exist.', 59, $this->source); })()) . "[") . CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 59, $this->source); })()), "id", [], "any", false, false, false, 59)) . "][clientTels][") . $context["i"]) . "][id]");
            // line 60
            yield "                ";
            $context["value_3"] = ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 60, $this->source); })()), "clientTels", [], "any", false, false, false, 60), "get", [($context["i"] - 1)], "method", false, false, false, 60)) ? (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 60, $this->source); })()), "clientTels", [], "any", false, false, false, 60), "get", [($context["i"] - 1)], "method", false, false, false, 60), "id", [], "any", false, false, false, 60)) : (""));
            // line 61
            yield "                ";
            $context["name_input_fr"] = ((((((isset($context["nom_reference"]) || array_key_exists("nom_reference", $context) ? $context["nom_reference"] : (function () { throw new RuntimeError('Variable "nom_reference" does not exist.', 61, $this->source); })()) . "[") . CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 61, $this->source); })()), "id", [], "any", false, false, false, 61)) . "][clientTels][") . $context["i"]) . "][fr]");
            // line 62
            yield "                ";
            $context["width"] = "width:150px";
            // line 63
            yield "                ";
            $context["popup_id"] = ((("popup-" . (isset($context["nom_reference"]) || array_key_exists("nom_reference", $context) ? $context["nom_reference"] : (function () { throw new RuntimeError('Variable "nom_reference" does not exist.', 63, $this->source); })())) . "-commentaireTel-") . $context["i"]);
            // line 64
            yield "                ";
            $context["data_disable"] = "data-disable-on-view";
            // line 65
            yield "                ";
            yield Twig\Extension\CoreExtension::include($this->env, $context, "clients/_prototype_collection.html.twig");
            yield "
            </li>
        ";
            ++$context['loop']['index0'];
            ++$context['loop']['index'];
            $context['loop']['first'] = false;
            if (isset($context['loop']['length'])) {
                --$context['loop']['revindex0'];
                --$context['loop']['revindex'];
                $context['loop']['last'] = 0 === $context['loop']['revindex0'];
            }
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 68
        yield "    </ul>
</div>
<div class=\"d-flex w-100\">
    <div class=\"d-flex w-100\" style=\"position:relative;\">
        <div><i class=\"fa fa-envelope align-self-center\" style=\"font-size: 2.4em;  width: 28px;  margin-left: 1px;\"></i></div>
        <ul class=\"collection w-100\" id=\"collection-email-utilisateur\" style=\"margin-bottom: 0rem;width:304px;margin-left:0;padding-left:1rem\" data-index=\"";
        // line 73
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 73, $this->source); })()), "ClientEmails", [], "any", false, false, false, 73)) + 1), "html", null, true);
        yield "\" data-prototype=\"#prototype-utilisateur-mail\">
            <li class=\"mb-0 position-relative\" style=\"width:311px\">
                ";
        // line 75
        $context["name_input_1"] = ((((isset($context["nom_reference"]) || array_key_exists("nom_reference", $context) ? $context["nom_reference"] : (function () { throw new RuntimeError('Variable "nom_reference" does not exist.', 75, $this->source); })()) . "[") . CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 75, $this->source); })()), "id", [], "any", false, false, false, 75)) . "][clientEmails][1][email]");
        // line 76
        yield "                ";
        $context["value_1"] = ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 76, $this->source); })()), "ClientEmails", [], "any", false, false, false, 76), "get", [0], "method", false, false, false, 76)) ? (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 76, $this->source); })()), "ClientEmails", [], "any", false, false, false, 76), "get", [0], "method", false, false, false, 76), "email", [], "any", false, false, false, 76)) : (""));
        // line 77
        yield "                ";
        $context["type_1"] = "email";
        // line 78
        yield "                ";
        $context["name_input_2"] = ((((isset($context["nom_reference"]) || array_key_exists("nom_reference", $context) ? $context["nom_reference"] : (function () { throw new RuntimeError('Variable "nom_reference" does not exist.', 78, $this->source); })()) . "[") . CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 78, $this->source); })()), "id", [], "any", false, false, false, 78)) . "][clientEmails][1][commentaireEmail]");
        // line 79
        yield "                ";
        $context["value_2"] = ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 79, $this->source); })()), "ClientEmails", [], "any", false, false, false, 79), "get", [0], "method", false, false, false, 79)) ? (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 79, $this->source); })()), "ClientEmails", [], "any", false, false, false, 79), "get", [0], "method", false, false, false, 79), "commentaireEmail", [], "any", false, false, false, 79)) : (""));
        // line 80
        yield "                ";
        $context["name_input_3"] = ((((isset($context["nom_reference"]) || array_key_exists("nom_reference", $context) ? $context["nom_reference"] : (function () { throw new RuntimeError('Variable "nom_reference" does not exist.', 80, $this->source); })()) . "[") . CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 80, $this->source); })()), "id", [], "any", false, false, false, 80)) . "][clientEmails][1][id]");
        // line 81
        yield "                ";
        $context["value_3"] = ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 81, $this->source); })()), "ClientEmails", [], "any", false, false, false, 81), "get", [0], "method", false, false, false, 81)) ? (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["client_affiche"]) || array_key_exists("client_affiche", $context) ? $context["client_affiche"] : (function () { throw new RuntimeError('Variable "client_affiche" does not exist.', 81, $this->source); })()), "ClientEmails", [], "any", false, false, false, 81), "get", [0], "method", false, false, false, 81), "id", [], "any", false, false, false, 81)) : (""));
        // line 82
        yield "                ";
        $context["popup_id"] = (("popup-" . (isset($context["nom_reference"]) || array_key_exists("nom_reference", $context) ? $context["nom_reference"] : (function () { throw new RuntimeError('Variable "nom_reference" does not exist.', 82, $this->source); })())) . "-commentaireEmail-1");
        // line 83
        yield "                ";
        $context["data_disable"] = "data-disable-on-view";
        // line 84
        yield "                ";
        yield Twig\Extension\CoreExtension::include($this->env, $context, "clients/_prototype_collection.html.twig");
        yield "
            </li>
        </ul>
    </div>";
        
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);

        
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);

        return; yield '';
    }

    /**
     * @codeCoverageIgnore
     */
    public function getTemplateName()
    {
        return "clients/_affichage_utilisateur_tuteur.html.twig";
    }

    /**
     * @codeCoverageIgnore
     */
    public function isTraitable()
    {
        return false;
    }

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo()
    {
        return array (  257 => 84,  254 => 83,  251 => 82,  248 => 81,  245 => 80,  242 => 79,  239 => 78,  236 => 77,  233 => 76,  231 => 75,  226 => 73,  219 => 68,  201 => 65,  198 => 64,  195 => 63,  192 => 62,  189 => 61,  186 => 60,  183 => 59,  180 => 58,  177 => 57,  174 => 56,  171 => 55,  168 => 54,  165 => 53,  162 => 52,  159 => 51,  156 => 50,  154 => 49,  149 => 48,  132 => 47,  128 => 46,  124 => 45,  116 => 40,  109 => 36,  99 => 29,  92 => 25,  83 => 19,  76 => 15,  71 => 12,  65 => 10,  59 => 7,  54 => 6,  51 => 5,  49 => 4,  44 => 1,);
    }

    public function getSourceContext()
    {
        return new Source("<div class=\"d-flex w-100\">
    <div class=\"d-flex align-items-center \"  style=\"margin-right: 1.2rem;\">
        <label class=\"me-1\">N°Client: </label>
        {% if client_affiche.getEquipements|length > 0 %}
            {% set equipement_id =  client_affiche.getEquipements ? client_affiche.getEquipements[0] %}
            <a href=\"{{ path('show_client', {'id': client_affiche.id}) ~ '?id_equipement='~equipement_id.id  }}\" class=\"text-decoration-none fw-600\"  target=\"_blank\" style=\"font-size: 15px;\">
                {{ client_affiche.getFormattedNumeroClient }}
            </a>
        {% else  %}
            <span class=\"color-vert-link fw-600\" style=\"font-size:15px\">{{ client_affiche.getFormattedNumeroClient }}</span>
        {% endif %}
    </div>
    <div class=\"d-flex align-items-center\">
        <label  style=\"width:36px;\">Type</label>
        <input type=\"text\" style=\"width:120px;\" disabled class=\"form-control\" value=\"{{ client_affiche.typeClient.libelle }}\">
    </div>
    <div class=\"d-flex align-items-center ms-auto\">
        <label class=\"me-1 px-1\" style=\"width:58px;\">Civilité</label>
        <input type=\"text\" disabled class=\"form-control\" style=\"width:120px;\" value=\"{{ client_affiche.etatCivil ? client_affiche.etatCivil.libelleCourt : '' }}\">
    </div>
</div>
<div class=\"d-flex w-100\">
    <div class=\"d-flex align-items-center\">
        <label class=\"me-1\" style=\"width:51px;\">Nom</label>
        <input type=\"text\" disabled class=\"form-control\" value=\"{{ client_affiche.nom }}\" style=\"width:170px;\">
    </div>
    <div class=\"d-flex align-items-center ms-auto \">
        <label style=\"margin-right:2.8rem\">Catégorie</label>
        <input type=\"text\" disabled class=\"form-control\" value=\"{{ client_affiche.CategoriePro ?  client_affiche.CategoriePro.libelle }}\" style=\"width:173px;\">
    </div>
</div>
<div class=\"d-flex w-100\">
    <div class=\"d-flex w-100\">
        <div class=\"d-flex align-items-center\">
            <label class=\"me-1\" style=\"width: 51px;\">Prénom</label>
            <input type=\"text\" disabled class=\"form-control\" value=\"{{ client_affiche.prenom }}\" style=\"width:170px;\">
        </div>
        <div class=\"d-flex align-items-center ms-auto\">
            <label style=\"margin-right: 0.68rem\" style=\"width:92px\">Nom Entreprise</label>
            <input type=\"text\" disabled class=\"form-control\" value=\"{{ client_affiche.nomEntreprise }}\" style=\"width:173px;\">
        </div>
    </div>
</div>
<div class=\"d-flex w-100 align-items-center\" style=\"position:relative\">
    <span class=\"icon-phone-rotary\" style=\"position: absolute;\">{{ source('@public_path'~asset('build/images/phone-rotary.svg')) }}</span>
    <ul class=\"collection  d-flex w-100  flex-wrap\" id=\"collection-tel-utilisateur\" style=\"margin-bottom: 0rem;margin-left:22px\" data-index=\"{{ client_affiche.clientTels|length +1 }}\" data-prototype=\"#prototype-utilisateur-tel\">
        {% for i in 1..3 %}
            <li style=\"position:relative;margin-bottom:0;{{ loop.index != 3 ? 'margin-right: 6px;' : '' }}\">
                {% set name_input_1 = nom_reference ~'[' ~ client_affiche.id ~'][clientTels][' ~ i ~'][numTel]' %}
                {% set value_1 =  (client_affiche.clientTels.get(i-1)) ? client_affiche.clientTels.get(i-1).numTel %}
                {% set type_1 = 'text' %}
                {% set fr =  (client_affiche.clientTels.get(i-1)) ? client_affiche.clientTels.get(i-1).fr : 1 %}
                {% set class_sup = (fr) ? 'input_tel' : 'input_tel not_fr' %}
                {% set minlength = (fr) ? 'minlength=14' : '' %}
                {% set maxlength = 'maxlength=14' %}
                {% set pattern = (fr) ? 'pattern=[0-9]{2}.[0-9]{2}.[0-9]{2}.[0-9]{2}.[0-9]{2}' : '9999999999' %}
                {% set name_input_2 = nom_reference ~'[' ~ client_affiche.id ~'][clientTels][' ~ i ~'][commentaireTel]' %}
                {% set value_2  = (client_affiche.clientTels.get(i-1)) ? client_affiche.clientTels.get(i-1).commentaireTel %}
                {% set name_input_3 = nom_reference ~'[' ~ client_affiche.id ~'][clientTels][' ~ i ~'][id]' %}
                {% set value_3  = (client_affiche.clientTels.get(i-1)) ? client_affiche.clientTels.get(i-1).id %}
                {% set name_input_fr = nom_reference ~'[' ~ client_affiche.id ~'][clientTels][' ~ i ~'][fr]' %}
                {% set width = \"width:150px\" %}
                {% set popup_id = 'popup-' ~ nom_reference ~'-commentaireTel-' ~ i %}
                {% set data_disable = 'data-disable-on-view' %}
                {{ include('clients/_prototype_collection.html.twig') }}
            </li>
        {% endfor %}
    </ul>
</div>
<div class=\"d-flex w-100\">
    <div class=\"d-flex w-100\" style=\"position:relative;\">
        <div><i class=\"fa fa-envelope align-self-center\" style=\"font-size: 2.4em;  width: 28px;  margin-left: 1px;\"></i></div>
        <ul class=\"collection w-100\" id=\"collection-email-utilisateur\" style=\"margin-bottom: 0rem;width:304px;margin-left:0;padding-left:1rem\" data-index=\"{{ client_affiche.ClientEmails|length +1}}\" data-prototype=\"#prototype-utilisateur-mail\">
            <li class=\"mb-0 position-relative\" style=\"width:311px\">
                {% set name_input_1 = nom_reference ~'[' ~ client_affiche.id ~'][clientEmails][1][email]' %}
                {% set value_1 =  (client_affiche.ClientEmails.get(0)) ? client_affiche.ClientEmails.get(0).email : '' %}
                {% set type_1 = 'email' %}
                {% set name_input_2 = nom_reference ~'[' ~ client_affiche.id ~'][clientEmails][1][commentaireEmail]' %}
                {% set value_2  = (client_affiche.ClientEmails.get(0)) ? client_affiche.ClientEmails.get(0).commentaireEmail : '' %}
                {% set name_input_3 = nom_reference ~'[' ~ client_affiche.id ~'][clientEmails][1][id]' %}
                {% set value_3  = (client_affiche.ClientEmails.get(0)) ? client_affiche.ClientEmails.get(0).id : '' %}
                {% set popup_id = 'popup-'~ nom_reference ~'-commentaireEmail-1' %}
                {% set data_disable = 'data-disable-on-view' %}
                {{ include('clients/_prototype_collection.html.twig') }}
            </li>
        </ul>
    </div>", "clients/_affichage_utilisateur_tuteur.html.twig", "/builds/dev/refonte_sav/templates/clients/_affichage_utilisateur_tuteur.html.twig");
    }
}
