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

/* intervention/bloc_payeur_tiers_readonly.html.twig */
class __TwigTemplate_399aaa94cddffcbcfaa3c3a0252db7401feca69fba7bdd9c35c79e803df9b61f 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", "intervention/bloc_payeur_tiers_readonly.html.twig"));

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

        // line 1
        $context["payeur"] = ((array_key_exists("payeur_tiers", $context)) ? ((isset($context["payeur_tiers"]) || array_key_exists("payeur_tiers", $context) ? $context["payeur_tiers"] : (function () { throw new RuntimeError('Variable "payeur_tiers" does not exist.', 1, $this->source); })())) : (null));
        // line 2
        yield "<div class=\"px-2 py-2 bg-white color-primary w-100 h-100 block-infos-container position-relative\" style=\"height: 227px !important\">
    ";
        // line 3
        if ( !(isset($context["payeur"]) || array_key_exists("payeur", $context) ? $context["payeur"] : (function () { throw new RuntimeError('Variable "payeur" does not exist.', 3, $this->source); })())) {
            // line 4
            yield "        <div class=\"d-flex w-100 h-100 justify-content-center align-items-center\">
            <div class=\"text-center\">Aucun payeur tiers pour cette intervention</div>
        </div>
    ";
        } else {
            // line 8
            yield "        <div class=\"d-flex flex-column w-100\" style=\"gap:0.5rem;\">
            ";
            // line 10
            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>
                    <span class=\"color-vert-link fw-600\" style=\"font-size:15px\">";
            // line 13
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["payeur"]) || array_key_exists("payeur", $context) ? $context["payeur"] : (function () { throw new RuntimeError('Variable "payeur" does not exist.', 13, $this->source); })()), "getFormattedNumeroClient", [], "any", false, false, false, 13), "html", null, true);
            yield "</span>
                </div>
                <div class=\"d-flex align-items-center\">
                    <label style=\"width:36px;\">Type</label>
                    <input type=\"text\" style=\"width:120px;\" disabled class=\"form-control bg-grey\" value=\"";
            // line 17
            ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["payeur"]) || array_key_exists("payeur", $context) ? $context["payeur"] : (function () { throw new RuntimeError('Variable "payeur" does not exist.', 17, $this->source); })()), "typeClient", [], "any", false, false, false, 17)) ? (yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["payeur"]) || array_key_exists("payeur", $context) ? $context["payeur"] : (function () { throw new RuntimeError('Variable "payeur" does not exist.', 17, $this->source); })()), "typeClient", [], "any", false, false, false, 17), "libelle", [], "any", false, false, false, 17), "html", null, true)) : (yield ""));
            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 bg-grey\" style=\"width:120px;\" value=\"";
            // line 21
            ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["payeur"]) || array_key_exists("payeur", $context) ? $context["payeur"] : (function () { throw new RuntimeError('Variable "payeur" does not exist.', 21, $this->source); })()), "etatCivil", [], "any", false, false, false, 21)) ? (yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["payeur"]) || array_key_exists("payeur", $context) ? $context["payeur"] : (function () { throw new RuntimeError('Variable "payeur" does not exist.', 21, $this->source); })()), "etatCivil", [], "any", false, false, false, 21), "libelleCourt", [], "any", false, false, false, 21), "html", null, true)) : (yield ""));
            yield "\">
                </div>
            </div>
            
            ";
            // line 26
            yield "            <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 bg-grey\" value=\"";
            // line 29
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["payeur"]) || array_key_exists("payeur", $context) ? $context["payeur"] : (function () { throw new RuntimeError('Variable "payeur" does not exist.', 29, $this->source); })()), "nom", [], "any", false, false, false, 29), "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 bg-grey\" value=\"";
            // line 33
            ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["payeur"]) || array_key_exists("payeur", $context) ? $context["payeur"] : (function () { throw new RuntimeError('Variable "payeur" does not exist.', 33, $this->source); })()), "CategoriePro", [], "any", false, false, false, 33)) ? (yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["payeur"]) || array_key_exists("payeur", $context) ? $context["payeur"] : (function () { throw new RuntimeError('Variable "payeur" does not exist.', 33, $this->source); })()), "CategoriePro", [], "any", false, false, false, 33), "libelle", [], "any", false, false, false, 33), "html", null, true)) : (yield ""));
            yield "\" style=\"width:173px;\">
                </div>
            </div>
            
            ";
            // line 38
            yield "            <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 bg-grey\" value=\"";
            // line 42
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["payeur"]) || array_key_exists("payeur", $context) ? $context["payeur"] : (function () { throw new RuntimeError('Variable "payeur" does not exist.', 42, $this->source); })()), "prenom", [], "any", false, false, false, 42), "html", null, true);
            yield "\" style=\"width:170px;\">
                    </div>
                    <div class=\"d-flex align-items-center ms-auto\">
                        <label style=\"margin-right: 0.68rem; width:92px\">Nom Entreprise</label>
                        <input type=\"text\" disabled class=\"form-control bg-grey\" value=\"";
            // line 46
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["payeur"]) || array_key_exists("payeur", $context) ? $context["payeur"] : (function () { throw new RuntimeError('Variable "payeur" does not exist.', 46, $this->source); })()), "nomEntreprise", [], "any", false, false, false, 46), "html", null, true);
            yield "\" style=\"width:173px;\">
                    </div>
                </div>
            </div>
            
            ";
            // line 52
            yield "            <div class=\"d-flex w-100 align-items-center\">
                <i class=\"fa fa-lg fa-2x fa-home align-self-center\" style=\"margin-left: -0.2rem; margin-right: 1.2rem; font-size:2.6em\"></i>
                <input type=\"text\" disabled class=\"form-control bg-grey\" value=\"";
            // line 54
            ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["payeur"]) || array_key_exists("payeur", $context) ? $context["payeur"] : (function () { throw new RuntimeError('Variable "payeur" does not exist.', 54, $this->source); })()), "adresse", [], "any", false, false, false, 54)) ? (yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["payeur"]) || array_key_exists("payeur", $context) ? $context["payeur"] : (function () { throw new RuntimeError('Variable "payeur" does not exist.', 54, $this->source); })()), "adresse", [], "any", false, false, false, 54), "html", null, true)) : (yield ""));
            yield "\" style=\"flex:1;\">
            </div>
            
            ";
            // line 58
            yield "            <div class=\"d-flex w-100 align-items-center\" style=\"position:relative\">
                <span class=\"icon-phone-rotary\" style=\"position: absolute;\">";
            // line 59
            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 justify-content-between\" style=\"margin-bottom: 0rem;margin-left:22px;gap:0.6rem;\">
                    ";
            // line 61
            $context['_parent'] = $context;
            $context['_seq'] = CoreExtension::ensureTraversable(range(1, 3));
            foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
                // line 62
                yield "                        <li style=\"position:relative;\">
                            ";
                // line 63
                $context["clientTel"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["payeur"]) || array_key_exists("payeur", $context) ? $context["payeur"] : (function () { throw new RuntimeError('Variable "payeur" does not exist.', 63, $this->source); })()), "clientTels", [], "any", false, false, false, 63), "get", [($context["i"] - 1)], "method", false, false, false, 63);
                // line 64
                yield "                            ";
                if ((isset($context["clientTel"]) || array_key_exists("clientTel", $context) ? $context["clientTel"] : (function () { throw new RuntimeError('Variable "clientTel" does not exist.', 64, $this->source); })())) {
                    // line 65
                    yield "                                ";
                    $context["fr"] = ((CoreExtension::getAttribute($this->env, $this->source, ($context["clientTel"] ?? null), "fr", [], "any", true, true, false, 65)) ? (CoreExtension::getAttribute($this->env, $this->source, (isset($context["clientTel"]) || array_key_exists("clientTel", $context) ? $context["clientTel"] : (function () { throw new RuntimeError('Variable "clientTel" does not exist.', 65, $this->source); })()), "fr", [], "any", false, false, false, 65)) : (1));
                    // line 66
                    yield "                                ";
                    $context["popup_id"] = ((("popup-client-commentaireTel-" . CoreExtension::getAttribute($this->env, $this->source, (isset($context["payeur"]) || array_key_exists("payeur", $context) ? $context["payeur"] : (function () { throw new RuntimeError('Variable "payeur" does not exist.', 66, $this->source); })()), "id", [], "any", false, false, false, 66)) . "-") . $context["i"]);
                    // line 67
                    yield "                                <input type=\"text\" disabled class=\"form-control bg-grey input_tel\" value=\"";
                    yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["clientTel"]) || array_key_exists("clientTel", $context) ? $context["clientTel"] : (function () { throw new RuntimeError('Variable "clientTel" does not exist.', 67, $this->source); })()), "numTel", [], "any", false, false, false, 67), "html", null, true);
                    yield "\" style=\"width:150px\">
                                <div class=\"me-2 telephone-fr ";
                    // line 68
                    yield (((isset($context["fr"]) || array_key_exists("fr", $context) ? $context["fr"] : (function () { throw new RuntimeError('Variable "fr" does not exist.', 68, $this->source); })())) ? ("") : ("opacity-25"));
                    yield "\" style=\"width:16px;position: absolute;right: 18px;bottom: 5px;\">
                                    ";
                    // line 69
                    yield Twig\Extension\CoreExtension::source($this->env, ("@public_path" . $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/fr.svg")));
                    yield "
                                </div>
                                ";
                    // line 71
                    if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["clientTel"]) || array_key_exists("clientTel", $context) ? $context["clientTel"] : (function () { throw new RuntimeError('Variable "clientTel" does not exist.', 71, $this->source); })()), "commentaireTel", [], "any", false, false, false, 71)) {
                        // line 72
                        yield "                                    <a>
                                        <i class=\"fa collection-info has-info fa-info-circle\"></i>
                                    </a>
                                    <div class=\"info-tooltip\">";
                        // line 75
                        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["clientTel"]) || array_key_exists("clientTel", $context) ? $context["clientTel"] : (function () { throw new RuntimeError('Variable "clientTel" does not exist.', 75, $this->source); })()), "commentaireTel", [], "any", false, false, false, 75), "html", null, true);
                        yield "</div>
                                ";
                    }
                    // line 77
                    yield "                            ";
                } else {
                    // line 78
                    yield "                                <input type=\"text\" disabled class=\"form-control bg-grey\" value=\"\" style=\"width:150px\">
                            ";
                }
                // line 80
                yield "                        </li>
                    ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 82
            yield "                </ul>
            </div>
            
            ";
            // line 86
            yield "            <div class=\"d-flex w-100 \" style=\"margin-top: -0.5rem;\">
                <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\" style=\"margin-bottom: 0rem;width:304px;margin-left:0;padding-left:1rem\">
                        <li class=\"mb-0 position-relative\" style=\"width:311px\">
                            ";
            // line 91
            $context["clientEmail"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["payeur"]) || array_key_exists("payeur", $context) ? $context["payeur"] : (function () { throw new RuntimeError('Variable "payeur" does not exist.', 91, $this->source); })()), "ClientEmails", [], "any", false, false, false, 91), "get", [0], "method", false, false, false, 91);
            // line 92
            yield "                            ";
            if ((isset($context["clientEmail"]) || array_key_exists("clientEmail", $context) ? $context["clientEmail"] : (function () { throw new RuntimeError('Variable "clientEmail" does not exist.', 92, $this->source); })())) {
                // line 93
                yield "                                ";
                $context["popup_id"] = ("popup-client-commentaireEmail-" . CoreExtension::getAttribute($this->env, $this->source, (isset($context["payeur"]) || array_key_exists("payeur", $context) ? $context["payeur"] : (function () { throw new RuntimeError('Variable "payeur" does not exist.', 93, $this->source); })()), "id", [], "any", false, false, false, 93));
                // line 94
                yield "                                <input type=\"email\" disabled class=\"form-control bg-grey\" value=\"";
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["clientEmail"]) || array_key_exists("clientEmail", $context) ? $context["clientEmail"] : (function () { throw new RuntimeError('Variable "clientEmail" does not exist.', 94, $this->source); })()), "email", [], "any", false, false, false, 94), "html", null, true);
                yield "\" style=\"width:311px\">
                                ";
                // line 95
                if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["clientEmail"]) || array_key_exists("clientEmail", $context) ? $context["clientEmail"] : (function () { throw new RuntimeError('Variable "clientEmail" does not exist.', 95, $this->source); })()), "commentaireEmail", [], "any", false, false, false, 95)) {
                    // line 96
                    yield "                                    <a>
                                        <i class=\"fa collection-info has-info fa-info-circle\"></i>
                                    </a>
                                    <div class=\"info-tooltip\">";
                    // line 99
                    yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["clientEmail"]) || array_key_exists("clientEmail", $context) ? $context["clientEmail"] : (function () { throw new RuntimeError('Variable "clientEmail" does not exist.', 99, $this->source); })()), "commentaireEmail", [], "any", false, false, false, 99), "html", null, true);
                    yield "</div>
                                ";
                }
                // line 101
                yield "                            ";
            } else {
                // line 102
                yield "                                <input type=\"email\" disabled class=\"form-control bg-grey\" value=\"\" style=\"width:311px\">
                            ";
            }
            // line 104
            yield "                        </li>
                    </ul>
                </div>
            </div>
        </div>
        ";
            // line 110
            yield "        <div class=\"position-absolute\" style=\"bottom: 8px; right: 8px; display: flex; flex-direction: column; gap: 0.3rem; align-items: flex-end;\">
            ";
            // line 111
            if ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["payeur"]) || array_key_exists("payeur", $context) ? $context["payeur"] : (function () { throw new RuntimeError('Variable "payeur" does not exist.', 111, $this->source); })()), "typeClient", [], "any", false, false, false, 111) && (0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["payeur"]) || array_key_exists("payeur", $context) ? $context["payeur"] : (function () { throw new RuntimeError('Variable "payeur" does not exist.', 111, $this->source); })()), "typeClient", [], "any", false, false, false, 111), "id", [], "any", false, false, false, 111), 2)))) {
                // line 112
                yield "                <a data-popup-position-of=\"center\" data-popup-position-at=\"top\" data-poppup-container=\"body\" data-popup-id=\"popup-impot-";
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["payeur"]) || array_key_exists("payeur", $context) ? $context["payeur"] : (function () { throw new RuntimeError('Variable "payeur" does not exist.', 112, $this->source); })()), "id", [], "any", false, false, false, 112), "html", null, true);
                yield "\" data-dxpopup=\"\" data-popup-offset=\"0 275\" data-popup-title=\"Identification fiscale\" data-popup-width=\"auto\">
                    <div class=\"d-flex align align-self-end bg-white justify-content-center align-items-center border-grey-field\" style=\"width: 28px;height: 28px;border-radius:4px\">
                        <img class=\"bg-white\" src=\"";
                // line 114
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/picto-impot.png"), "html", null, true);
                yield "\" style=\"vertical-align: baseline;border-radius: 4px; margin-top: 0.18rem;width:22px;height:19px;\">
                    </div>
                </a>
            ";
            }
            // line 118
            yield "            ";
            if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["payeur"]) || array_key_exists("payeur", $context) ? $context["payeur"] : (function () { throw new RuntimeError('Variable "payeur" does not exist.', 118, $this->source); })()), "getClientTutelle", [], "any", false, false, false, 118)) {
                // line 119
                yield "                <a data-popup-position-of=\"center\" data-popup-position-at=\"top\" data-poppup-container=\"body\" data-popup-id=\"popup-tuteur-";
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["payeur"]) || array_key_exists("payeur", $context) ? $context["payeur"] : (function () { throw new RuntimeError('Variable "payeur" does not exist.', 119, $this->source); })()), "getClientTutelle", [], "any", false, false, false, 119), "id", [], "any", false, false, false, 119), "html", null, true);
                yield "\" data-dxpopup=\"\" data-popup-offset=\"0 275\" data-popup-title=\"Tuteur\" data-popup-width=\"auto\" style=\"width:28px;height:28px;\">
                    <div class=\"d-flex align align-self-end bg-white justify-content-center align-items-center\" style=\"border-radius:4px\">
                        <img class=\"bg-white\" src=\"";
                // line 121
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/picto-tutelle.png"), "html", null, true);
                yield "\" width=\"28\" height=\"28\" style=\"vertical-align: baseline;border-radius: 4px;\">
                    </div>
                </a>
            ";
            }
            // line 125
            yield "        </div>
    ";
        }
        // line 127
        yield "</div>

