<?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/intervention_show_with_souscripteur.html.twig */
class __TwigTemplate_21216dca3fa611c2b9dc3a30a3ae7e068468577b5ec562a2c9dd8fba4450a394 extends Template
{
    private $source;
    private $macros = [];

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

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

        $this->blocks = [
            'body_id' => [$this, 'block_body_id'],
            'style_container' => [$this, 'block_style_container'],
            'body_class' => [$this, 'block_body_class'],
            'header_style' => [$this, 'block_header_style'],
            'title' => [$this, 'block_title'],
            'main' => [$this, 'block_main'],
            'popup' => [$this, 'block_popup'],
        ];
    }

    protected function doGetParent(array $context)
    {
        // line 1
        return "admin/layout.html.twig";
    }

    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/intervention_show_with_souscripteur.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/intervention_show_with_souscripteur.html.twig"));

        // line 10
        $context["equipement"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["intervention"]) || array_key_exists("intervention", $context) ? $context["intervention"] : (function () { throw new RuntimeError('Variable "intervention" does not exist.', 10, $this->source); })()), "equipement", [], "any", false, false, false, 10);
        // line 11
        $context["client"] = (((isset($context["equipement"]) || array_key_exists("equipement", $context) ? $context["equipement"] : (function () { throw new RuntimeError('Variable "equipement" does not exist.', 11, $this->source); })())) ? (CoreExtension::getAttribute($this->env, $this->source, (isset($context["equipement"]) || array_key_exists("equipement", $context) ? $context["equipement"] : (function () { throw new RuntimeError('Variable "equipement" does not exist.', 11, $this->source); })()), "clientSouscripteur", [], "any", false, false, false, 11)) : (null));
        // line 1
        $this->parent = $this->loadTemplate("admin/layout.html.twig", "intervention/intervention_show_with_souscripteur.html.twig", 1);
        yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
        
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);

        
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);

    }

    // line 3
    public function block_body_id($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(), "block", "body_id"));

        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_id"));

        // line 0
        yield "admin_intervention_show";
        
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);

        
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);

        return; yield '';
    }

    // line 4
    public function block_style_container($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(), "block", "style_container"));

        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "style_container"));

        yield "padding:0;";
        
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);

        
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);

        return; yield '';
    }

    // line 5
    public function block_body_class($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(), "block", "body_class"));

        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_class"));

        // line 0
        yield " bg-grey";
        
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);

        
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);

        return; yield '';
    }

    // line 6
    public function block_header_style($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(), "block", "header_style"));

        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header_style"));

        // line 0
        yield " margin-bottom:0 !important;";
        
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);

        
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);

        return; yield '';
    }

    // line 8
    public function block_title($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(), "block", "title"));

        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));

        yield " Intervention : ";
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["intervention"]) || array_key_exists("intervention", $context) ? $context["intervention"] : (function () { throw new RuntimeError('Variable "intervention" does not exist.', 8, $this->source); })()), "id", [], "any", false, false, false, 8), "html", null, true);
        if ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["intervention"]) || array_key_exists("intervention", $context) ? $context["intervention"] : (function () { throw new RuntimeError('Variable "intervention" does not exist.', 8, $this->source); })()), "equipement", [], "any", false, false, false, 8) && CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["intervention"]) || array_key_exists("intervention", $context) ? $context["intervention"] : (function () { throw new RuntimeError('Variable "intervention" does not exist.', 8, $this->source); })()), "equipement", [], "any", false, false, false, 8), "clientSouscripteur", [], "any", false, false, false, 8))) {
            yield " - ";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["intervention"]) || array_key_exists("intervention", $context) ? $context["intervention"] : (function () { throw new RuntimeError('Variable "intervention" does not exist.', 8, $this->source); })()), "equipement", [], "any", false, false, false, 8), "clientSouscripteur", [], "any", false, false, false, 8), "nom", [], "any", false, false, false, 8), "html", null, true);
        }
        yield " ";
        
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);

        
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);

        return; yield '';
    }

    // line 13
    public function block_main($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(), "block", "main"));

        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));

        // line 14
        yield "    ";
        if ((isset($context["client"]) || array_key_exists("client", $context) ? $context["client"] : (function () { throw new RuntimeError('Variable "client" does not exist.', 14, $this->source); })())) {
            // line 15
            yield "    <div class=\"d-flex  bg-white w-100\" style=\"z-index: 1000; border-top:5px solid white;\">
        <div class=\"d-flex bg-primary position-relative pt-2 ps-2 ms-1 pe-2 justify-content-between\" style=\"flex-grow:1;\">
            <div>
                <div class=\"d-flex align-items-center mb-2\" style=\"width: 205px;\">
                    <label class=\"white me-2 col-form-label control-label title-700\" for=\"agent_site\" style=\"font-family: Lato; font-weight: 400; font-style: normal; font-size: 14px; line-height: 100%; letter-spacing: 0%; vertical-align: middle;\">Intervention</label>
                    <span class=\"color-vert-link fw-600 title-700\" style=\"font-size:14px;margin-left: auto; font-family: Lato; font-weight: 400; font-style: normal; line-height: 100%; letter-spacing: 0%; vertical-align: middle;\">
                        ";
            // line 21
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((CoreExtension::getAttribute($this->env, $this->source, (isset($context["intervention"]) || array_key_exists("intervention", $context) ? $context["intervention"] : (function () { throw new RuntimeError('Variable "intervention" does not exist.', 21, $this->source); })()), "getNumficheOracle", [], "any", false, false, false, 21)) ? (CoreExtension::getAttribute($this->env, $this->source, (isset($context["intervention"]) || array_key_exists("intervention", $context) ? $context["intervention"] : (function () { throw new RuntimeError('Variable "intervention" does not exist.', 21, $this->source); })()), "getNumficheOracle", [], "any", false, false, false, 21)) : (CoreExtension::getAttribute($this->env, $this->source, (isset($context["intervention"]) || array_key_exists("intervention", $context) ? $context["intervention"] : (function () { throw new RuntimeError('Variable "intervention" does not exist.', 21, $this->source); })()), "id", [], "any", false, false, false, 21))), "html", null, true);
            yield "
                    </span>
                </div>
                <div class=\"d-flex align-items-center\" style=\"width: 205px;\">
                    <label class=\"white me-2 col-form-label control-label\" for=\"agent_site\" style=\"font-family: Lato; font-weight: 400; font-style: normal; font-size: 14px; line-height: 100%; letter-spacing: 0%; vertical-align: middle;\">N°client</label>
                    <span class=\"color-vert-link fw-600\" style=\"font-size:14px;margin-left: auto; font-family: Lato; font-weight: 400; font-style: normal; line-height: 100%; letter-spacing: 0%; vertical-align: middle;\">
                        ";
            // line 27
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["client"]) || array_key_exists("client", $context) ? $context["client"] : (function () { throw new RuntimeError('Variable "client" does not exist.', 27, $this->source); })()), "getFormattedNumeroClient", [], "any", false, false, false, 27), "html", null, true);
            yield "
                    </span>
                </div>
            </div>
            <div >
                <div class=\"d-flex flex-column justify-content-end pb-2 \">
                    <div class=\"input-group form-group\">
                        <label class=\"white me-2 col-form-label control-label\" style=\"width: 55px;\">Type</label>
                        <input type=\"text\" disabled class=\"form-control bg-grey\" style=\"width: 118px !important;flex: 0 1 auto;\" value=\"";
            // line 35
            ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["client"]) || array_key_exists("client", $context) ? $context["client"] : (function () { throw new RuntimeError('Variable "client" does not exist.', 35, $this->source); })()), "typeClient", [], "any", false, false, false, 35)) ? (yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["client"]) || array_key_exists("client", $context) ? $context["client"] : (function () { throw new RuntimeError('Variable "client" does not exist.', 35, $this->source); })()), "typeClient", [], "any", false, false, false, 35), "libelle", [], "any", false, false, false, 35), "html", null, true)) : (yield ""));
            yield "\">
                    </div>
                    <div class=\"input-group form-group pb-2 d-flex\">
                        <label class=\"white me-2 control-label align-self-center\" style=\"width:55px\">Catégorie</label>
                        <input type=\"text\" disabled class=\"form-control bg-grey\" style=\"width: 167px !important;flex:inherit\" value=\"";
            // line 39
            ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["client"]) || array_key_exists("client", $context) ? $context["client"] : (function () { throw new RuntimeError('Variable "client" does not exist.', 39, $this->source); })()), "categoriePro", [], "any", false, false, false, 39)) ? (yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["client"]) || array_key_exists("client", $context) ? $context["client"] : (function () { throw new RuntimeError('Variable "client" does not exist.', 39, $this->source); })()), "categoriePro", [], "any", false, false, false, 39), "libelle", [], "any", false, false, false, 39), "html", null, true)) : (yield ""));
            yield "\">
                    </div>
                    <div class=\"input-group form-group d-flex\" style=\"line-height: 14px;\">
                        <label class=\"white control-label\" for=\"client_entreprise\" style=\"width:64px\">Nom<br>entreprise</label>
                        <input type=\"text\" id=\"client_entreprise\" disabled name=\"client_entreprise\" class=\"form-control bg-grey\" value=\"";
            // line 43
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["client"]) || array_key_exists("client", $context) ? $context["client"] : (function () { throw new RuntimeError('Variable "client" does not exist.', 43, $this->source); })()), "nomEntreprise", [], "any", false, false, false, 43), "html", null, true);
            yield "\">
                    </div>
                </div>
            </div>
            <div class=\"d-flex flex-column\" >
                <div class=\"input-group form-group pb-2 d-flex\">
                    <label class=\"white me-3 control-label align-self-center\">Civilité</label>
                    <input type=\"text\" disabled class=\"form-control bg-grey\" style=\"width: 90px !important;flex: 0 1 auto;\" value=\"";
            // line 50
            ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["client"]) || array_key_exists("client", $context) ? $context["client"] : (function () { throw new RuntimeError('Variable "client" does not exist.', 50, $this->source); })()), "etatCivil", [], "any", false, false, false, 50)) ? (yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["client"]) || array_key_exists("client", $context) ? $context["client"] : (function () { throw new RuntimeError('Variable "client" does not exist.', 50, $this->source); })()), "etatCivil", [], "any", false, false, false, 50), "libelleCourt", [], "any", false, false, false, 50), "html", null, true)) : (yield ""));
            yield "\">
                </div>
                <div class=\"input-group form-group pb-2 d-flex\">
                    <label class=\"white me-2 control-label align-self-center\" for=\"agent_nom\" style=\"width:48px;\">Nom</label>
                    <input type=\"text\" id=\"agent_nom\" disabled name=\"souscripteur_nom\" style=\"max-width:166px;\" class=\"form-control bg-grey\" value=\"";
            // line 54
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["client"]) || array_key_exists("client", $context) ? $context["client"] : (function () { throw new RuntimeError('Variable "client" does not exist.', 54, $this->source); })()), "nom", [], "any", false, false, false, 54), "html", null, true);
            yield "\">
                </div>
                <div class=\"input-group form-group d-flex\">
                    <label class=\"white me-2 control-label align-self-center\" for=\"agent_prenom\" style=\"width:48px;\">Prénom</label>
                    <input type=\"text\" id=\"agent_prenom\" disabled name=\"souscripteur_prenom\" style=\"max-width:166px;\" class=\"form-control bg-grey\" value=\"";
            // line 58
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["client"]) || array_key_exists("client", $context) ? $context["client"] : (function () { throw new RuntimeError('Variable "client" does not exist.', 58, $this->source); })()), "prenom", [], "any", false, false, false, 58), "html", null, true);
            yield "\">
                </div>
            </div>
            <div >
                <div class=\"input-group form-group pb-2\">
                    <div class=\"d-flex\">
                        <i class=\"fa fa-lg fa-2x fa-home align-self-center white\" style=\"margin-left: -0.2rem; margin-right: 0.8rem;\"></i>
                        <div class=\"input-icons\" style=\"width:466px\">
                            <input type=\"text\" id=\"client_adresse_auto\" disabled name=\"client_adresse_auto\" class=\"form-control bg-grey\" value=\"";
            // line 66
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["client"]) || array_key_exists("client", $context) ? $context["client"] : (function () { throw new RuntimeError('Variable "client" does not exist.', 66, $this->source); })()), "adresse", [], "any", false, false, false, 66), "html", null, true);
            yield "\">
                        </div>
                    </div>
                </div>
                <div class=\"\" style=\"position:relative\">
                    <span class=\"icon-phone-rotary white\" style=\"position: absolute;\">";
            // line 71
            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\" style=\"margin-bottom: 0rem;margin-left:7px;gap: 0.6rem;\">
                        ";
            // line 73
            $context['_parent'] = $context;
            $context['_seq'] = CoreExtension::ensureTraversable(range(1, 3));
            foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
                // line 74
                yield "                            <li>
                                ";
                // line 75
                $context["clientTel"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["client"]) || array_key_exists("client", $context) ? $context["client"] : (function () { throw new RuntimeError('Variable "client" does not exist.', 75, $this->source); })()), "clientTels", [], "any", false, false, false, 75), "get", [($context["i"] - 1)], "method", false, false, false, 75);
                // line 76
                yield "                                ";
                if ((isset($context["clientTel"]) || array_key_exists("clientTel", $context) ? $context["clientTel"] : (function () { throw new RuntimeError('Variable "clientTel" does not exist.', 76, $this->source); })())) {
                    // line 77
                    yield "                                    <input type=\"text\" disabled class=\"form-control bg-grey\" 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.', 77, $this->source); })()), "numTel", [], "any", false, false, false, 77), "html", null, true);
                    yield "\" style=\"width:150px\">
                                    ";
                    // line 78
                    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.', 78, $this->source); })()), "commentaireTel", [], "any", false, false, false, 78)) {
                        // line 79
                        yield "                                        <i class=\"fa collection-info fa-info-circle\"></i>
                                        <div class=\"info-tooltip\">";
                        // line 80
                        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.', 80, $this->source); })()), "commentaireTel", [], "any", false, false, false, 80), "html", null, true);
                        yield "</div>
                                    ";
                    }
                    // line 82
                    yield "                                ";
                } else {
                    // line 83
                    yield "                                    <input type=\"text\" disabled class=\"form-control bg-grey\" value=\"\" style=\"width:150px\">
                                ";
                }
                // line 85
                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 87
            yield "                    </ul>
                </div>
                <div class=\"d-flex\">
                    <div><i class=\"fa fa-envelope align-self-center white\" style=\"font-size: 1.7em;\"></i></div>
                    <div>
                        <ul class=\"collection\" style=\"margin-bottom: 0;width:481px;padding-left:11px;\">
                            <li style=\"position:relative;width:310px;\">
                                ";
            // line 94
            $context["clientEmail"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["client"]) || array_key_exists("client", $context) ? $context["client"] : (function () { throw new RuntimeError('Variable "client" does not exist.', 94, $this->source); })()), "ClientEmails", [], "any", false, false, false, 94), "get", [0], "method", false, false, false, 94);
            // line 95
            yield "                                ";
            if ((isset($context["clientEmail"]) || array_key_exists("clientEmail", $context) ? $context["clientEmail"] : (function () { throw new RuntimeError('Variable "clientEmail" does not exist.', 95, $this->source); })())) {
                // line 96
                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.', 96, $this->source); })()), "email", [], "any", false, false, false, 96), "html", null, true);
                yield "\" style=\"width:310px\">
                                    ";
                // line 97
                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.', 97, $this->source); })()), "commentaireEmail", [], "any", false, false, false, 97)) {
                    // line 98
                    yield "                                        <i class=\"fa collection-info fa-info-circle\"></i>
                                        <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:310px\">
                                ";
            }
            // line 104
            yield "                            </li>
                        </ul>
                    </div>
                </div>
            </div>
            ";
            // line 109
            if (((isset($context["equipement"]) || array_key_exists("equipement", $context) ? $context["equipement"] : (function () { throw new RuntimeError('Variable "equipement" does not exist.', 109, $this->source); })()) && CoreExtension::getAttribute($this->env, $this->source, (isset($context["equipement"]) || array_key_exists("equipement", $context) ? $context["equipement"] : (function () { throw new RuntimeError('Variable "equipement" does not exist.', 109, $this->source); })()), "getClientAncienSouscripteur", [], "any", false, false, false, 109))) {
                // line 110
                yield "                <div class=\"mt-1 position-absolute\" style=\"font-size:12px;bottom: 0;font-style:italic;left:200px;\">Ancien souscripteur: ";
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["equipement"]) || array_key_exists("equipement", $context) ? $context["equipement"] : (function () { throw new RuntimeError('Variable "equipement" does not exist.', 110, $this->source); })()), "getClientAncienSouscripteur", [], "any", false, false, false, 110), "html", null, true);
                yield " (";
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatDate(CoreExtension::getAttribute($this->env, $this->source, (isset($context["equipement"]) || array_key_exists("equipement", $context) ? $context["equipement"] : (function () { throw new RuntimeError('Variable "equipement" does not exist.', 110, $this->source); })()), "getDateAncienSouscripteur", [], "any", false, false, false, 110), "d/m/Y"), "html", null, true);
                yield ")</div>
            ";
            }
            // line 112
            yield "        </div>
    </div>
    ";
        }
        // line 115
        yield "
    ";
        // line 117
        yield "    <div class=\"mt-2\">
        ";
        // line 118
        yield Twig\Extension\CoreExtension::include($this->env, $context, "intervention/_fiche_intervention_readonly.html.twig");
        yield "
    </div>