";
        
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);

        
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);

        return; yield '';
    }

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

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo()
    {
        return array (  291 => 127,  287 => 125,  280 => 121,  274 => 119,  271 => 118,  264 => 114,  258 => 112,  256 => 111,  253 => 110,  246 => 104,  242 => 102,  239 => 101,  234 => 99,  229 => 96,  227 => 95,  222 => 94,  219 => 93,  216 => 92,  214 => 91,  207 => 86,  202 => 82,  195 => 80,  191 => 78,  188 => 77,  183 => 75,  178 => 72,  176 => 71,  171 => 69,  167 => 68,  162 => 67,  159 => 66,  156 => 65,  153 => 64,  151 => 63,  148 => 62,  144 => 61,  139 => 59,  136 => 58,  130 => 54,  126 => 52,  118 => 46,  111 => 42,  105 => 38,  98 => 33,  91 => 29,  86 => 26,  79 => 21,  72 => 17,  65 => 13,  60 => 10,  57 => 8,  51 => 4,  49 => 3,  46 => 2,  44 => 1,);
    }

    public function getSourceContext()
    {
        return new Source("{% set payeur = payeur_tiers is defined ? payeur_tiers : null %}
<div class=\"px-2 py-2 bg-white color-primary w-100 h-100 block-infos-container position-relative\" style=\"height: 227px !important\">
    {% if not payeur %}
        <div class=\"d-flex w-100 h-100 justify-content-center align-items-center\">
            <div class=\"text-center\">Aucun payeur tiers pour cette intervention</div>
        </div>
    {% else %}
        <div class=\"d-flex flex-column w-100\" style=\"gap:0.5rem;\">
            {# Ligne 1 : N°Client, Type, Civilité #}
            <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>
                    <span class=\"color-vert-link fw-600\" style=\"font-size:15px\">{{ payeur.getFormattedNumeroClient }}</span>
                </div>
                <div class=\"d-flex align-items-center\">
                    <label style=\"width:36px;\">Type</label>
                    <input type=\"text\" style=\"width:120px;\" disabled class=\"form-control bg-grey\" value=\"{{ payeur.typeClient ? payeur.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 bg-grey\" style=\"width:120px;\" value=\"{{ payeur.etatCivil ? payeur.etatCivil.libelleCourt : '' }}\">
                </div>
            </div>
            
            {# Ligne 2 : Nom, Catégorie #}
            <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 bg-grey\" value=\"{{ payeur.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 bg-grey\" value=\"{{ payeur.CategoriePro ? payeur.CategoriePro.libelle : '' }}\" style=\"width:173px;\">
                </div>
            </div>
            
            {# Ligne 3 : Prénom, Nom Entreprise #}
            <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 bg-grey\" value=\"{{ payeur.prenom }}\" style=\"width:170px;\">
                    </div>
                    <div class=\"d-flex align-items-center ms-auto\">
                        <label style=\"margin-right: 0.68rem; width:92px\">Nom Entreprise</label>
                        <input type=\"text\" disabled class=\"form-control bg-grey\" value=\"{{ payeur.nomEntreprise }}\" style=\"width:173px;\">
                    </div>
                </div>
            </div>
            
            {# Ligne 4 : Adresse #}
            <div class=\"d-flex w-100 align-items-center\">
                <i class=\"fa fa-lg fa-2x fa-home align-self-center\" style=\"margin-left: -0.2rem; margin-right: 1.2rem; font-size:2.6em\"></i>
                <input type=\"text\" disabled class=\"form-control bg-grey\" value=\"{{ payeur.adresse ? payeur.adresse : '' }}\" style=\"flex:1;\">
            </div>
            
            {# Ligne 5 : Téléphones #}
            <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 justify-content-between\" style=\"margin-bottom: 0rem;margin-left:22px;gap:0.6rem;\">
                    {% for i in 1..3 %}
                        <li style=\"position:relative;\">
                            {% set clientTel = payeur.clientTels.get(i-1) %}
                            {% if clientTel %}
                                {% set fr = clientTel.fr is defined ? clientTel.fr : 1 %}
                                {% set popup_id = 'popup-client-commentaireTel-' ~ payeur.id ~ '-' ~ i %}
                                <input type=\"text\" disabled class=\"form-control bg-grey input_tel\" value=\"{{ clientTel.numTel }}\" style=\"width:150px\">
                                <div class=\"me-2 telephone-fr {{ fr ? '' : 'opacity-25' }}\" style=\"width:16px;position: absolute;right: 18px;bottom: 5px;\">
                                    {{ source('@public_path'~asset('build/images/fr.svg')) }}
                                </div>
                                {% if clientTel.commentaireTel %}
                                    <a>
                                        <i class=\"fa collection-info has-info fa-info-circle\"></i>
                                    </a>
                                    <div class=\"info-tooltip\">{{ clientTel.commentaireTel }}</div>
                                {% endif %}
                            {% else %}
                                <input type=\"text\" disabled class=\"form-control bg-grey\" value=\"\" style=\"width:150px\">
                            {% endif %}
                        </li>
                    {% endfor %}
                </ul>
            </div>
            
            {# Ligne 6 : Emails #}
            <div class=\"d-flex w-100 \" style=\"margin-top: -0.5rem;\">
                <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\" style=\"margin-bottom: 0rem;width:304px;margin-left:0;padding-left:1rem\">
                        <li class=\"mb-0 position-relative\" style=\"width:311px\">
                            {% set clientEmail = payeur.ClientEmails.get(0) %}
                            {% if clientEmail %}
                                {% set popup_id = 'popup-client-commentaireEmail-' ~ payeur.id %}
                                <input type=\"email\" disabled class=\"form-control bg-grey\" value=\"{{ clientEmail.email }}\" style=\"width:311px\">
                                {% if clientEmail.commentaireEmail %}
                                    <a>
                                        <i class=\"fa collection-info has-info fa-info-circle\"></i>
                                    </a>
                                    <div class=\"info-tooltip\">{{ clientEmail.commentaireEmail }}</div>
                                {% endif %}
                            {% else %}
                                <input type=\"email\" disabled class=\"form-control bg-grey\" value=\"\" style=\"width:311px\">
                            {% endif %}
                        </li>
                    </ul>
                </div>
            </div>
        </div>
        {# Pictos en bas à droite #}
        <div class=\"position-absolute\" style=\"bottom: 8px; right: 8px; display: flex; flex-direction: column; gap: 0.3rem; align-items: flex-end;\">
            {% if payeur.typeClient and payeur.typeClient.id == 2 %}
                <a data-popup-position-of=\"center\" data-popup-position-at=\"top\" data-poppup-container=\"body\" data-popup-id=\"popup-impot-{{ payeur.id }}\" data-dxpopup=\"\" data-popup-offset=\"0 275\" data-popup-title=\"Identification fiscale\" data-popup-width=\"auto\">
                    <div class=\"d-flex align align-self-end bg-white justify-content-center align-items-center border-grey-field\" style=\"width: 28px;height: 28px;border-radius:4px\">
                        <img class=\"bg-white\" src=\"{{ asset('build/images/picto-impot.png') }}\" style=\"vertical-align: baseline;border-radius: 4px; margin-top: 0.18rem;width:22px;height:19px;\">
                    </div>
                </a>
            {% endif %}
            {% if payeur.getClientTutelle %}
                <a data-popup-position-of=\"center\" data-popup-position-at=\"top\" data-poppup-container=\"body\" data-popup-id=\"popup-tuteur-{{ payeur.getClientTutelle.id }}\" data-dxpopup=\"\" data-popup-offset=\"0 275\" data-popup-title=\"Tuteur\" data-popup-width=\"auto\" style=\"width:28px;height:28px;\">
                    <div class=\"d-flex align align-self-end bg-white justify-content-center align-items-center\" style=\"border-radius:4px\">
                        <img class=\"bg-white\" src=\"{{ asset('build/images/picto-tutelle.png') }}\" width=\"28\" height=\"28\" style=\"vertical-align: baseline;border-radius: 4px;\">
                    </div>
                </a>
            {% endif %}
        </div>
    {% endif %}
</div>

", "intervention/bloc_payeur_tiers_readonly.html.twig", "/builds/dev/refonte_sav/templates/intervention/bloc_payeur_tiers_readonly.html.twig");
    }
}