";
        
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);

        
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);

        return; yield '';
    }

    // line 123
    public function block_popup($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(), "block", "popup"));

        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "popup"));

        // line 124
        yield "    ";
        if ((isset($context["client"]) || array_key_exists("client", $context) ? $context["client"] : (function () { throw new RuntimeError('Variable "client" does not exist.', 124, $this->source); })())) {
            // line 125
            yield "        ";
            if ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["client"]) || array_key_exists("client", $context) ? $context["client"] : (function () { throw new RuntimeError('Variable "client" does not exist.', 125, $this->source); })()), "typeClient", [], "any", false, false, false, 125) && (0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["client"]) || array_key_exists("client", $context) ? $context["client"] : (function () { throw new RuntimeError('Variable "client" does not exist.', 125, $this->source); })()), "typeClient", [], "any", false, false, false, 125), "id", [], "any", false, false, false, 125), 2)))) {
                // line 126
                yield "            ";
                $context["pro"] = (isset($context["client"]) || array_key_exists("client", $context) ? $context["client"] : (function () { throw new RuntimeError('Variable "client" does not exist.', 126, $this->source); })());
                // line 127
                yield "            ";
                yield Twig\Extension\CoreExtension::include($this->env, $context, "clients/_popup_impot.html.twig");
                yield "
        ";
            }
            // line 129
            yield "        ";
            if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["client"]) || array_key_exists("client", $context) ? $context["client"] : (function () { throw new RuntimeError('Variable "client" does not exist.', 129, $this->source); })()), "getClientTutelle", [], "any", false, false, false, 129)) {
                // line 130
                yield "            ";
                $context["tuteur"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["client"]) || array_key_exists("client", $context) ? $context["client"] : (function () { throw new RuntimeError('Variable "client" does not exist.', 130, $this->source); })()), "getClientTutelle", [], "any", false, false, false, 130);
                // line 131
                yield "            ";
                yield Twig\Extension\CoreExtension::include($this->env, $context, "clients/_popup_tuteur.html.twig");
                yield "
        ";
            }
            // line 133
            yield "    ";
        }
        // line 134
        yield "    ";
        $context["utilisateur"] = (((isset($context["equipement"]) || array_key_exists("equipement", $context) ? $context["equipement"] : (function () { throw new RuntimeError('Variable "equipement" does not exist.', 134, $this->source); })())) ? (CoreExtension::getAttribute($this->env, $this->source, (isset($context["equipement"]) || array_key_exists("equipement", $context) ? $context["equipement"] : (function () { throw new RuntimeError('Variable "equipement" does not exist.', 134, $this->source); })()), "getClientUtilisateur", [], "any", false, false, false, 134)) : (null));
        // line 135
        yield "    ";
        if (((isset($context["utilisateur"]) || array_key_exists("utilisateur", $context) ? $context["utilisateur"] : (function () { throw new RuntimeError('Variable "utilisateur" does not exist.', 135, $this->source); })()) && (0 !== CoreExtension::compare((isset($context["utilisateur"]) || array_key_exists("utilisateur", $context) ? $context["utilisateur"] : (function () { throw new RuntimeError('Variable "utilisateur" does not exist.', 135, $this->source); })()), CoreExtension::getAttribute($this->env, $this->source, (isset($context["equipement"]) || array_key_exists("equipement", $context) ? $context["equipement"] : (function () { throw new RuntimeError('Variable "equipement" does not exist.', 135, $this->source); })()), "clientSouscripteur", [], "any", false, false, false, 135))))) {
            // line 136
            yield "        ";
            if ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["utilisateur"]) || array_key_exists("utilisateur", $context) ? $context["utilisateur"] : (function () { throw new RuntimeError('Variable "utilisateur" does not exist.', 136, $this->source); })()), "typeClient", [], "any", false, false, false, 136) && (0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["utilisateur"]) || array_key_exists("utilisateur", $context) ? $context["utilisateur"] : (function () { throw new RuntimeError('Variable "utilisateur" does not exist.', 136, $this->source); })()), "typeClient", [], "any", false, false, false, 136), "id", [], "any", false, false, false, 136), 2)))) {
                // line 137
                yield "            ";
                $context["pro"] = (isset($context["utilisateur"]) || array_key_exists("utilisateur", $context) ? $context["utilisateur"] : (function () { throw new RuntimeError('Variable "utilisateur" does not exist.', 137, $this->source); })());
                // line 138
                yield "            ";
                yield Twig\Extension\CoreExtension::include($this->env, $context, "clients/_popup_impot.html.twig");
                yield "
        ";
            }
            // line 140
            yield "        ";
            if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["utilisateur"]) || array_key_exists("utilisateur", $context) ? $context["utilisateur"] : (function () { throw new RuntimeError('Variable "utilisateur" does not exist.', 140, $this->source); })()), "getClientTutelle", [], "any", false, false, false, 140)) {
                // line 141
                yield "            ";
                $context["tuteur"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["utilisateur"]) || array_key_exists("utilisateur", $context) ? $context["utilisateur"] : (function () { throw new RuntimeError('Variable "utilisateur" does not exist.', 141, $this->source); })()), "getClientTutelle", [], "any", false, false, false, 141);
                // line 142
                yield "            ";
                yield Twig\Extension\CoreExtension::include($this->env, $context, "clients/_popup_tuteur.html.twig");
                yield "
        ";
            }
            // line 144
            yield "    ";
        }
        // line 145
        yield "    ";
        $context["payeur_tiers"] = (((isset($context["intervention"]) || array_key_exists("intervention", $context) ? $context["intervention"] : (function () { throw new RuntimeError('Variable "intervention" does not exist.', 145, $this->source); })())) ? (CoreExtension::getAttribute($this->env, $this->source, (isset($context["intervention"]) || array_key_exists("intervention", $context) ? $context["intervention"] : (function () { throw new RuntimeError('Variable "intervention" does not exist.', 145, $this->source); })()), "getClientPayeurTiers", [], "any", false, false, false, 145)) : (null));
        // line 146
        yield "    ";
        if ((isset($context["payeur_tiers"]) || array_key_exists("payeur_tiers", $context) ? $context["payeur_tiers"] : (function () { throw new RuntimeError('Variable "payeur_tiers" does not exist.', 146, $this->source); })())) {
            // line 147
            yield "        ";
            if ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["payeur_tiers"]) || array_key_exists("payeur_tiers", $context) ? $context["payeur_tiers"] : (function () { throw new RuntimeError('Variable "payeur_tiers" does not exist.', 147, $this->source); })()), "typeClient", [], "any", false, false, false, 147) && (0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["payeur_tiers"]) || array_key_exists("payeur_tiers", $context) ? $context["payeur_tiers"] : (function () { throw new RuntimeError('Variable "payeur_tiers" does not exist.', 147, $this->source); })()), "typeClient", [], "any", false, false, false, 147), "id", [], "any", false, false, false, 147), 2)))) {
                // line 148
                yield "            ";
                $context["pro"] = (isset($context["payeur_tiers"]) || array_key_exists("payeur_tiers", $context) ? $context["payeur_tiers"] : (function () { throw new RuntimeError('Variable "payeur_tiers" does not exist.', 148, $this->source); })());
                // line 149
                yield "            ";
                yield Twig\Extension\CoreExtension::include($this->env, $context, "clients/_popup_impot.html.twig");
                yield "
        ";
            }
            // line 151
            yield "        ";
            if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["payeur_tiers"]) || array_key_exists("payeur_tiers", $context) ? $context["payeur_tiers"] : (function () { throw new RuntimeError('Variable "payeur_tiers" does not exist.', 151, $this->source); })()), "getClientTutelle", [], "any", false, false, false, 151)) {
                // line 152
                yield "            ";
                $context["tuteur"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["payeur_tiers"]) || array_key_exists("payeur_tiers", $context) ? $context["payeur_tiers"] : (function () { throw new RuntimeError('Variable "payeur_tiers" does not exist.', 152, $this->source); })()), "getClientTutelle", [], "any", false, false, false, 152);
                // line 153
                yield "            ";
                yield Twig\Extension\CoreExtension::include($this->env, $context, "clients/_popup_tuteur.html.twig");
                yield "
        ";
            }
            // line 155
            yield "    ";
        }
        // line 156
        yield "    ";
        yield Twig\Extension\CoreExtension::include($this->env, $context, "intervention/_popup_history_planification.html.twig");
        yield "
";
        
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);

        
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);

        return; yield '';
    }

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

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo()
    {
        return array (  508 => 156,  505 => 155,  499 => 153,  496 => 152,  493 => 151,  487 => 149,  484 => 148,  481 => 147,  478 => 146,  475 => 145,  472 => 144,  466 => 142,  463 => 141,  460 => 140,  454 => 138,  451 => 137,  448 => 136,  445 => 135,  442 => 134,  439 => 133,  433 => 131,  430 => 130,  427 => 129,  421 => 127,  418 => 126,  415 => 125,  412 => 124,  402 => 123,  387 => 118,  384 => 117,  381 => 115,  376 => 112,  368 => 110,  366 => 109,  359 => 104,  355 => 102,  352 => 101,  347 => 99,  344 => 98,  342 => 97,  337 => 96,  334 => 95,  332 => 94,  323 => 87,  316 => 85,  312 => 83,  309 => 82,  304 => 80,  301 => 79,  299 => 78,  294 => 77,  291 => 76,  289 => 75,  286 => 74,  282 => 73,  277 => 71,  269 => 66,  258 => 58,  251 => 54,  244 => 50,  234 => 43,  227 => 39,  220 => 35,  209 => 27,  200 => 21,  192 => 15,  189 => 14,  179 => 13,  153 => 8,  142 => 0,  132 => 6,  121 => 0,  111 => 5,  91 => 4,  80 => 0,  70 => 3,  59 => 1,  57 => 11,  55 => 10,  42 => 1,);
    }

    public function getSourceContext()
    {
        return new Source("{% extends 'admin/layout.html.twig' %}

{% block body_id 'admin_intervention_show' %}
{% block style_container %}padding:0;{% endblock %}
{% block body_class ' bg-grey' %}
{% block header_style ' margin-bottom:0 !important;' %}

{% block title %} Intervention : {{ intervention.id }}{% if intervention.equipement and intervention.equipement.clientSouscripteur %} - {{ intervention.equipement.clientSouscripteur.nom }}{% endif %} {% endblock %}

{% set equipement = intervention.equipement %}
{% set client = equipement ? equipement.clientSouscripteur : null %}

{% block main %}
    {% if client %}
    <div class=\"d-flex  bg-white w-100\" style=\"z-index: 1000; border-top:5px solid white;\">
        <div class=\"d-flex bg-primary position-relative pt-2 ps-2 ms-1 pe-2 justify-content-between\" style=\"flex-grow:1;\">
            <div>
                <div class=\"d-flex align-items-center mb-2\" style=\"width: 205px;\">
                    <label class=\"white me-2 col-form-label control-label title-700\" for=\"agent_site\" style=\"font-family: Lato; font-weight: 400; font-style: normal; font-size: 14px; line-height: 100%; letter-spacing: 0%; vertical-align: middle;\">Intervention</label>
                    <span class=\"color-vert-link fw-600 title-700\" style=\"font-size:14px;margin-left: auto; font-family: Lato; font-weight: 400; font-style: normal; line-height: 100%; letter-spacing: 0%; vertical-align: middle;\">
                        {{ intervention.getNumficheOracle ? intervention.getNumficheOracle : intervention.id }}
                    </span>
                </div>
                <div class=\"d-flex align-items-center\" style=\"width: 205px;\">
                    <label class=\"white me-2 col-form-label control-label\" for=\"agent_site\" style=\"font-family: Lato; font-weight: 400; font-style: normal; font-size: 14px; line-height: 100%; letter-spacing: 0%; vertical-align: middle;\">N°client</label>
                    <span class=\"color-vert-link fw-600\" style=\"font-size:14px;margin-left: auto; font-family: Lato; font-weight: 400; font-style: normal; line-height: 100%; letter-spacing: 0%; vertical-align: middle;\">
                        {{ client.getFormattedNumeroClient }}
                    </span>
                </div>
            </div>
            <div >
                <div class=\"d-flex flex-column justify-content-end pb-2 \">
                    <div class=\"input-group form-group\">
                        <label class=\"white me-2 col-form-label control-label\" style=\"width: 55px;\">Type</label>
                        <input type=\"text\" disabled class=\"form-control bg-grey\" style=\"width: 118px !important;flex: 0 1 auto;\" value=\"{{ client.typeClient ? client.typeClient.libelle : '' }}\">
                    </div>
                    <div class=\"input-group form-group pb-2 d-flex\">
                        <label class=\"white me-2 control-label align-self-center\" style=\"width:55px\">Catégorie</label>
                        <input type=\"text\" disabled class=\"form-control bg-grey\" style=\"width: 167px !important;flex:inherit\" value=\"{{ client.categoriePro ? client.categoriePro.libelle : '' }}\">
                    </div>
                    <div class=\"input-group form-group d-flex\" style=\"line-height: 14px;\">
                        <label class=\"white control-label\" for=\"client_entreprise\" style=\"width:64px\">Nom<br>entreprise</label>
                        <input type=\"text\" id=\"client_entreprise\" disabled name=\"client_entreprise\" class=\"form-control bg-grey\" value=\"{{ client.nomEntreprise }}\">
                    </div>
                </div>
            </div>
            <div class=\"d-flex flex-column\" >
                <div class=\"input-group form-group pb-2 d-flex\">
                    <label class=\"white me-3 control-label align-self-center\">Civilité</label>
                    <input type=\"text\" disabled class=\"form-control bg-grey\" style=\"width: 90px !important;flex: 0 1 auto;\" value=\"{{ client.etatCivil ? client.etatCivil.libelleCourt : '' }}\">
                </div>
                <div class=\"input-group form-group pb-2 d-flex\">
                    <label class=\"white me-2 control-label align-self-center\" for=\"agent_nom\" style=\"width:48px;\">Nom</label>
                    <input type=\"text\" id=\"agent_nom\" disabled name=\"souscripteur_nom\" style=\"max-width:166px;\" class=\"form-control bg-grey\" value=\"{{ client.nom }}\">
                </div>
                <div class=\"input-group form-group d-flex\">
                    <label class=\"white me-2 control-label align-self-center\" for=\"agent_prenom\" style=\"width:48px;\">Prénom</label>
                    <input type=\"text\" id=\"agent_prenom\" disabled name=\"souscripteur_prenom\" style=\"max-width:166px;\" class=\"form-control bg-grey\" value=\"{{ client.prenom }}\">
                </div>
            </div>
            <div >
                <div class=\"input-group form-group pb-2\">
                    <div class=\"d-flex\">
                        <i class=\"fa fa-lg fa-2x fa-home align-self-center white\" style=\"margin-left: -0.2rem; margin-right: 0.8rem;\"></i>
                        <div class=\"input-icons\" style=\"width:466px\">
                            <input type=\"text\" id=\"client_adresse_auto\" disabled name=\"client_adresse_auto\" class=\"form-control bg-grey\" value=\"{{ client.adresse }}\">
                        </div>
                    </div>
                </div>
                <div class=\"\" style=\"position:relative\">
                    <span class=\"icon-phone-rotary white\" style=\"position: absolute;\">{{ source('@public_path'~asset('build/images/phone-rotary.svg')) }}</span>
                    <ul class=\"collection d-flex\" style=\"margin-bottom: 0rem;margin-left:7px;gap: 0.6rem;\">
                        {% for i in 1..3 %}
                            <li>
                                {% set clientTel = client.clientTels.get(i-1) %}
                                {% if clientTel %}
                                    <input type=\"text\" disabled class=\"form-control bg-grey\" value=\"{{ clientTel.numTel }}\" style=\"width:150px\">
                                    {% if clientTel.commentaireTel %}
                                        <i class=\"fa collection-info fa-info-circle\"></i>
                                        <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>
                <div class=\"d-flex\">
                    <div><i class=\"fa fa-envelope align-self-center white\" style=\"font-size: 1.7em;\"></i></div>
                    <div>
                        <ul class=\"collection\" style=\"margin-bottom: 0;width:481px;padding-left:11px;\">
                            <li style=\"position:relative;width:310px;\">
                                {% set clientEmail = client.ClientEmails.get(0) %}
                                {% if clientEmail %}
                                    <input type=\"email\" disabled class=\"form-control bg-grey\" value=\"{{ clientEmail.email }}\" style=\"width:310px\">
                                    {% if clientEmail.commentaireEmail %}
                                        <i class=\"fa collection-info fa-info-circle\"></i>
                                        <div class=\"info-tooltip\">{{ clientEmail.commentaireEmail }}</div>
                                    {% endif %}
                                {% else %}
                                    <input type=\"email\" disabled class=\"form-control bg-grey\" value=\"\" style=\"width:310px\">
                                {% endif %}
                            </li>
                        </ul>
                    </div>
                </div>
            </div>
            {% if equipement and equipement.getClientAncienSouscripteur %}
                <div class=\"mt-1 position-absolute\" style=\"font-size:12px;bottom: 0;font-style:italic;left:200px;\">Ancien souscripteur: {{ equipement.getClientAncienSouscripteur }} ({{ equipement.getDateAncienSouscripteur|date('d/m/Y') }})</div>
            {% endif %}
        </div>
    </div>
    {% endif %}

    {# Fiche intervention complète en lecture seule sous le bandeau souscripteur #}
    <div class=\"mt-2\">
        {{ include('intervention/_fiche_intervention_readonly.html.twig') }}
    </div>

{% endblock %}

{% block popup %}
    {% if client %}
        {% if client.typeClient and client.typeClient.id == 2 %}
            {% set pro = client %}
            {{ include('clients/_popup_impot.html.twig') }}
        {% endif %}
        {% if client.getClientTutelle %}
            {% set tuteur = client.getClientTutelle %}
            {{ include('clients/_popup_tuteur.html.twig') }}
        {% endif %}
    {% endif %}
    {% set utilisateur = equipement ? equipement.getClientUtilisateur : null %}
    {% if utilisateur and utilisateur != equipement.clientSouscripteur %}
        {% if utilisateur.typeClient and utilisateur.typeClient.id == 2 %}
            {% set pro = utilisateur %}
            {{ include('clients/_popup_impot.html.twig') }}
        {% endif %}
        {% if utilisateur.getClientTutelle %}
            {% set tuteur = utilisateur.getClientTutelle %}
            {{ include('clients/_popup_tuteur.html.twig') }}
        {% endif %}
    {% endif %}
    {% set payeur_tiers = intervention ? intervention.getClientPayeurTiers : null %}
    {% if payeur_tiers %}
        {% if payeur_tiers.typeClient and payeur_tiers.typeClient.id == 2 %}
            {% set pro = payeur_tiers %}
            {{ include('clients/_popup_impot.html.twig') }}
        {% endif %}
        {% if payeur_tiers.getClientTutelle %}
            {% set tuteur = payeur_tiers.getClientTutelle %}
            {{ include('clients/_popup_tuteur.html.twig') }}
        {% endif %}
    {% endif %}
    {{ include('intervention/_popup_history_planification.html.twig') }}
{% endblock %}

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