var/cache/dev/twig/8a/8af610707c874cbfd21921ea04d748528f01f45175df61375b92c1fc144b8bac.php line 43

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. /* annuaires/repreneurs/repreneurs_recherche.html.twig */
  15. class __TwigTemplate_b9d64ae9d0c2d3a0a1e231a3856c58188c8f2f1b91d352537e2d1581b2c4270b extends Template
  16. {
  17.     private $source;
  18.     private $macros = [];
  19.     public function __construct(Environment $env)
  20.     {
  21.         parent::__construct($env);
  22.         $this->source $this->getSourceContext();
  23.         $this->blocks = [
  24.             'title' => [$this'block_title'],
  25.             'description' => [$this'block_description'],
  26.             'stylesheets' => [$this'block_stylesheets'],
  27.             'body' => [$this'block_body'],
  28.             'javascripts' => [$this'block_javascripts'],
  29.         ];
  30.     }
  31.     protected function doGetParent(array $context)
  32.     {
  33.         // line 1
  34.         return "base.html.twig";
  35.     }
  36.     protected function doDisplay(array $context, array $blocks = [])
  37.     {
  38.         $macros $this->macros;
  39.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  40.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""annuaires/repreneurs/repreneurs_recherche.html.twig"));
  41.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  42.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""annuaires/repreneurs/repreneurs_recherche.html.twig"));
  43.         $this->parent $this->loadTemplate("base.html.twig""annuaires/repreneurs/repreneurs_recherche.html.twig"1);
  44.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  47.         
  48.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  49.     }
  50.     // line 3
  51.     public function block_title($context, array $blocks = [])
  52.     {
  53.         $macros $this->macros;
  54.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  55.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  57.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  58.         // line 4
  59.         yield "<title>";
  60.         yield $this->extensions['App\Twig\TranslationExtension']->translate("annuaire des repreneurs d'entreprise", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'4$this->source); })()), """M");
  61.         yield "</title>
  62. ";
  63.         
  64.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  65.         
  66.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  67.         return; yield '';
  68.     }
  69.     // line 7
  70.     public function block_description($context, array $blocks = [])
  71.     {
  72.         $macros $this->macros;
  73.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  74.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description"));
  75.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  76.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description"));
  77.         // line 8
  78.         yield "<meta name=\"description\" content=\"";
  79.         yield $this->extensions['App\Twig\TranslationExtension']->translate("consultez les derniers CV déposés par les repreneurs d'entreprise sur FUSACQ", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'8$this->source); })()), """M");
  80.         yield "\">
  81. ";
  82.         
  83.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  84.         
  85.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  86.         return; yield '';
  87.     }
  88.     // line 11
  89.     public function block_stylesheets($context, array $blocks = [])
  90.     {
  91.         $macros $this->macros;
  92.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  93.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  94.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  95.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  96.         // line 12
  97.         yield "
  98.     <link rel=\"stylesheet\" href=\"";
  99.         // line 13
  100.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/css/annuaires/repreneurs/repreneurs_recherche.css"), "html"nulltrue);
  101.         yield "\">
  102.     ";
  103.         // line 15
  104.         yield from $this->yieldParentBlock("stylesheets"$context$blocks);
  105.         yield "
  106.     ";
  107.         // line 19
  108.         yield "    <link rel=\"stylesheet\" href=\"";
  109.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/css/lib/styles.less"), "html"nulltrue);
  110.         yield "\">
  111.     <script src=\"https://cdn.jsdelivr.net/npm/less@4.1.1\"></script>
  112. ";
  113.         
  114.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  115.         
  116.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  117.         return; yield '';
  118.     }
  119.     // line 24
  120.     public function block_body($context, array $blocks = [])
  121.     {
  122.         $macros $this->macros;
  123.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  124.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  125.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  126.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  127.         // line 25
  128.         yield "
  129.     ";
  130.         // line 26
  131.         yield from         $this->loadTemplate("assets/assets_vuejs.html.twig""annuaires/repreneurs/repreneurs_recherche.html.twig"26)->unwrap()->yield($context);
  132.         // line 27
  133.         yield "
  134.     <!-- Menu  -->
  135.     ";
  136.         // line 29
  137.         yield Twig\Extension\CoreExtension::spaceless($this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi"Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\CoreController::menu", ["lang" =>         // line 31
  138. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'31$this->source); })()), "currentRoute" =>         // line 32
  139. (isset($context["currentRoute"]) || array_key_exists("currentRoute"$context) ? $context["currentRoute"] : (function () { throw new RuntimeError('Variable "currentRoute" does not exist.'32$this->source); })()), "codePays" =>         // line 33
  140. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'33$this->source); })())])));
  141.         // line 34
  142.         yield "
  143.     <!-- Menu  -->
  144.     <!-- Publicité  -->
  145.     ";
  146.         // line 38
  147.         yield from         $this->loadTemplate("includes/publicite.html.twig""annuaires/repreneurs/repreneurs_recherche.html.twig"38)->unwrap()->yield($context);
  148.         // line 39
  149.         yield "    <!-- Publicité  -->
  150.     <div class=\"container\" id=\"app\">
  151.         <div class=\"row\">
  152.             <!--COLONNE GAUCHE -->
  153.             ";
  154.         // line 44
  155.         yield from         $this->loadTemplate("includes/colonnes_gauche.html.twig""annuaires/repreneurs/repreneurs_recherche.html.twig"44)->unwrap()->yield($context);
  156.         // line 45
  157.         yield "            <!--FIN COLONNE GAUCHE -->
  158.             <!--COLONNE DROITE -->
  159.             <div class=\"col-12 col-lg-9 bkg_blanc\">
  160.                 <!-- ARIANE -->
  161.                 <nav aria-label=\"breadcrumb\" class=\"d-none d-sm-block\">
  162.                     <ol class=\"breadcrumb\">
  163.                         <li class=\"breadcrumb-item\">
  164.                             <a href=\"";
  165.         // line 54
  166.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("index", ["codePays" => (isset($context["codePays"]) || array_key_exists("codePays"$context) ? $context["codePays"] : (function () { throw new RuntimeError('Variable "codePays" does not exist.'54$this->source); })())]), "html"nulltrue);
  167.         yield "\"> ";
  168.         yield $this->extensions['App\Twig\TranslationExtension']->translate("accueil", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'54$this->source); })()), """M");
  169.         yield "</a>
  170.                         </li>
  171.                         <li class=\"breadcrumb-item\">
  172.                             <a href=\"";
  173.         // line 57
  174.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("annuaires_index", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'57$this->source); })())]), "html"nulltrue);
  175.         yield "\">
  176.                                 ";
  177.         // line 58
  178.         yield $this->extensions['App\Twig\TranslationExtension']->translate("annuaires", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'58$this->source); })()), """M");
  179.         yield "
  180.                             </a>
  181.                         </li>
  182.                         <li aria-current=\"page\" class=\"breadcrumb-item active\">
  183.                             ";
  184.         // line 62
  185.         yield $this->extensions['App\Twig\TranslationExtension']->translate("annuaire des repreneurs", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'62$this->source); })()), """M");
  186.         yield "
  187.                         </li>
  188.                     </ol>
  189.                 </nav>
  190.                 <!-- FIN ARIANE -->
  191.                 <div class=\"row\">
  192.                     <div class=\"col-12\">
  193.                         <div class=\"ml-5 my-2\">
  194.                             <a href=\"";
  195.         // line 72
  196.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("annuaires_repreneurs_recherche", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'72$this->source); })())]), "html"nulltrue);
  197.         yield "\">
  198.                                 <img src=\"/build/img/index_annuaire/logo_annu_repreneurs.png\"
  199.                                      alt=\"\" class=\"img-fluid\">
  200.                             </a>
  201.                         </div>
  202.                     </div>
  203.                 </div>
  204.                 <!--2 BOUTONS-->
  205.                 <div class=\"row mt-3 mb-3\">
  206.                     <div class=\"col-12 pt-2 mb-4 text-right\">
  207.                         <a href=\"";
  208.         // line 83
  209.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("compte_cv_repreneur", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'83$this->source); })())]), "html"nulltrue);
  210.         yield "\" title=\"";
  211.         yield $this->extensions['App\Twig\TranslationExtension']->translate("deposez gratuitement votre cv", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'83$this->source); })()), """M");
  212.         yield "\">
  213.                             <button  class=\"button-rond\">
  214.                                 ";
  215.         // line 85
  216.         yield $this->extensions['App\Twig\TranslationExtension']->translate("deposez gratuitement votre cv", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'85$this->source); })()), """M");
  217.         yield "
  218.                             </button>
  219.                         </a>
  220.                         &nbsp;
  221.                         
  222.                     </div>
  223.                 </div>
  224.                 <!--2 BOUTONS-->
  225.                 <!-- titre bloc a la une -->
  226.                 ";
  227.         // line 98
  228.         if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["CVsRepreneursPrioritaire"]) || array_key_exists("CVsRepreneursPrioritaire"$context) ? $context["CVsRepreneursPrioritaire"] : (function () { throw new RuntimeError('Variable "CVsRepreneursPrioritaire" does not exist.'98$this->source); })())), 0))) {
  229.             // line 99
  230.             yield "                    <div class=\"col-12 pt-3 ml-2\">
  231.                         <span class=\"titre_annonce_alaune\">
  232.                             ";
  233.             // line 101
  234.             yield $this->extensions['App\Twig\TranslationExtension']->translate("profils a la une pour votre recherche", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'101$this->source); })()), """M");
  235.             yield "
  236.                         </span>
  237.                     </div>
  238.                 ";
  239.         }
  240.         // line 105
  241.         yield "                <!-- titre bloc a la une -->
  242.                 <!-- cv liste  a la une -->
  243.                 ";
  244.         // line 108
  245.         if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["CVsRepreneursPrioritaire"]) || array_key_exists("CVsRepreneursPrioritaire"$context) ? $context["CVsRepreneursPrioritaire"] : (function () { throw new RuntimeError('Variable "CVsRepreneursPrioritaire" does not exist.'108$this->source); })())), 0))) {
  246.             // line 109
  247.             yield "                    ";
  248.             $context['_parent'] = $context;
  249.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["CVsRepreneursPrioritaire"]) || array_key_exists("CVsRepreneursPrioritaire"$context) ? $context["CVsRepreneursPrioritaire"] : (function () { throw new RuntimeError('Variable "CVsRepreneursPrioritaire" does not exist.'109$this->source); })()));
  250.             foreach ($context['_seq'] as $context["k"] => $context["CVPrioritaire"]) {
  251.                 // line 110
  252.                 yield "                        <div class=\"row\"   v-if=\"number_cv_a_la_une>=";
  253.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["k"] + 1), "html"nulltrue);
  254.                 yield "\"   v-cloak>
  255.                             <div class=\"col-12\">
  256.                                 <div class=\"card mb-3 card-ie filet_gris card-alaune \" >
  257.                                     <div class=\"card-body\">
  258.                                         <div class=\"row\">
  259.                                             <div class=\"col-12 col-md-8 col-lg-9 col-xl-10\">
  260.                                                 <div>
  261.                                                     ";
  262.                 // line 119
  263.                 $context["lienRepreneurCVPrioritaireDetails"] = $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("repreneur_cv_detail", ["idRepreneur" => CoreExtension::getAttribute($this->env$this->source,                 // line 121
  264. $context["CVPrioritaire"], "idRepreneur", [], "any"falsefalsefalse121), "titreslug" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->source,                 // line 122
  265. $context["CVPrioritaire"], "titreSocieteRecherchee", [], "any"falsefalsefalse122)), "codePays" =>                 // line 123
  266. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'123$this->source); })())]);
  267.                 // line 125
  268.                 yield "
  269.                                                     <a href=\"";
  270.                 // line 126
  271.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lienRepreneurCVPrioritaireDetails"]) || array_key_exists("lienRepreneurCVPrioritaireDetails"$context) ? $context["lienRepreneurCVPrioritaireDetails"] : (function () { throw new RuntimeError('Variable "lienRepreneurCVPrioritaireDetails" does not exist.'126$this->source); })()), "html"nulltrue);
  272.                 yield "\" >
  273.                                                         <h5 class=\"titre_annonce\">
  274.                                                             ";
  275.                 // line 128
  276.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["CVPrioritaire"], "titreSocieteRecherchee", [], "any"falsefalsefalse128), "html"nulltrue);
  277.                 yield "
  278.                                                         </h5>
  279.                                                     </a>
  280.                                                 </div>
  281.                                                 <div class=\"mb-1\">
  282.                                                     ";
  283.                 // line 133
  284.                 yield $this->extensions['App\Twig\TranslationExtension']->translate("recherche par", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'133$this->source); })()), """M");
  285.                 yield " :
  286.                                                     <span class=\"nowrap_custom\">
  287.                                                         <strong>";
  288.                 // line 135
  289.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["CVPrioritaire"], "titreProfil", [], "any"falsefalsefalse135), "html"nulltrue);
  290.                 yield "</strong></span><br>
  291.                                                     <span class=\"nowrap_custom\">
  292.                                                         ";
  293.                 // line 137
  294.                 yield $this->extensions['App\Twig\TranslationExtension']->translate("n° du profil", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'137$this->source); })()), """M");
  295.                 yield "  :
  296.                                                         <strong>";
  297.                 // line 138
  298.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["CVPrioritaire"], "idRepreneur", [], "any"falsefalsefalse138), "html"nulltrue);
  299.                 yield "</strong></span>
  300.                                                     &nbsp;&nbsp;&nbsp;
  301.                                                     <span class=\"nowrap_custom\">
  302.                                                         ";
  303.                 // line 141
  304.                 yield $this->extensions['App\Twig\TranslationExtension']->translate("age", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'141$this->source); })()), """M");
  305.                 yield "  : <strong>";
  306.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["CVPrioritaire"], "age", [], "any"falsefalsefalse141), "html"nulltrue);
  307.                 yield " ";
  308.                 yield $this->extensions['App\Twig\TranslationExtension']->translate("ans", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'141$this->source); })()), """M");
  309.                 yield "</strong>
  310.                                                     </span>&nbsp;&nbsp;&nbsp;
  311.                                                     <span class=\"nowrap_custom\">
  312.                                                         ";
  313.                 // line 144
  314.                 yield $this->extensions['App\Twig\TranslationExtension']->translate("apport", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'144$this->source); })()), """M");
  315.                 yield "  : <strong>";
  316.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TextExtension']->montant(CoreExtension::getAttribute($this->env$this->source$context["CVPrioritaire"], "montantApport", [], "any"falsefalsefalse144)), "html"nulltrue);
  317.                 yield " k€</strong>
  318.                                                     </span>&nbsp;&nbsp;&nbsp;
  319.                                                     <i class=\"fas fa-map-marker-alt\"></i>&nbsp;
  320.                                                     ";
  321.                 // line 147
  322.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["CVPrioritaire"], "ville", [], "any"falsefalsefalse147), "html"nulltrue);
  323.                 yield "
  324.                                                 </div>
  325.                                             </div>
  326.                                             <div id=\"cartes\" class=\"col-12 col-md-4 col-lg-3 col-xl-2\">
  327.                                                 <div class=\"row\">
  328.                                                     <div class=\"col-4 col-md-12 text-center\">
  329.                                                         <a href=\"javascript:void(0)\" target=\"_blank\" title=\"\">
  330.                                                             ";
  331.                 // line 154
  332.                 if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["CVPrioritaire"], "cartes", [], "any"falsefalsefalse154), "id_localisation_by_country", [], "any"falsefalsefalse154)), 1))) {
  333.                     // line 155
  334.                     yield "                                                                ";
  335.                     if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::first($this->env->getCharset(), Twig\Extension\CoreExtension::keys(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["CVPrioritaire"], "cartes", [], "any"falsefalsefalse155), "id_localisation_by_country", [], "any"falsefalsefalse155))), "33"))) {
  336.                         // line 156
  337.                         yield "                                                                    <img class=\"img-fluid\"
  338.                                                                          id='absolute_index_1'
  339.                                                                          src=\"";
  340.                         // line 158
  341.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'158$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse158), "html"nulltrue);
  342.                         yield "/static/help-fusacq/fr/images/cartes/fond/33/33_fond_monde.png\"
  343.                                                                          alt=\"France\">
  344.                                                                     ";
  345.                         // line 161
  346.                         $context['_parent'] = $context;
  347.                         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["CVPrioritaire"], "cartes", [], "any"falsefalsefalse161), "id_localisation_by_country", [], "any"falsefalsefalse161), 33, [], "any"falsefalsefalse161));
  348.                         foreach ($context['_seq'] as $context["k"] => $context["carte"]) {
  349.                             // line 162
  350.                             yield "                                                                        <img class=\"img-fluid\"
  351.                                                                              id='absolute_index_2'
  352.                                                                              src=\"";
  353.                             // line 164
  354.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'164$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse164), "html"nulltrue);
  355.                             yield "/static/help-fusacq/fr/images/cartes/fond/33/";
  356.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["carte"], "html"nulltrue);
  357.                             yield ".png\"
  358.                                                                              alt=\"France\">
  359.                                                                     ";
  360.                         }
  361.                         $_parent $context['_parent'];
  362.                         unset($context['_seq'], $context['_iterated'], $context['k'], $context['carte'], $context['_parent'], $context['loop']);
  363.                         $context array_intersect_key($context$_parent) + $_parent;
  364.                         // line 167
  365.                         yield "                                                                ";
  366.                     }
  367.                     // line 168
  368.                     yield "
  369.                                                                 ";
  370.                     // line 169
  371.                     if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::first($this->env->getCharset(), Twig\Extension\CoreExtension::keys(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["CVPrioritaire"], "cartes", [], "any"falsefalsefalse169), "id_localisation_by_country", [], "any"falsefalsefalse169))), "41"))) {
  372.                         // line 170
  373.                         yield "                                                                    ";
  374.                         if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["CVPrioritaire"], "cartes", [], "any"falsefalsefalse170), "id_localisation_by_country", [], "any"falsefalsefalse170), 41, [], "any"falsefalsefalse170)), 1))) {
  375.                             // line 171
  376.                             yield "                                                                        <img class=\"img-fluid\"
  377.                                                                              id='absolute_index_2'
  378.                                                                              src=\"";
  379.                             // line 173
  380.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'173$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse173), "html"nulltrue);
  381.                             yield "/static/help-fusacq/fr/images/cartes/pays/41/";
  382.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::first($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["CVPrioritaire"], "cartes", [], "any"falsefalsefalse173), "id_localisation_by_country", [], "any"falsefalsefalse173), 41, [], "any"falsefalsefalse173)), "html"nulltrue);
  383.                             yield ".png\"
  384.                                                                              alt=\"Suisse\">
  385.                                                                     ";
  386.                         } else {
  387.                             // line 176
  388.                             yield "                                                                        <img class=\"img-fluid\"
  389.                                                                              id='absolute_index_2'
  390.                                                                              src=\"";
  391.                             // line 178
  392.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'178$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse178), "html"nulltrue);
  393.                             yield "/static/help-fusacq/fr/images/cartes/pays/41/41_transparent.png\"
  394.                                                                              alt=\"Suisse\">
  395.                                                                     ";
  396.                         }
  397.                         // line 181
  398.                         yield "                                                                ";
  399.                     }
  400.                     // line 182
  401.                     yield "
  402.                                                                 ";
  403.                     // line 183
  404.                     if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::first($this->env->getCharset(), Twig\Extension\CoreExtension::keys(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["CVPrioritaire"], "cartes", [], "any"falsefalsefalse183), "id_localisation_by_country", [], "any"falsefalsefalse183))), "01"))) {
  405.                         // line 184
  406.                         yield "                                                                    ";
  407.                         if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["CVPrioritaire"], "cartes", [], "any"falsefalsefalse184), "id_localisation_by_country", [], "any"falsefalsefalse184), "01", [], "array"falsefalsefalse184)), 1))) {
  408.                             // line 185
  409.                             yield "                                                                        <img class=\"img-fluid\"
  410.                                                                              id='absolute_index_2'
  411.                                                                              src=\"";
  412.                             // line 187
  413.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'187$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse187), "html"nulltrue);
  414.                             yield "/static/help-fusacq/fr/images/cartes/pays/01/";
  415.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::first($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["CVPrioritaire"], "cartes", [], "any"falsefalsefalse187), "id_localisation_by_country", [], "any"falsefalsefalse187), "01", [], "array"falsefalsefalse187)), "html"nulltrue);
  416.                             yield ".png\"
  417.                                                                              alt=\"Canada\">
  418.                                                                     ";
  419.                         } else {
  420.                             // line 190
  421.                             yield "                                                                        <img class=\"img-fluid\"
  422.                                                                              id='absolute_index_2'
  423.                                                                              src=\"";
  424.                             // line 192
  425.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'192$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse192), "html"nulltrue);
  426.                             yield "/static/help-fusacq/fr/images/cartes/pays/01/01_transparent.png\"
  427.                                                                              alt=\"Canada\">
  428.                                                                     ";
  429.                         }
  430.                         // line 195
  431.                         yield "                                                                ";
  432.                     }
  433.                     // line 196
  434.                     yield "
  435.                                                                 ";
  436.                     // line 197
  437.                     if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::first($this->env->getCharset(), Twig\Extension\CoreExtension::keys(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["CVPrioritaire"], "cartes", [], "any"falsefalsefalse197), "id_localisation_by_country", [], "any"falsefalsefalse197))), "32"))) {
  438.                         // line 198
  439.                         yield "                                                                    ";
  440.                         if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["CVPrioritaire"], "cartes", [], "any"falsefalsefalse198), "id_localisation_by_country", [], "any"falsefalsefalse198), 32, [], "any"falsefalsefalse198)), 1))) {
  441.                             // line 199
  442.                             yield "                                                                        <img class=\"img-fluid\"
  443.                                                                              id='absolute_index_2'
  444.                                                                              src=\"";
  445.                             // line 201
  446.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'201$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse201), "html"nulltrue);
  447.                             yield "/static/help-fusacq/fr/images/cartes/pays/32/";
  448.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::first($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["CVPrioritaire"], "cartes", [], "any"falsefalsefalse201), "id_localisation_by_country", [], "any"falsefalsefalse201), 32, [], "any"falsefalsefalse201)), "html"nulltrue);
  449.                             yield ".png\"
  450.                                                                              alt=\"Belgique\">
  451.                                                                     ";
  452.                         } else {
  453.                             // line 204
  454.                             yield "                                                                        <img class=\"img-fluid\"
  455.                                                                              id='absolute_index_2'
  456.                                                                              src=\"";
  457.                             // line 206
  458.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'206$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse206), "html"nulltrue);
  459.                             yield "/static/help-fusacq/fr/images/cartes/pays/32/32_transparent.png\"
  460.                                                                              alt=\"Belgique\">
  461.                                                                     ";
  462.                         }
  463.                         // line 209
  464.                         yield "                                                                ";
  465.                     }
  466.                     // line 210
  467.                     yield "                                                            ";
  468.                 }
  469.                 // line 211
  470.                 yield "
  471.                                                             ";
  472.                 // line 212
  473.                 if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["CVPrioritaire"], "cartes", [], "any"falsefalsefalse212), "id_localisation_by_country", [], "any"falsefalsefalse212)), 1))) {
  474.                     // line 213
  475.                     yield "                                                                ";
  476.                     if (CoreExtension::inFilter(33Twig\Extension\CoreExtension::keys(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["CVPrioritaire"], "cartes", [], "any"falsefalsefalse213), "id_localisation_by_country", [], "any"falsefalsefalse213)))) {
  477.                         // line 214
  478.                         yield "                                                                    <img class=\"img-fluid\"
  479.                                                                          id='absolute_index_1'
  480.                                                                          src=\"";
  481.                         // line 216
  482.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'216$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse216), "html"nulltrue);
  483.                         yield "/static/help-fusacq/fr/images/cartes/fond/33/33_fond_monde.png\"
  484.                                                                          alt=\"France\">
  485.                                                                     ";
  486.                         // line 219
  487.                         $context['_parent'] = $context;
  488.                         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["CVPrioritaire"], "cartes", [], "any"falsefalsefalse219), "id_localisation_by_country", [], "any"falsefalsefalse219), 33, [], "any"falsefalsefalse219));
  489.                         foreach ($context['_seq'] as $context["k"] => $context["carte"]) {
  490.                             // line 220
  491.                             yield "                                                                        <img class=\"img-fluid\"
  492.                                                                              id='absolute_index_2'
  493.                                                                              src=\"";
  494.                             // line 222
  495.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'222$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse222), "html"nulltrue);
  496.                             yield "/static/help-fusacq/fr/images/cartes/fond/33/";
  497.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["carte"], "html"nulltrue);
  498.                             yield ".png\"
  499.                                                                              alt=\"France\">
  500.                                                                     ";
  501.                         }
  502.                         $_parent $context['_parent'];
  503.                         unset($context['_seq'], $context['_iterated'], $context['k'], $context['carte'], $context['_parent'], $context['loop']);
  504.                         $context array_intersect_key($context$_parent) + $_parent;
  505.                         // line 225
  506.                         yield "                                                                    <img class=\"img-fluid\"
  507.                                                                          id='absolute_index_2'
  508.                                                                          src=\"";
  509.                         // line 227
  510.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'227$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse227), "html"nulltrue);
  511.                         yield "/static/help-fusacq/fr/images/cartes/fond/33/monde.png\"
  512.                                                                          alt=\"Monde\">
  513.                                                                 ";
  514.                     }
  515.                     // line 230
  516.                     yield "                                                                ";
  517.                     if (!CoreExtension::inFilter(33Twig\Extension\CoreExtension::keys(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["CVPrioritaire"], "cartes", [], "any"falsefalsefalse230), "id_localisation_by_country", [], "any"falsefalsefalse230)))) {
  518.                         // line 231
  519.                         yield "                                                                    <img class=\"img-fluid\"
  520.                                                                          id='absolute_index_2'
  521.                                                                          src=\"";
  522.                         // line 233
  523.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'233$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse233), "html"nulltrue);
  524.                         yield "/static/help-fusacq/fr/images/cartes/pays/monde_transparent.png\"
  525.                                                                          alt=\"Monde\">
  526.                                                                 ";
  527.                     }
  528.                     // line 236
  529.                     yield "                                                            ";
  530.                 }
  531.                 // line 237
  532.                 yield "                                                        </a>
  533.                                                     </div>
  534.                                                 </div>
  535.                                             </div>
  536.                                             <div class=\"col-4 col-md-4 col-lg-4 mt-2\">
  537.                                                 <a href=\"";
  538.                 // line 242
  539.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lienRepreneurCVPrioritaireDetails"]) || array_key_exists("lienRepreneurCVPrioritaireDetails"$context) ? $context["lienRepreneurCVPrioritaireDetails"] : (function () { throw new RuntimeError('Variable "lienRepreneurCVPrioritaireDetails" does not exist.'242$this->source); })()), "html"nulltrue);
  540.                 yield "\" title=\"\">
  541.                                                     <button type=\"button\" class=\"btn btn-bleu-annonce\">
  542.                                                         ";
  543.                 // line 244
  544.                 yield $this->extensions['App\Twig\TranslationExtension']->translate("Voir les détails", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'244$this->source); })()), """M");
  545.                 yield "
  546.                                                     </button>
  547.                                                 </a>
  548.                                             </div>
  549.                                         </div>
  550.                                     </div>
  551.                                 </div>
  552.                             </div>
  553.                         </div>
  554.                     ";
  555.             }
  556.             $_parent $context['_parent'];
  557.             unset($context['_seq'], $context['_iterated'], $context['k'], $context['CVPrioritaire'], $context['_parent'], $context['loop']);
  558.             $context array_intersect_key($context$_parent) + $_parent;
  559.             // line 255
  560.             yield "                ";
  561.         }
  562.         // line 256
  563.         yield "                <!-- cv liste  a la une -->
  564.                 <!--  BOUTON plus a la une -->
  565.                 ";
  566.         // line 259
  567.         if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["CVsRepreneursPrioritaire"]) || array_key_exists("CVsRepreneursPrioritaire"$context) ? $context["CVsRepreneursPrioritaire"] : (function () { throw new RuntimeError('Variable "CVsRepreneursPrioritaire" does not exist.'259$this->source); })())), 1))) {
  568.             // line 260
  569.             yield "
  570.                     <Transition name=\"slide-fade\">
  571.                         <div class=\"col-12 pt-1 mb-5 text-center\"  v-if=\"number_cv_a_la_une < ";
  572.             // line 263
  573.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["CVsRepreneursPrioritaire"]) || array_key_exists("CVsRepreneursPrioritaire"$context) ? $context["CVsRepreneursPrioritaire"] : (function () { throw new RuntimeError('Variable "CVsRepreneursPrioritaire" does not exist.'263$this->source); })())), "html"nulltrue);
  574.             yield "\" v-cloak>
  575.                             <a  @click=\"plusDeCVaLaUne\" href=\"javascript:void(0)\" class=\"text-decoration-none\" title=\"";
  576.             // line 264
  577.             yield $this->extensions['App\Twig\TranslationExtension']->translate("plus d'annonces a la une", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'264$this->source); })()), """M");
  578.             yield "\">
  579.                                 <button type=\"submit\" class=\"btn btn-orange\">
  580.                                     ";
  581.             // line 266
  582.             yield $this->extensions['App\Twig\TranslationExtension']->translate("plus de profils a la une", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'266$this->source); })()), """M");
  583.             yield "
  584.                                 </button>
  585.                             </a>
  586.                         </div>
  587.                     </Transition>
  588.                 ";
  589.         }
  590.         // line 272
  591.         yield "                <!--  BOUTON plus a la une -->
  592.                 ";
  593.         // line 281
  594.         yield         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'281$this->source); })()), 'form_start', ["attr" => ["id" => ""]]);
  595.         yield "
  596.                 <div class=\"row\">
  597.                     <div class=\"col-10 offset-1\">
  598.                         <div class=\"card mb-3 no_shadow\" id=\"background_gris_clair\">
  599.                             <div class=\"row\" >
  600.                                 <div class=\"col-12 ml-3 my-3\">
  601.                                     <span class=\"fs13\">
  602.                                         ";
  603.         // line 288
  604.         yield $this->extensions['App\Twig\TranslationExtension']->translate("trouvez les repreneurs correspondant aux criteres suivants", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'288$this->source); })()), """M");
  605.         yield "
  606.                                     </span>
  607.                                 </div>
  608.                                 <!-- Pays  -->
  609.                                 <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  610.                                     ";
  611.         // line 294
  612.         yield $this->extensions['App\Twig\TranslationExtension']->translate("pays", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'294$this->source); })()), """M");
  613.         yield "
  614.                                 </div>
  615.                                 <div class=\"col-8 col-lg-5 mb-3 input-group\" >
  616.                                     ";
  617.         // line 298
  618.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'298$this->source); })()), "id_pays", [], "any"falsefalsefalse298), 'widget');
  619.         yield "
  620.                                 </div >
  621.                                 <!-- Pays  -->
  622.                                 <!-- Région  -->
  623.                                 <Transition name=\"slide-fade\">
  624.                                     <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\" v-if=\"display_regions\" v-cloak>
  625.                                         ";
  626.         // line 305
  627.         yield $this->extensions['App\Twig\TranslationExtension']->translate("region", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'305$this->source); })()), """M");
  628.         yield "
  629.                                     </div>
  630.                                 </Transition>
  631.                                 <Transition name=\"slide-fade\">
  632.                                     <div class=\"col-8 col-lg-5 mb-3 input-group\" v-if=\"display_regions\" v-cloak>
  633.                                         ";
  634.         // line 311
  635.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'311$this->source); })()), "id_region", [], "any"falsefalsefalse311), 'widget');
  636.         yield "
  637.                                     </div>
  638.                                 </Transition>
  639.                                 <!-- Région  -->
  640.                                 <!-- Département  -->
  641.                                 <Transition name=\"slide-fade\">
  642.                                     <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\" v-if=\"display_departements\" v-cloak>
  643.                                         ";
  644.         // line 319
  645.         yield $this->extensions['App\Twig\TranslationExtension']->translate("departement", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'319$this->source); })()), """M");
  646.         yield "
  647.                                     </div>
  648.                                 </Transition>
  649.                                 <Transition name=\"slide-fade\">
  650.                                     <div class=\"col-8 col-lg-5 mb-3 input-group\" v-if=\"display_departements\" v-cloak>
  651.                                         ";
  652.         // line 325
  653.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'325$this->source); })()), "id_departement", [], "any"falsefalsefalse325), 'widget');
  654.         yield "
  655.                                     </div>
  656.                                 </Transition>
  657.                                 <!-- Département  -->
  658.                                 <!--  Secteur d'activité -->
  659.                                 <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  660.                                     ";
  661.         // line 332
  662.         yield $this->extensions['App\Twig\TranslationExtension']->translate("secteur d'activite", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'332$this->source); })()), """M");
  663.         yield "
  664.                                 </div>
  665.                                 <div class=\"col-8 col-lg-5 mb-3 input-group\" id=\" \">
  666.                                     ";
  667.         // line 336
  668.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'336$this->source); })()), "id_secteur_activite_recherche_1", [], "any"falsefalsefalse336), 'widget');
  669.         yield "
  670.                                 </div>
  671.                                 <!--  Secteur d'activité -->
  672.                                 <!--  Secteur niveau 2  -->
  673.                                 <Transition name=\"slide-fade\">
  674.                                     <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\"
  675.                                          v-if=\"display_secteur_activite_2\" v-cloak>
  676.                                         ";
  677.         // line 344
  678.         yield $this->extensions['App\Twig\TranslationExtension']->translate("secteur niveau 2", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'344$this->source); })()), """M");
  679.         yield "
  680.                                     </div>
  681.                                 </Transition>
  682.                                 <Transition name=\"slide-fade\">
  683.                                     <div class=\"col-8 col-lg-5 mb-3 input-group\" style=\" \"
  684.                                          v-if=\"display_secteur_activite_2\" v-cloak>
  685.                                         ";
  686.         // line 351
  687.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'351$this->source); })()), "id_secteur_activite_recherche_2", [], "any"falsefalsefalse351), 'widget');
  688.         yield "
  689.                                     </div>
  690.                                 </Transition>
  691.                                 <!--  Secteur niveau 2  -->
  692.                                 <!--  Secteur niveau 3  -->
  693.                                 <Transition name=\"slide-fade\">
  694.                                     <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\"
  695.                                          v-if=\"display_secteur_activite_3\" v-cloak>
  696.                                         ";
  697.         // line 360
  698.         yield $this->extensions['App\Twig\TranslationExtension']->translate("secteur niveau 3", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'360$this->source); })()), """M");
  699.         yield "
  700.                                     </div>
  701.                                 </Transition>
  702.                                 <Transition name=\"slide-fade\">
  703.                                     <div class=\"col-8 col-lg-5 mb-3 input-group\" style=\" \"
  704.                                          v-if=\"display_secteur_activite_3\" v-cloak>
  705.                                         ";
  706.         // line 367
  707.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'367$this->source); })()), "id_secteur_activite_recherche_3", [], "any"falsefalsefalse367), 'widget');
  708.         yield "
  709.                                     </div>
  710.                                 </Transition>
  711.                                 <!--  Secteur niveau 3  -->
  712.                                 <!--  Type reprise -->
  713.                                 <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  714.                                     ";
  715.         // line 375
  716.         yield $this->extensions['App\Twig\TranslationExtension']->translate("type reprise", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'375$this->source); })()), """M");
  717.         yield "
  718.                                 </div>
  719.                                 <div class=\"col-8 col-lg-5 mb-3 input-group\">
  720.                                     ";
  721.         // line 379
  722.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'379$this->source); })()), "type_reprise", [], "any"falsefalsefalse379), 'widget');
  723.         yield "
  724.                                 </div>
  725.                                 <!--  Type reprise -->
  726.                                 <!-- apport min -->
  727.                                 <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  728.                                     ";
  729.         // line 386
  730.         yield $this->extensions['App\Twig\TranslationExtension']->translate("apport min.", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'386$this->source); })()), """M");
  731.         yield "
  732.                                 </div>
  733.                                 <div class=\"col-8 col-lg-5 mb-3 input-group\">
  734.                                     ";
  735.         // line 390
  736.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'390$this->source); })()), "apport_min", [], "any"falsefalsefalse390), 'widget');
  737.         yield "
  738.                                 </div>
  739.                                 <!-- apport min -->
  740.                                 <!-- apport max -->
  741.                                 <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  742.                                     ";
  743.         // line 397
  744.         yield $this->extensions['App\Twig\TranslationExtension']->translate("apport max.", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'397$this->source); })()), """M");
  745.         yield "
  746.                                 </div>
  747.                                 <div class=\"col-8 col-lg-5 mb-3 input-group\">
  748.                                     ";
  749.         // line 401
  750.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'401$this->source); })()), "apport_max", [], "any"falsefalsefalse401), 'widget');
  751.         yield "
  752.                                 </div>
  753.                                 <!-- apport max -->
  754.                                 <!-- mots clés -->
  755.                                 <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  756.                                     ";
  757.         // line 408
  758.         yield $this->extensions['App\Twig\TranslationExtension']->translate("mots-cles", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'408$this->source); })()), """M");
  759.         yield "
  760.                                 </div>
  761.                                 <div class=\"col-8 col-lg-5 mb-3 input-group\">
  762.                                     ";
  763.         // line 412
  764.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'412$this->source); })()), "reference_mots_cles", [], "any"falsefalsefalse412), 'widget');
  765.         yield "
  766.                                 </div>
  767.                                 <!-- mots clés -->
  768.                                 <!-- mots exact -->
  769.                                 <div class=\"col-12 text-center my-4\">
  770.                                     <button aria-pressed=\"true\" autocomplete=\"off\" data-toggle=\"button\"
  771.                                             v-model=\"mots_cle_exact\"    @click=\"toggleMotCleExact(\$event)\"
  772.                                             name=\"mots_cle_exact\" type=\"button\"
  773.                                             class=\"btn btn-sm btn-toggle\"   :class=\"mots_cle_exact_style\" >
  774.                                         <div class=\"handle\"></div>
  775.                                     </button>
  776.                                     <small>
  777.                                         ";
  778.         // line 427
  779.         yield $this->extensions['App\Twig\TranslationExtension']->translate("mots cles exacts", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'427$this->source); })()), """M");
  780.         yield "
  781.                                     </small>
  782.                                     ";
  783.         // line 429
  784.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'429$this->source); })()), "mots_cle_exact", [], "any"falsefalsefalse429), 'widget');
  785.         yield "
  786.                                 </div>
  787.                                 <!-- mots exact -->
  788.                                 <!-- rechercher -->
  789.                                 <div class=\"col-12 text-center my-4\">
  790.                                     <a href=\"javascript:void(0)\" title=\"\">
  791.                                         <button type=\"submit\" class=\"button-rond\">
  792.                                             <span> ";
  793.         // line 438
  794.         yield $this->extensions['App\Twig\TranslationExtension']->translate("rechercher", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'438$this->source); })()), """M");
  795.         yield "</span>
  796.                                         </button>
  797.                                     </a>
  798.                                 </div>
  799.                                 <!-- rechercher -->
  800.                             </div>
  801.                         </div>
  802.                     </div>
  803.                 </div>
  804.                 ";
  805.         // line 449
  806.         yield         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'449$this->source); })()), 'form_end', ["render_rest" => false]);
  807.         yield "
  808.                 <div class=\"row mt-5\">
  809.                     <div class=\"col-12 mb-1 ml-3 mt-3\" >
  810.                         <span class=\"fs18 gris_666\">
  811.                             ";
  812.         // line 454
  813.         $context["p"] = "";
  814.         // line 455
  815.         yield "                            ";
  816.         if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source, (isset($context["CVsRepreneurs"]) || array_key_exists("CVsRepreneurs"$context) ? $context["CVsRepreneurs"] : (function () { throw new RuntimeError('Variable "CVsRepreneurs" does not exist.'455$this->source); })()), "getTotalItemCount", [], "any"falsefalsefalse455), 1))) {
  817.             // line 456
  818.             yield "                                ";
  819.             $context["p"] = "p";
  820.             // line 457
  821.             yield "                            ";
  822.         }
  823.         // line 458
  824.         yield "
  825.                             ";
  826.         // line 459
  827.         if ((isset($context["isResultatRecherche"]) || array_key_exists("isResultatRecherche"$context) ? $context["isResultatRecherche"] : (function () { throw new RuntimeError('Variable "isResultatRecherche" does not exist.'459$this->source); })())) {
  828.             // line 460
  829.             yield "                                ";
  830.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CVsRepreneurs"]) || array_key_exists("CVsRepreneurs"$context) ? $context["CVsRepreneurs"] : (function () { throw new RuntimeError('Variable "CVsRepreneurs" does not exist.'460$this->source); })()), "getTotalItemCount", [], "any"falsefalsefalse460), "html"nulltrue);
  831.             yield "  ";
  832.             yield $this->extensions['App\Twig\TranslationExtension']->translate("\$\$profil de repreneur correspond à votre recherche\$\${p|profils de repreneurs correspondent à votre recherche}", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'460$this->source); })()), """", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'460$this->source); })()));
  833.             yield "
  834.                             ";
  835.         } else {
  836.             // line 462
  837.             yield "                                ";
  838.             yield $this->extensions['App\Twig\TranslationExtension']->translate("derniers profils repreneurs", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'462$this->source); })()), """M");
  839.             yield "
  840.                             ";
  841.         }
  842.         // line 464
  843.         yield "
  844.                         </span >
  845.                     </div>
  846.                 </div>
  847.                 <!--PAGINATION-->
  848.                 <div class=\"row mt-3\" >
  849.                     <div class=\"col-sm-12\">
  850.                         <nav aria-label=\"...\">
  851.                             ";
  852.         // line 476
  853.         yield $this->extensions['Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension']->render($this->env, (isset($context["CVsRepreneurs"]) || array_key_exists("CVsRepreneurs"$context) ? $context["CVsRepreneurs"] : (function () { throw new RuntimeError('Variable "CVsRepreneurs" does not exist.'476$this->source); })()));
  854.         yield "
  855.                         </nav >
  856.                     </div>
  857.                 </div>
  858.                 <!--FIN PAGINATION-->
  859.                 <div class=\"row\" >
  860.                     <div class=\"col-12\">
  861.                         <!--ANNONCE 1-->
  862.                         ";
  863.         // line 484
  864.         $context['_parent'] = $context;
  865.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["CVsRepreneurs"]) || array_key_exists("CVsRepreneurs"$context) ? $context["CVsRepreneurs"] : (function () { throw new RuntimeError('Variable "CVsRepreneurs" does not exist.'484$this->source); })()));
  866.         foreach ($context['_seq'] as $context["index"] => $context["cvRepreneur"]) {
  867.             // line 485
  868.             yield "
  869.                             ";
  870.             // line 486
  871.             $context["lienRepreneurCvDetails"] = (($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("repreneur_cv_detail", ["idRepreneur" => CoreExtension::getAttribute($this->env$this->source,             // line 488
  872. $context["cvRepreneur"], "idRepreneur", [], "any"falsefalsefalse488), "titreslug" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->source,             // line 489
  873. $context["cvRepreneur"], "titreSocieteRecherchee", [], "any"falsefalsefalse489)), "codePays" =>             // line 490
  874. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'490$this->source); })())]) . "?index=") .             // line 491
  875. $context["index"]);
  876.             // line 493
  877.             yield "
  878.                             ";
  879.             // line 494
  880.             if (((array_key_exists("string_params"$context)) ? (Twig\Extension\CoreExtension::default((isset($context["string_params"]) || array_key_exists("string_params"$context) ? $context["string_params"] : (function () { throw new RuntimeError('Variable "string_params" does not exist.'494$this->source); })()))) : (""))) {
  881.                 // line 495
  882.                 yield "                                ";
  883.                 $context["lienRepreneurCvDetails"] = (((isset($context["lienRepreneurCvDetails"]) || array_key_exists("lienRepreneurCvDetails"$context) ? $context["lienRepreneurCvDetails"] : (function () { throw new RuntimeError('Variable "lienRepreneurCvDetails" does not exist.'495$this->source); })()) . "&") . (isset($context["string_params"]) || array_key_exists("string_params"$context) ? $context["string_params"] : (function () { throw new RuntimeError('Variable "string_params" does not exist.'495$this->source); })()));
  884.                 // line 496
  885.                 yield "                            ";
  886.             }
  887.             // line 497
  888.             yield "
  889.                             <div class=\"card mb-3 card-ie filet_gris\" >
  890.                                 <div class=\"card-body\">
  891.                                     <div class=\"row\">
  892.                                         <div class=\"col-12 col-md-8 col-lg-9 col-xl-10\">
  893.                                             <div>
  894.                                                 <a href=\"";
  895.             // line 503
  896.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lienRepreneurCvDetails"]) || array_key_exists("lienRepreneurCvDetails"$context) ? $context["lienRepreneurCvDetails"] : (function () { throw new RuntimeError('Variable "lienRepreneurCvDetails" does not exist.'503$this->source); })()), "html"nulltrue);
  897.             yield "\" >
  898.                                                     <h5 class=\"titre_annonce\">
  899.                                                         ";
  900.             // line 505
  901.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["cvRepreneur"], "titreSocieteRecherchee", [], "any"falsefalsefalse505), "html"nulltrue);
  902.             yield "
  903.                                                     </h5>
  904.                                                 </a>
  905.                                             </div>
  906.                                             <div class=\"mb-1\">
  907.                                                 ";
  908.             // line 510
  909.             yield $this->extensions['App\Twig\TranslationExtension']->translate("recherche par", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'510$this->source); })()), """M");
  910.             yield " :
  911.                                                 <span class=\"nowrap_custom\">
  912.                                                     <strong> ";
  913.             // line 512
  914.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["cvRepreneur"], "titreProfil", [], "any"falsefalsefalse512), "html"nulltrue);
  915.             yield "</strong>
  916.                                                 </span>
  917.                                                 <br>
  918.                                                 <span class=\"nowrap_custom\" >
  919.                                                     ";
  920.             // line 516
  921.             yield $this->extensions['App\Twig\TranslationExtension']->translate("n° du profil", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'516$this->source); })()), """M");
  922.             yield "  :
  923.                                                     <strong>";
  924.             // line 517
  925.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["cvRepreneur"], "idRepreneur", [], "any"falsefalsefalse517), "html"nulltrue);
  926.             yield "</strong>
  927.                                                 </span>&nbsp;&nbsp;&nbsp;
  928.                                                 <span class=\"nowrap_custom\">
  929.                                                     ";
  930.             // line 520
  931.             yield $this->extensions['App\Twig\TranslationExtension']->translate("age", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'520$this->source); })()), """M");
  932.             yield "  : <strong>";
  933.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["cvRepreneur"], "anneeNaissance", [], "any"falsefalsefalse520), "html"nulltrue);
  934.             yield " ans</strong>
  935.                                                 </span>&nbsp;&nbsp;&nbsp;
  936.                                                 <span class=\"nowrap_custom\">
  937.                                                     ";
  938.             // line 523
  939.             yield $this->extensions['App\Twig\TranslationExtension']->translate("apport", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'523$this->source); })()), """M");
  940.             yield "  : <strong>";
  941.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TextExtension']->montant(CoreExtension::getAttribute($this->env$this->source$context["cvRepreneur"], "montantApport", [], "any"falsefalsefalse523)), "html"nulltrue);
  942.             yield " k";
  943.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\DeviseExtension']->devise((isset($context["codePays"]) || array_key_exists("codePays"$context) ? $context["codePays"] : (function () { throw new RuntimeError('Variable "codePays" does not exist.'523$this->source); })())), "html"nulltrue);
  944.             yield "</strong>
  945.                                                 </span>&nbsp;&nbsp;&nbsp;
  946.                                                 <i class=\"fas fa-map-marker-alt\"></i>&nbsp;
  947.                                                 ";
  948.             // line 526
  949.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["cvRepreneur"], "ville", [], "any"falsefalsefalse526), "html"nulltrue);
  950.             yield "
  951.                                             </div>
  952.                                         </div >
  953.                                         <div class=\"col-12 col-md-4 col-lg-3 col-xl-2\" id=\"cartes\" >
  954.                                             <div class=\"row\">
  955.                                                 <div class=\"col-4 col-md-12 text-center\">
  956.                                                     <a href=\"javascript:void(0)\" target=\"_blank\" title=\"\">
  957.                                                         ";
  958.             // line 533
  959.             if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["cvRepreneur"], "cartes", [], "any"falsefalsefalse533), "id_localisation_by_country", [], "any"falsefalsefalse533)), 1))) {
  960.                 // line 534
  961.                 yield "                                                            ";
  962.                 if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::first($this->env->getCharset(), Twig\Extension\CoreExtension::keys(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["cvRepreneur"], "cartes", [], "any"falsefalsefalse534), "id_localisation_by_country", [], "any"falsefalsefalse534))), "33"))) {
  963.                     // line 535
  964.                     yield "                                                                <img class=\"img-fluid\"
  965.                                                                      id='absolute_index_1'
  966.                                                                      src=\"";
  967.                     // line 537
  968.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'537$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse537), "html"nulltrue);
  969.                     yield "/static/help-fusacq/fr/images/cartes/fond/33/33_fond_monde.png\"
  970.                                                                      alt=\"France\">
  971.                                                                 ";
  972.                     // line 540
  973.                     $context['_parent'] = $context;
  974.                     $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["cvRepreneur"], "cartes", [], "any"falsefalsefalse540), "id_localisation_by_country", [], "any"falsefalsefalse540), 33, [], "any"falsefalsefalse540));
  975.                     foreach ($context['_seq'] as $context["k"] => $context["carte"]) {
  976.                         // line 541
  977.                         yield "                                                                    <img class=\"img-fluid\"
  978.                                                                          id='absolute_index_2'
  979.                                                                          src=\"";
  980.                         // line 543
  981.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'543$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse543), "html"nulltrue);
  982.                         yield "/static/help-fusacq/fr/images/cartes/fond/33/";
  983.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["carte"], "html"nulltrue);
  984.                         yield ".png\"
  985.                                                                          alt=\"France\">
  986.                                                                 ";
  987.                     }
  988.                     $_parent $context['_parent'];
  989.                     unset($context['_seq'], $context['_iterated'], $context['k'], $context['carte'], $context['_parent'], $context['loop']);
  990.                     $context array_intersect_key($context$_parent) + $_parent;
  991.                     // line 546
  992.                     yield "                                                            ";
  993.                 }
  994.                 // line 547
  995.                 yield "
  996.                                                             ";
  997.                 // line 548
  998.                 if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::first($this->env->getCharset(), Twig\Extension\CoreExtension::keys(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["cvRepreneur"], "cartes", [], "any"falsefalsefalse548), "id_localisation_by_country", [], "any"falsefalsefalse548))), "41"))) {
  999.                     // line 549
  1000.                     yield "                                                                ";
  1001.                     if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["cvRepreneur"], "cartes", [], "any"falsefalsefalse549), "id_localisation_by_country", [], "any"falsefalsefalse549), 41, [], "any"falsefalsefalse549)), 1))) {
  1002.                         // line 550
  1003.                         yield "                                                                    <img class=\"img-fluid\"
  1004.                                                                          id='absolute_index_2'
  1005.                                                                          src=\"";
  1006.                         // line 552
  1007.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'552$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse552), "html"nulltrue);
  1008.                         yield "/static/help-fusacq/fr/images/cartes/pays/41/";
  1009.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::first($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["cvRepreneur"], "cartes", [], "any"falsefalsefalse552), "id_localisation_by_country", [], "any"falsefalsefalse552), 41, [], "any"falsefalsefalse552)), "html"nulltrue);
  1010.                         yield ".png\"
  1011.                                                                          alt=\"Suisse\">
  1012.                                                                 ";
  1013.                     } else {
  1014.                         // line 555
  1015.                         yield "                                                                    <img class=\"img-fluid\"
  1016.                                                                          id='absolute_index_2'
  1017.                                                                          src=\"";
  1018.                         // line 557
  1019.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'557$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse557), "html"nulltrue);
  1020.                         yield "/static/help-fusacq/fr/images/cartes/pays/41/41_transparent.png\"
  1021.                                                                          alt=\"Suisse\">
  1022.                                                                 ";
  1023.                     }
  1024.                     // line 560
  1025.                     yield "                                                            ";
  1026.                 }
  1027.                 // line 561
  1028.                 yield "
  1029.                                                             ";
  1030.                 // line 562
  1031.                 if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::first($this->env->getCharset(), Twig\Extension\CoreExtension::keys(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["cvRepreneur"], "cartes", [], "any"falsefalsefalse562), "id_localisation_by_country", [], "any"falsefalsefalse562))), "01"))) {
  1032.                     // line 563
  1033.                     yield "                                                                ";
  1034.                     if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["cvRepreneur"], "cartes", [], "any"falsefalsefalse563), "id_localisation_by_country", [], "any"falsefalsefalse563), "01", [], "array"falsefalsefalse563)), 1))) {
  1035.                         // line 564
  1036.                         yield "                                                                    <img class=\"img-fluid\"
  1037.                                                                          id='absolute_index_2'
  1038.                                                                          src=\"";
  1039.                         // line 566
  1040.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'566$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse566), "html"nulltrue);
  1041.                         yield "/static/help-fusacq/fr/images/cartes/pays/01/";
  1042.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::first($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["cvRepreneur"], "cartes", [], "any"falsefalsefalse566), "id_localisation_by_country", [], "any"falsefalsefalse566), "01", [], "array"falsefalsefalse566)), "html"nulltrue);
  1043.                         yield ".png\"
  1044.                                                                          alt=\"Canada\">
  1045.                                                                 ";
  1046.                     } else {
  1047.                         // line 569
  1048.                         yield "                                                                    <img class=\"img-fluid\"
  1049.                                                                          id='absolute_index_2'
  1050.                                                                          src=\"";
  1051.                         // line 571
  1052.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'571$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse571), "html"nulltrue);
  1053.                         yield "/static/help-fusacq/fr/images/cartes/pays/01/01_transparent.png\"
  1054.                                                                          alt=\"Canada\">
  1055.                                                                 ";
  1056.                     }
  1057.                     // line 574
  1058.                     yield "                                                            ";
  1059.                 }
  1060.                 // line 575
  1061.                 yield "
  1062.                                                             ";
  1063.                 // line 576
  1064.                 if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::first($this->env->getCharset(), Twig\Extension\CoreExtension::keys(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["cvRepreneur"], "cartes", [], "any"falsefalsefalse576), "id_localisation_by_country", [], "any"falsefalsefalse576))), "32"))) {
  1065.                     // line 577
  1066.                     yield "                                                                ";
  1067.                     if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["cvRepreneur"], "cartes", [], "any"falsefalsefalse577), "id_localisation_by_country", [], "any"falsefalsefalse577), 32, [], "any"falsefalsefalse577)), 1))) {
  1068.                         // line 578
  1069.                         yield "                                                                    <img class=\"img-fluid\"
  1070.                                                                          id='absolute_index_2'
  1071.                                                                          src=\"";
  1072.                         // line 580
  1073.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'580$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse580), "html"nulltrue);
  1074.                         yield "/static/help-fusacq/fr/images/cartes/pays/32/";
  1075.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::first($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["cvRepreneur"], "cartes", [], "any"falsefalsefalse580), "id_localisation_by_country", [], "any"falsefalsefalse580), 32, [], "any"falsefalsefalse580)), "html"nulltrue);
  1076.                         yield ".png\"
  1077.                                                                          alt=\"Belgique\">
  1078.                                                                 ";
  1079.                     } else {
  1080.                         // line 583
  1081.                         yield "                                                                    <img class=\"img-fluid\"
  1082.                                                                          id='absolute_index_2'
  1083.                                                                          src=\"";
  1084.                         // line 585
  1085.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'585$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse585), "html"nulltrue);
  1086.                         yield "/static/help-fusacq/fr/images/cartes/pays/32/32_transparent.png\"
  1087.                                                                          alt=\"Belgique\">
  1088.                                                                 ";
  1089.                     }
  1090.                     // line 588
  1091.                     yield "                                                            ";
  1092.                 }
  1093.                 // line 589
  1094.                 yield "                                                        ";
  1095.             }
  1096.             // line 590
  1097.             yield "
  1098.                                                         ";
  1099.             // line 591
  1100.             if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["cvRepreneur"], "cartes", [], "any"falsefalsefalse591), "id_localisation_by_country", [], "any"falsefalsefalse591)), 1))) {
  1101.                 // line 592
  1102.                 yield "                                                            ";
  1103.                 if (CoreExtension::inFilter(33Twig\Extension\CoreExtension::keys(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["cvRepreneur"], "cartes", [], "any"falsefalsefalse592), "id_localisation_by_country", [], "any"falsefalsefalse592)))) {
  1104.                     // line 593
  1105.                     yield "                                                                <img class=\"img-fluid\"
  1106.                                                                      id='absolute_index_1'
  1107.                                                                      src=\"";
  1108.                     // line 595
  1109.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'595$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse595), "html"nulltrue);
  1110.                     yield "/static/help-fusacq/fr/images/cartes/fond/33/33_fond_monde.png\"
  1111.                                                                      alt=\"France\">
  1112.                                                                 ";
  1113.                     // line 598
  1114.                     $context['_parent'] = $context;
  1115.                     $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["cvRepreneur"], "cartes", [], "any"falsefalsefalse598), "id_localisation_by_country", [], "any"falsefalsefalse598), 33, [], "any"falsefalsefalse598));
  1116.                     foreach ($context['_seq'] as $context["k"] => $context["carte"]) {
  1117.                         // line 599
  1118.                         yield "                                                                    <img class=\"img-fluid\"
  1119.                                                                          id='absolute_index_2'
  1120.                                                                          src=\"";
  1121.                         // line 601
  1122.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'601$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse601), "html"nulltrue);
  1123.                         yield "/static/help-fusacq/fr/images/cartes/fond/33/";
  1124.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["carte"], "html"nulltrue);
  1125.                         yield ".png\"
  1126.                                                                          alt=\"France\">
  1127.                                                                 ";
  1128.                     }
  1129.                     $_parent $context['_parent'];
  1130.                     unset($context['_seq'], $context['_iterated'], $context['k'], $context['carte'], $context['_parent'], $context['loop']);
  1131.                     $context array_intersect_key($context$_parent) + $_parent;
  1132.                     // line 604
  1133.                     yield "                                                                <img class=\"img-fluid\"
  1134.                                                                      id='absolute_index_2'
  1135.                                                                      src=\"";
  1136.                     // line 606
  1137.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'606$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse606), "html"nulltrue);
  1138.                     yield "/static/help-fusacq/fr/images/cartes/fond/33/monde.png\"
  1139.                                                                      alt=\"Monde\">
  1140.                                                             ";
  1141.                 }
  1142.                 // line 609
  1143.                 yield "                                                            ";
  1144.                 if (!CoreExtension::inFilter(33Twig\Extension\CoreExtension::keys(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["cvRepreneur"], "cartes", [], "any"falsefalsefalse609), "id_localisation_by_country", [], "any"falsefalsefalse609)))) {
  1145.                     // line 610
  1146.                     yield "                                                                <img class=\"img-fluid\"
  1147.                                                                      id='absolute_index_2'
  1148.                                                                      src=\"";
  1149.                     // line 612
  1150.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'612$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse612), "html"nulltrue);
  1151.                     yield "/static/help-fusacq/fr/images/cartes/pays/monde_transparent.png\"
  1152.                                                                      alt=\"Monde\">
  1153.                                                             ";
  1154.                 }
  1155.                 // line 615
  1156.                 yield "                                                        ";
  1157.             }
  1158.             // line 616
  1159.             yield "                                                    </a>
  1160.                                                 </div>
  1161.                                             </div>
  1162.                                         </div>
  1163.                                         <div class=\"col-4 col-md-4 col-lg-4 mt-2\">
  1164.                                             <a href=\"";
  1165.             // line 621
  1166.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lienRepreneurCvDetails"]) || array_key_exists("lienRepreneurCvDetails"$context) ? $context["lienRepreneurCvDetails"] : (function () { throw new RuntimeError('Variable "lienRepreneurCvDetails" does not exist.'621$this->source); })()), "html"nulltrue);
  1167.             yield "\" title=\"\">
  1168.                                                 <button type=\"button\" class=\"button-rond\">
  1169.                                                     ";
  1170.             // line 623
  1171.             yield $this->extensions['App\Twig\TranslationExtension']->translate("details", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'623$this->source); })()), """M");
  1172.             yield "
  1173.                                                 </button>
  1174.                                             </a>
  1175.                                         </div>
  1176.                                     </div>
  1177.                                 </div>
  1178.                             </div>
  1179.                             <!--FIN ANNONCE 1-->
  1180.                         ";
  1181.         }
  1182.         $_parent $context['_parent'];
  1183.         unset($context['_seq'], $context['_iterated'], $context['index'], $context['cvRepreneur'], $context['_parent'], $context['loop']);
  1184.         $context array_intersect_key($context$_parent) + $_parent;
  1185.         // line 633
  1186.         yield "                    </div>
  1187.                 </div>
  1188.                 <!--PAGINATION-->
  1189.                 <div class=\"col-sm-12 mb-5 mt-3\">
  1190.                     <nav aria-label=\"...\">
  1191.                         ";
  1192.         // line 640
  1193.         yield $this->extensions['Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension']->render($this->env, (isset($context["CVsRepreneurs"]) || array_key_exists("CVsRepreneurs"$context) ? $context["CVsRepreneurs"] : (function () { throw new RuntimeError('Variable "CVsRepreneurs" does not exist.'640$this->source); })()));
  1194.         yield "
  1195.                     </nav>
  1196.                 </div>
  1197.                 <!--FIN PAGINATION-->
  1198.                 <!--MODAL-->
  1199.                 <div class=\"modal fade\" id=\"exampleModal\" tabindex=\"-1\" role=\"dialog\"
  1200.                      aria-labelledby=\"exampleModalLabel\" aria-hidden=\"true\">
  1201.                     <div class=\"modal-dialog modal-lg\" role=\"document\">
  1202.                         <div class=\"modal-content\">
  1203.                             <div class=\"modal-header\">
  1204.                                 <h5 class=\"modal-title bleu\" id=\"exampleModalLabel\">
  1205.                                     ";
  1206.         // line 653
  1207.         yield $this->extensions['App\Twig\TranslationExtension']->translate("que sont les 'acheteurs potentiels' proposes par fusacq", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'653$this->source); })()), "");
  1208.         yield "
  1209.                                     ?
  1210.                                 </h5>
  1211.                                 <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
  1212.                                     <span aria-hidden=\"true\">×</span>
  1213.                                 </button>
  1214.                             </div>
  1215.                             <div class=\"modal-body text-justify\">
  1216.                                 ";
  1217.         // line 661
  1218.         yield $this->extensions['App\Twig\TranslationExtension']->translate("la liste que vous allez consulter sous l'intitule \"acheteurs potentiels\" presente
  1219.                                   <strong>deux types de societes susceptibles de realiser des acquisitions.</strong><br><br>
  1220.                                   <strong>1) les acquereurs historiques, c'est a dire des societes ayant deja realise
  1221.                                       des acquisitions par le passe</strong><br>
  1222.                                   pourquoi un acquéreur historique est un acheteur potentiel ?
  1223.                                   une societe qui a deja realise une operation d'acquisition est plus a meme que
  1224.                                   n'importe quelle autre d'en realiser de nouvelles. elle en a l'experience et a montre
  1225.                                   que ce type d'operation etait dans son adn... rappelez vous que 95% des dirigeants
  1226.                                   d'entreprise ne feront jamais de croissance externe !<br><br>
  1227.                                   <strong>2) les participations des fonds d'investissement, c'est a dire des societes
  1228.                                       ayant des fonds a leur capital</strong><br>
  1229.                                   pourquoi une participation de fonds est un acheteur potentiel ?
  1230.                                   lorsqu'un fonds investit dans une societe c'est pour que cette derniere se developpe,
  1231.                                   soit par croissance interne, soit par croissance externe. ces societes sont donc
  1232.                                   toujours a l'ecoute des opportunites d'acquisitions et ont, grace au(x) fonds
  1233.                                   d'investissement a leur capital les moyens financiers de leurs ambitions.",         // line 676
  1234. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'676$this->source); })()), "");
  1235.         yield "
  1236.                                 <br><br>
  1237.                                 <div class=\"form-check-inline col-12\">
  1238.                                     <label class=\"form-check-label\">
  1239.                                         <input type=\"checkbox\" class=\"form-check-input\"
  1240.                                                value=\"affichage\">
  1241.                                         ";
  1242.         // line 682
  1243.         yield $this->extensions['App\Twig\TranslationExtension']->translate("ne plus  afficher la prochaine fois", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'682$this->source); })()), "");
  1244.         yield "
  1245.                                     </label>
  1246.                                 </div>
  1247.                             </div>
  1248.                             <div class=\"modal-footer\">
  1249.                                 <button type=\"button\" class=\"btn btn-secondary\" data-dismiss=\"modal\">
  1250.                                     ";
  1251.         // line 688
  1252.         yield $this->extensions['App\Twig\TranslationExtension']->translate("j'ai compris", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'688$this->source); })()), "");
  1253.         yield "
  1254.                                 </button>
  1255.                             </div>
  1256.                         </div>
  1257.                     </div>
  1258.                 </div>
  1259.                 <!--FIN MODAL-->
  1260.             </div>
  1261.             <!--FIN COLONNE DROITE -->
  1262.         </div> <!--FIN ROW CONTAINER -->
  1263.     </div>  <!--FIN CONTAINER -->
  1264. ";
  1265.         
  1266.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1267.         
  1268.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1269.         return; yield '';
  1270.     }
  1271.     // line 706
  1272.     public function block_javascripts($context, array $blocks = [])
  1273.     {
  1274.         $macros $this->macros;
  1275.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1276.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  1277.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1278.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  1279.         yield " ";
  1280.         yield from $this->yieldParentBlock("javascripts"$context$blocks);
  1281.         yield "
  1282.     <script type=\"module\" data-name=\"";
  1283.         // line 708
  1284.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'708$this->source); })()), "html"nulltrue);
  1285.         yield "\" id=\"codePaysParam\"
  1286.     src=\"";
  1287.         // line 709
  1288.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/js/annuaires/annuaire_repreneurs_recherche.js"), "html"nulltrue);
  1289.         yield "\"></script>
  1290. ";
  1291.         
  1292.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1293.         
  1294.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1295.         return; yield '';
  1296.     }
  1297.     /**
  1298.      * @codeCoverageIgnore
  1299.      */
  1300.     public function getTemplateName()
  1301.     {
  1302.         return "annuaires/repreneurs/repreneurs_recherche.html.twig";
  1303.     }
  1304.     /**
  1305.      * @codeCoverageIgnore
  1306.      */
  1307.     public function isTraitable()
  1308.     {
  1309.         return false;
  1310.     }
  1311.     /**
  1312.      * @codeCoverageIgnore
  1313.      */
  1314.     public function getDebugInfo()
  1315.     {
  1316.         return array (  1402 => 709,  1398 => 708,  1383 => 706,  1355 => 688,  1346 => 682,  1337 => 676,  1321 => 661,  1310 => 653,  1294 => 640,  1285 => 633,  1269 => 623,  1264 => 621,  1257 => 616,  1254 => 615,  1248 => 612,  1244 => 610,  1241 => 609,  1235 => 606,  1231 => 604,  1220 => 601,  1216 => 599,  1212 => 598,  1206 => 595,  1202 => 593,  1199 => 592,  1197 => 591,  1194 => 590,  1191 => 589,  1188 => 588,  1182 => 585,  1178 => 583,  1170 => 580,  1166 => 578,  1163 => 577,  1161 => 576,  1158 => 575,  1155 => 574,  1149 => 571,  1145 => 569,  1137 => 566,  1133 => 564,  1130 => 563,  1128 => 562,  1125 => 561,  1122 => 560,  1116 => 557,  1112 => 555,  1104 => 552,  1100 => 550,  1097 => 549,  1095 => 548,  1092 => 547,  1089 => 546,  1078 => 543,  1074 => 541,  1070 => 540,  1064 => 537,  1060 => 535,  1057 => 534,  1055 => 533,  1045 => 526,  1035 => 523,  1027 => 520,  1021 => 517,  1017 => 516,  1010 => 512,  1005 => 510,  997 => 505,  992 => 503,  984 => 497,  981 => 496,  978 => 495,  976 => 494,  973 => 493,  971 => 491,  970 => 490,  969 => 489,  968 => 488,  967 => 486,  964 => 485,  960 => 484,  949 => 476,  935 => 464,  929 => 462,  921 => 460,  919 => 459,  916 => 458,  913 => 457,  910 => 456,  907 => 455,  905 => 454,  897 => 449,  883 => 438,  871 => 429,  866 => 427,  848 => 412,  841 => 408,  831 => 401,  824 => 397,  814 => 390,  807 => 386,  797 => 379,  790 => 375,  779 => 367,  769 => 360,  757 => 351,  747 => 344,  736 => 336,  729 => 332,  719 => 325,  710 => 319,  699 => 311,  690 => 305,  680 => 298,  673 => 294,  664 => 288,  654 => 281,  643 => 272,  634 => 266,  629 => 264,  625 => 263,  620 => 260,  618 => 259,  613 => 256,  610 => 255,  593 => 244,  588 => 242,  581 => 237,  578 => 236,  572 => 233,  568 => 231,  565 => 230,  559 => 227,  555 => 225,  544 => 222,  540 => 220,  536 => 219,  530 => 216,  526 => 214,  523 => 213,  521 => 212,  518 => 211,  515 => 210,  512 => 209,  506 => 206,  502 => 204,  494 => 201,  490 => 199,  487 => 198,  485 => 197,  482 => 196,  479 => 195,  473 => 192,  469 => 190,  461 => 187,  457 => 185,  454 => 184,  452 => 183,  449 => 182,  446 => 181,  440 => 178,  436 => 176,  428 => 173,  424 => 171,  421 => 170,  419 => 169,  416 => 168,  413 => 167,  402 => 164,  398 => 162,  394 => 161,  388 => 158,  384 => 156,  381 => 155,  379 => 154,  369 => 147,  361 => 144,  351 => 141,  345 => 138,  341 => 137,  336 => 135,  331 => 133,  323 => 128,  318 => 126,  315 => 125,  313 => 123,  312 => 122,  311 => 121,  310 => 119,  297 => 110,  292 => 109,  290 => 108,  285 => 105,  278 => 101,  274 => 99,  272 => 98,  256 => 85,  249 => 83,  235 => 72,  222 => 62,  215 => 58,  211 => 57,  203 => 54,  192 => 45,  190 => 44,  183 => 39,  181 => 38,  175 => 34,  173 => 33,  172 => 32,  171 => 31,  170 => 29,  166 => 27,  164 => 26,  161 => 25,  151 => 24,  135 => 19,  129 => 15,  124 => 13,  121 => 12,  111 => 11,  97 => 8,  87 => 7,  73 => 4,  63 => 3,  40 => 1,);
  1317.     }
  1318.     public function getSourceContext()
  1319.     {
  1320.         return new Source("{% extends 'base.html.twig' %}
  1321. {% block title %}
  1322. <title>{{ translate(\"annuaire des repreneurs d'entreprise\" ,lang,\"\",\"M\") | raw }}</title>
  1323. {% endblock %}
  1324. {% block description %}
  1325. <meta name=\"description\" content=\"{{ translate(\"consultez les derniers CV déposés par les repreneurs d'entreprise sur FUSACQ\" ,lang,\"\",\"M\") | raw }}\">
  1326. {% endblock %}
  1327. {% block stylesheets %}
  1328.     <link rel=\"stylesheet\" href=\"{{ asset('build/css/annuaires/repreneurs/repreneurs_recherche.css') }}\">
  1329.     {{ parent() }}
  1330.     {# <link rel=\"stylesheet/less\" type=\"text/css\" href=\"css/styles.less\" /> #}
  1331.     <link rel=\"stylesheet\" href=\"{{ asset('build/css/lib/styles.less') }}\">
  1332.     <script src=\"https://cdn.jsdelivr.net/npm/less@4.1.1\"></script>
  1333. {% endblock %}
  1334. {% block body %}
  1335.     {% include 'assets/assets_vuejs.html.twig' %}
  1336.     <!-- Menu  -->
  1337.     {{ render_esi(controller(
  1338.           'App\\\\Controller\\\\CoreController::menu',
  1339.           {   \"lang\": lang,
  1340.               \"currentRoute\":currentRoute,
  1341.               \"codePays\": codePaysWithUnderScore }
  1342.       )) | spaceless }}
  1343.     <!-- Menu  -->
  1344.     <!-- Publicité  -->
  1345.     {% include 'includes/publicite.html.twig' %}
  1346.     <!-- Publicité  -->
  1347.     <div class=\"container\" id=\"app\">
  1348.         <div class=\"row\">
  1349.             <!--COLONNE GAUCHE -->
  1350.             {% include 'includes/colonnes_gauche.html.twig' %}
  1351.             <!--FIN COLONNE GAUCHE -->
  1352.             <!--COLONNE DROITE -->
  1353.             <div class=\"col-12 col-lg-9 bkg_blanc\">
  1354.                 <!-- ARIANE -->
  1355.                 <nav aria-label=\"breadcrumb\" class=\"d-none d-sm-block\">
  1356.                     <ol class=\"breadcrumb\">
  1357.                         <li class=\"breadcrumb-item\">
  1358.                             <a href=\"{{ path('index',{'codePays':codePays   }) }}\"> {{ translate(\"accueil\" ,lang,\"\",\"M\") | raw }}</a>
  1359.                         </li>
  1360.                         <li class=\"breadcrumb-item\">
  1361.                             <a href=\"{{ path('annuaires_index',{'codePays':codePaysWithUnderScore   }) }}\">
  1362.                                 {{ translate(\"annuaires\" ,lang,\"\",\"M\") | raw }}
  1363.                             </a>
  1364.                         </li>
  1365.                         <li aria-current=\"page\" class=\"breadcrumb-item active\">
  1366.                             {{ translate('annuaire des repreneurs' ,lang,\"\",\"M\") | raw }}
  1367.                         </li>
  1368.                     </ol>
  1369.                 </nav>
  1370.                 <!-- FIN ARIANE -->
  1371.                 <div class=\"row\">
  1372.                     <div class=\"col-12\">
  1373.                         <div class=\"ml-5 my-2\">
  1374.                             <a href=\"{{ path('annuaires_repreneurs_recherche',{'codePays':codePaysWithUnderScore  }) }}\">
  1375.                                 <img src=\"/build/img/index_annuaire/logo_annu_repreneurs.png\"
  1376.                                      alt=\"\" class=\"img-fluid\">
  1377.                             </a>
  1378.                         </div>
  1379.                     </div>
  1380.                 </div>
  1381.                 <!--2 BOUTONS-->
  1382.                 <div class=\"row mt-3 mb-3\">
  1383.                     <div class=\"col-12 pt-2 mb-4 text-right\">
  1384.                         <a href=\"{{ path('compte_cv_repreneur',{'codePays':codePaysWithUnderScore  }) }}\" title=\"{{ translate(\"deposez gratuitement votre cv\" ,lang,\"\",\"M\") | raw }}\">
  1385.                             <button  class=\"button-rond\">
  1386.                                 {{ translate(\"deposez gratuitement votre cv\" ,lang,\"\",\"M\") | raw }}
  1387.                             </button>
  1388.                         </a>
  1389.                         &nbsp;
  1390.                         
  1391.                     </div>
  1392.                 </div>
  1393.                 <!--2 BOUTONS-->
  1394.                 <!-- titre bloc a la une -->
  1395.                 {% if ( CVsRepreneursPrioritaire|length > 0 ) %}
  1396.                     <div class=\"col-12 pt-3 ml-2\">
  1397.                         <span class=\"titre_annonce_alaune\">
  1398.                             {{ translate(\"profils a la une pour votre recherche\" ,lang,\"\",\"M\") | raw }}
  1399.                         </span>
  1400.                     </div>
  1401.                 {% endif %}
  1402.                 <!-- titre bloc a la une -->
  1403.                 <!-- cv liste  a la une -->
  1404.                 {% if ( CVsRepreneursPrioritaire|length > 0 ) %}
  1405.                     {% for   k, CVPrioritaire  in CVsRepreneursPrioritaire %}
  1406.                         <div class=\"row\"   v-if=\"number_cv_a_la_une>={{ k+1 }}\"   v-cloak>
  1407.                             <div class=\"col-12\">
  1408.                                 <div class=\"card mb-3 card-ie filet_gris card-alaune \" >
  1409.                                     <div class=\"card-body\">
  1410.                                         <div class=\"row\">
  1411.                                             <div class=\"col-12 col-md-8 col-lg-9 col-xl-10\">
  1412.                                                 <div>
  1413.                                                     {% set  lienRepreneurCVPrioritaireDetails = path('repreneur_cv_detail',
  1414.                                                   {
  1415.                                                       'idRepreneur':CVPrioritaire.idRepreneur,
  1416.                                                       'titreslug':CVPrioritaire.titreSocieteRecherchee|  slugify,
  1417.                                                       'codePays':codePaysWithUnderScore
  1418.                                                   }) %}
  1419.                                                     <a href=\"{{ lienRepreneurCVPrioritaireDetails }}\" >
  1420.                                                         <h5 class=\"titre_annonce\">
  1421.                                                             {{ CVPrioritaire.titreSocieteRecherchee }}
  1422.                                                         </h5>
  1423.                                                     </a>
  1424.                                                 </div>
  1425.                                                 <div class=\"mb-1\">
  1426.                                                     {{ translate(\"recherche par\" ,lang,\"\",\"M\") | raw }} :
  1427.                                                     <span class=\"nowrap_custom\">
  1428.                                                         <strong>{{ CVPrioritaire.titreProfil }}</strong></span><br>
  1429.                                                     <span class=\"nowrap_custom\">
  1430.                                                         {{ translate(\"n° du profil\" ,lang,\"\",\"M\") | raw }}  :
  1431.                                                         <strong>{{ CVPrioritaire.idRepreneur }}</strong></span>
  1432.                                                     &nbsp;&nbsp;&nbsp;
  1433.                                                     <span class=\"nowrap_custom\">
  1434.                                                         {{ translate(\"age\" ,lang,\"\",\"M\") | raw }}  : <strong>{{ CVPrioritaire.age }} {{ translate(\"ans\" ,lang,\"\",\"M\") | raw }}</strong>
  1435.                                                     </span>&nbsp;&nbsp;&nbsp;
  1436.                                                     <span class=\"nowrap_custom\">
  1437.                                                         {{ translate(\"apport\" ,lang,\"\",\"M\") | raw }}  : <strong>{{ CVPrioritaire.montantApport | montant }} k€</strong>
  1438.                                                     </span>&nbsp;&nbsp;&nbsp;
  1439.                                                     <i class=\"fas fa-map-marker-alt\"></i>&nbsp;
  1440.                                                     {{ CVPrioritaire.ville }}
  1441.                                                 </div>
  1442.                                             </div>
  1443.                                             <div id=\"cartes\" class=\"col-12 col-md-4 col-lg-3 col-xl-2\">
  1444.                                                 <div class=\"row\">
  1445.                                                     <div class=\"col-4 col-md-12 text-center\">
  1446.                                                         <a href=\"javascript:void(0)\" target=\"_blank\" title=\"\">
  1447.                                                             {% if  CVPrioritaire.cartes.id_localisation_by_country|length == 1 %}
  1448.                                                                 {% if CVPrioritaire.cartes.id_localisation_by_country|keys |first == \"33\" %}
  1449.                                                                     <img class=\"img-fluid\"
  1450.                                                                          id='absolute_index_1'
  1451.                                                                          src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/33_fond_monde.png\"
  1452.                                                                          alt=\"France\">
  1453.                                                                     {% for k, carte  in CVPrioritaire.cartes.id_localisation_by_country.33 %}
  1454.                                                                         <img class=\"img-fluid\"
  1455.                                                                              id='absolute_index_2'
  1456.                                                                              src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/{{ carte }}.png\"
  1457.                                                                              alt=\"France\">
  1458.                                                                     {% endfor %}
  1459.                                                                 {% endif %}
  1460.                                                                 {% if CVPrioritaire.cartes.id_localisation_by_country|keys |first == \"41\" %}
  1461.                                                                     {% if CVPrioritaire.cartes.id_localisation_by_country.41 |length == 1 %}
  1462.                                                                         <img class=\"img-fluid\"
  1463.                                                                              id='absolute_index_2'
  1464.                                                                              src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/41/{{ CVPrioritaire.cartes.id_localisation_by_country.41|first }}.png\"
  1465.                                                                              alt=\"Suisse\">
  1466.                                                                     {% else %}
  1467.                                                                         <img class=\"img-fluid\"
  1468.                                                                              id='absolute_index_2'
  1469.                                                                              src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/41/41_transparent.png\"
  1470.                                                                              alt=\"Suisse\">
  1471.                                                                     {% endif %}
  1472.                                                                 {% endif %}
  1473.                                                                 {% if CVPrioritaire.cartes.id_localisation_by_country|keys |first == \"01\" %}
  1474.                                                                     {% if CVPrioritaire.cartes.id_localisation_by_country['01'] |length == 1 %}
  1475.                                                                         <img class=\"img-fluid\"
  1476.                                                                              id='absolute_index_2'
  1477.                                                                              src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/01/{{ CVPrioritaire.cartes.id_localisation_by_country['01']|first }}.png\"
  1478.                                                                              alt=\"Canada\">
  1479.                                                                     {% else %}
  1480.                                                                         <img class=\"img-fluid\"
  1481.                                                                              id='absolute_index_2'
  1482.                                                                              src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/01/01_transparent.png\"
  1483.                                                                              alt=\"Canada\">
  1484.                                                                     {% endif %}
  1485.                                                                 {% endif %}
  1486.                                                                 {% if CVPrioritaire.cartes.id_localisation_by_country|keys |first == \"32\" %}
  1487.                                                                     {% if CVPrioritaire.cartes.id_localisation_by_country.32 |length == 1 %}
  1488.                                                                         <img class=\"img-fluid\"
  1489.                                                                              id='absolute_index_2'
  1490.                                                                              src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/32/{{ CVPrioritaire.cartes.id_localisation_by_country.32|first }}.png\"
  1491.                                                                              alt=\"Belgique\">
  1492.                                                                     {% else %}
  1493.                                                                         <img class=\"img-fluid\"
  1494.                                                                              id='absolute_index_2'
  1495.                                                                              src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/32/32_transparent.png\"
  1496.                                                                              alt=\"Belgique\">
  1497.                                                                     {% endif %}
  1498.                                                                 {% endif %}
  1499.                                                             {% endif %}
  1500.                                                             {% if  CVPrioritaire.cartes.id_localisation_by_country|length  > 1 %}
  1501.                                                                 {% if 33 in CVPrioritaire.cartes.id_localisation_by_country|keys %}
  1502.                                                                     <img class=\"img-fluid\"
  1503.                                                                          id='absolute_index_1'
  1504.                                                                          src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/33_fond_monde.png\"
  1505.                                                                          alt=\"France\">
  1506.                                                                     {% for k, carte  in CVPrioritaire.cartes.id_localisation_by_country.33 %}
  1507.                                                                         <img class=\"img-fluid\"
  1508.                                                                              id='absolute_index_2'
  1509.                                                                              src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/{{ carte }}.png\"
  1510.                                                                              alt=\"France\">
  1511.                                                                     {% endfor %}
  1512.                                                                     <img class=\"img-fluid\"
  1513.                                                                          id='absolute_index_2'
  1514.                                                                          src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/monde.png\"
  1515.                                                                          alt=\"Monde\">
  1516.                                                                 {% endif %}
  1517.                                                                 {% if 33 not in CVPrioritaire.cartes.id_localisation_by_country|keys %}
  1518.                                                                     <img class=\"img-fluid\"
  1519.                                                                          id='absolute_index_2'
  1520.                                                                          src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/monde_transparent.png\"
  1521.                                                                          alt=\"Monde\">
  1522.                                                                 {% endif %}
  1523.                                                             {% endif %}
  1524.                                                         </a>
  1525.                                                     </div>
  1526.                                                 </div>
  1527.                                             </div>
  1528.                                             <div class=\"col-4 col-md-4 col-lg-4 mt-2\">
  1529.                                                 <a href=\"{{ lienRepreneurCVPrioritaireDetails }}\" title=\"\">
  1530.                                                     <button type=\"button\" class=\"btn btn-bleu-annonce\">
  1531.                                                         {{ translate(\"Voir les détails\" ,lang,\"\",\"M\") | raw }}
  1532.                                                     </button>
  1533.                                                 </a>
  1534.                                             </div>
  1535.                                         </div>
  1536.                                     </div>
  1537.                                 </div>
  1538.                             </div>
  1539.                         </div>
  1540.                     {% endfor %}
  1541.                 {% endif %}
  1542.                 <!-- cv liste  a la une -->
  1543.                 <!--  BOUTON plus a la une -->
  1544.                 {% if ( CVsRepreneursPrioritaire|length > 1 ) %}
  1545.                     <Transition name=\"slide-fade\">
  1546.                         <div class=\"col-12 pt-1 mb-5 text-center\"  v-if=\"number_cv_a_la_une < {{ CVsRepreneursPrioritaire|length }}\" v-cloak>
  1547.                             <a  @click=\"plusDeCVaLaUne\" href=\"javascript:void(0)\" class=\"text-decoration-none\" title=\"{{ translate(\"plus d'annonces a la une\" ,lang,\"\",\"M\") | raw }}\">
  1548.                                 <button type=\"submit\" class=\"btn btn-orange\">
  1549.                                     {{ translate(\"plus de profils a la une\" ,lang,\"\",\"M\") | raw }}
  1550.                                 </button>
  1551.                             </a>
  1552.                         </div>
  1553.                     </Transition>
  1554.                 {% endif %}
  1555.                 <!--  BOUTON plus a la une -->
  1556.                 {{ form_start(form, {\"attr\": {\"id\": \"\"}} ) }}
  1557.                 <div class=\"row\">
  1558.                     <div class=\"col-10 offset-1\">
  1559.                         <div class=\"card mb-3 no_shadow\" id=\"background_gris_clair\">
  1560.                             <div class=\"row\" >
  1561.                                 <div class=\"col-12 ml-3 my-3\">
  1562.                                     <span class=\"fs13\">
  1563.                                         {{ translate(\"trouvez les repreneurs correspondant aux criteres suivants\" ,lang,\"\",\"M\") | raw }}
  1564.                                     </span>
  1565.                                 </div>
  1566.                                 <!-- Pays  -->
  1567.                                 <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  1568.                                     {{ translate(\"pays\" ,lang,\"\",\"M\") | raw }}
  1569.                                 </div>
  1570.                                 <div class=\"col-8 col-lg-5 mb-3 input-group\" >
  1571.                                     {{ form_widget(form.id_pays ) }}
  1572.                                 </div >
  1573.                                 <!-- Pays  -->
  1574.                                 <!-- Région  -->
  1575.                                 <Transition name=\"slide-fade\">
  1576.                                     <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\" v-if=\"display_regions\" v-cloak>
  1577.                                         {{ translate(\"region\" ,lang,\"\",\"M\") | raw }}
  1578.                                     </div>
  1579.                                 </Transition>
  1580.                                 <Transition name=\"slide-fade\">
  1581.                                     <div class=\"col-8 col-lg-5 mb-3 input-group\" v-if=\"display_regions\" v-cloak>
  1582.                                         {{ form_widget(form.id_region ) }}
  1583.                                     </div>
  1584.                                 </Transition>
  1585.                                 <!-- Région  -->
  1586.                                 <!-- Département  -->
  1587.                                 <Transition name=\"slide-fade\">
  1588.                                     <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\" v-if=\"display_departements\" v-cloak>
  1589.                                         {{ translate(\"departement\" ,lang,\"\",\"M\") | raw }}
  1590.                                     </div>
  1591.                                 </Transition>
  1592.                                 <Transition name=\"slide-fade\">
  1593.                                     <div class=\"col-8 col-lg-5 mb-3 input-group\" v-if=\"display_departements\" v-cloak>
  1594.                                         {{ form_widget(form.id_departement ) }}
  1595.                                     </div>
  1596.                                 </Transition>
  1597.                                 <!-- Département  -->
  1598.                                 <!--  Secteur d'activité -->
  1599.                                 <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  1600.                                     {{ translate(\"secteur d'activite\" ,lang,\"\",\"M\") | raw }}
  1601.                                 </div>
  1602.                                 <div class=\"col-8 col-lg-5 mb-3 input-group\" id=\" \">
  1603.                                     {{ form_widget(form.id_secteur_activite_recherche_1 ) }}
  1604.                                 </div>
  1605.                                 <!--  Secteur d'activité -->
  1606.                                 <!--  Secteur niveau 2  -->
  1607.                                 <Transition name=\"slide-fade\">
  1608.                                     <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\"
  1609.                                          v-if=\"display_secteur_activite_2\" v-cloak>
  1610.                                         {{ translate(\"secteur niveau 2\" ,lang,\"\",\"M\") | raw }}
  1611.                                     </div>
  1612.                                 </Transition>
  1613.                                 <Transition name=\"slide-fade\">
  1614.                                     <div class=\"col-8 col-lg-5 mb-3 input-group\" style=\" \"
  1615.                                          v-if=\"display_secteur_activite_2\" v-cloak>
  1616.                                         {{ form_widget(form.id_secteur_activite_recherche_2 ) }}
  1617.                                     </div>
  1618.                                 </Transition>
  1619.                                 <!--  Secteur niveau 2  -->
  1620.                                 <!--  Secteur niveau 3  -->
  1621.                                 <Transition name=\"slide-fade\">
  1622.                                     <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\"
  1623.                                          v-if=\"display_secteur_activite_3\" v-cloak>
  1624.                                         {{ translate(\"secteur niveau 3\" ,lang,\"\",\"M\") | raw }}
  1625.                                     </div>
  1626.                                 </Transition>
  1627.                                 <Transition name=\"slide-fade\">
  1628.                                     <div class=\"col-8 col-lg-5 mb-3 input-group\" style=\" \"
  1629.                                          v-if=\"display_secteur_activite_3\" v-cloak>
  1630.                                         {{ form_widget(form.id_secteur_activite_recherche_3 ) }}
  1631.                                     </div>
  1632.                                 </Transition>
  1633.                                 <!--  Secteur niveau 3  -->
  1634.                                 <!--  Type reprise -->
  1635.                                 <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  1636.                                     {{ translate(\"type reprise\" ,lang,\"\",\"M\") | raw }}
  1637.                                 </div>
  1638.                                 <div class=\"col-8 col-lg-5 mb-3 input-group\">
  1639.                                     {{ form_widget(form.type_reprise ) }}
  1640.                                 </div>
  1641.                                 <!--  Type reprise -->
  1642.                                 <!-- apport min -->
  1643.                                 <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  1644.                                     {{ translate(\"apport min.\" ,lang,\"\",\"M\") | raw }}
  1645.                                 </div>
  1646.                                 <div class=\"col-8 col-lg-5 mb-3 input-group\">
  1647.                                     {{ form_widget(form.apport_min ) }}
  1648.                                 </div>
  1649.                                 <!-- apport min -->
  1650.                                 <!-- apport max -->
  1651.                                 <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  1652.                                     {{ translate(\"apport max.\" ,lang,\"\",\"M\") | raw }}
  1653.                                 </div>
  1654.                                 <div class=\"col-8 col-lg-5 mb-3 input-group\">
  1655.                                     {{ form_widget(form.apport_max ) }}
  1656.                                 </div>
  1657.                                 <!-- apport max -->
  1658.                                 <!-- mots clés -->
  1659.                                 <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  1660.                                     {{ translate(\"mots-cles\" ,lang,\"\",\"M\") | raw }}
  1661.                                 </div>
  1662.                                 <div class=\"col-8 col-lg-5 mb-3 input-group\">
  1663.                                     {{ form_widget(form.reference_mots_cles ) }}
  1664.                                 </div>
  1665.                                 <!-- mots clés -->
  1666.                                 <!-- mots exact -->
  1667.                                 <div class=\"col-12 text-center my-4\">
  1668.                                     <button aria-pressed=\"true\" autocomplete=\"off\" data-toggle=\"button\"
  1669.                                             v-model=\"mots_cle_exact\"    @click=\"toggleMotCleExact(\$event)\"
  1670.                                             name=\"mots_cle_exact\" type=\"button\"
  1671.                                             class=\"btn btn-sm btn-toggle\"   :class=\"mots_cle_exact_style\" >
  1672.                                         <div class=\"handle\"></div>
  1673.                                     </button>
  1674.                                     <small>
  1675.                                         {{ translate(\"mots cles exacts\" ,lang,\"\",\"M\") | raw }}
  1676.                                     </small>
  1677.                                     {{ form_widget(form.mots_cle_exact ) }}
  1678.                                 </div>
  1679.                                 <!-- mots exact -->
  1680.                                 <!-- rechercher -->
  1681.                                 <div class=\"col-12 text-center my-4\">
  1682.                                     <a href=\"javascript:void(0)\" title=\"\">
  1683.                                         <button type=\"submit\" class=\"button-rond\">
  1684.                                             <span> {{ translate(\"rechercher\" ,lang,\"\",\"M\") | raw }}</span>
  1685.                                         </button>
  1686.                                     </a>
  1687.                                 </div>
  1688.                                 <!-- rechercher -->
  1689.                             </div>
  1690.                         </div>
  1691.                     </div>
  1692.                 </div>
  1693.                 {{ form_end(form, {'render_rest': false}) }}
  1694.                 <div class=\"row mt-5\">
  1695.                     <div class=\"col-12 mb-1 ml-3 mt-3\" >
  1696.                         <span class=\"fs18 gris_666\">
  1697.                             {% set p = \"\" %}
  1698.                             {% if ( CVsRepreneurs.getTotalItemCount> 1 ) %}
  1699.                                 {% set p = \"p\" %}
  1700.                             {% endif %}
  1701.                             {% if isResultatRecherche %}
  1702.                                 {{ CVsRepreneurs.getTotalItemCount }}  {{ translate(\"\$\$profil de repreneur correspond à votre recherche\$\${p|profils de repreneurs correspondent à votre recherche}\" ,lang,\"\",\"\",p) | raw }}
  1703.                             {% else %}
  1704.                                 {{ translate(\"derniers profils repreneurs\" ,lang,\"\",\"M\") | raw }}
  1705.                             {% endif %}
  1706.                         </span >
  1707.                     </div>
  1708.                 </div>
  1709.                 <!--PAGINATION-->
  1710.                 <div class=\"row mt-3\" >
  1711.                     <div class=\"col-sm-12\">
  1712.                         <nav aria-label=\"...\">
  1713.                             {{ knp_pagination_render(CVsRepreneurs) }}
  1714.                         </nav >
  1715.                     </div>
  1716.                 </div>
  1717.                 <!--FIN PAGINATION-->
  1718.                 <div class=\"row\" >
  1719.                     <div class=\"col-12\">
  1720.                         <!--ANNONCE 1-->
  1721.                         {% for index, cvRepreneur in CVsRepreneurs %}
  1722.                             {% set  lienRepreneurCvDetails = path('repreneur_cv_detail',
  1723.                                  {
  1724.                                      'idRepreneur':cvRepreneur.idRepreneur,
  1725.                                      'titreslug':cvRepreneur.titreSocieteRecherchee|  slugify,
  1726.                                      'codePays':codePaysWithUnderScore
  1727.                                  }) ~ '?index=' ~ index
  1728.                             %}
  1729.                             {% if string_params|default %}
  1730.                                 {% set  lienRepreneurCvDetails = lienRepreneurCvDetails ~ '&' ~ string_params %}
  1731.                             {% endif %}
  1732.                             <div class=\"card mb-3 card-ie filet_gris\" >
  1733.                                 <div class=\"card-body\">
  1734.                                     <div class=\"row\">
  1735.                                         <div class=\"col-12 col-md-8 col-lg-9 col-xl-10\">
  1736.                                             <div>
  1737.                                                 <a href=\"{{ lienRepreneurCvDetails }}\" >
  1738.                                                     <h5 class=\"titre_annonce\">
  1739.                                                         {{ cvRepreneur.titreSocieteRecherchee }}
  1740.                                                     </h5>
  1741.                                                 </a>
  1742.                                             </div>
  1743.                                             <div class=\"mb-1\">
  1744.                                                 {{ translate(\"recherche par\" ,lang,\"\",\"M\") | raw }} :
  1745.                                                 <span class=\"nowrap_custom\">
  1746.                                                     <strong> {{ cvRepreneur.titreProfil }}</strong>
  1747.                                                 </span>
  1748.                                                 <br>
  1749.                                                 <span class=\"nowrap_custom\" >
  1750.                                                     {{ translate(\"n° du profil\" ,lang,\"\",\"M\") | raw }}  :
  1751.                                                     <strong>{{ cvRepreneur.idRepreneur }}</strong>
  1752.                                                 </span>&nbsp;&nbsp;&nbsp;
  1753.                                                 <span class=\"nowrap_custom\">
  1754.                                                     {{ translate(\"age\" ,lang,\"\",\"M\") | raw }}  : <strong>{{ cvRepreneur.anneeNaissance }} ans</strong>
  1755.                                                 </span>&nbsp;&nbsp;&nbsp;
  1756.                                                 <span class=\"nowrap_custom\">
  1757.                                                     {{ translate(\"apport\" ,lang,\"\",\"M\") | raw }}  : <strong>{{ cvRepreneur.montantApport | montant }} k{{devise(codePays)}}</strong>
  1758.                                                 </span>&nbsp;&nbsp;&nbsp;
  1759.                                                 <i class=\"fas fa-map-marker-alt\"></i>&nbsp;
  1760.                                                 {{ cvRepreneur.ville }}
  1761.                                             </div>
  1762.                                         </div >
  1763.                                         <div class=\"col-12 col-md-4 col-lg-3 col-xl-2\" id=\"cartes\" >
  1764.                                             <div class=\"row\">
  1765.                                                 <div class=\"col-4 col-md-12 text-center\">
  1766.                                                     <a href=\"javascript:void(0)\" target=\"_blank\" title=\"\">
  1767.                                                         {% if  cvRepreneur.cartes.id_localisation_by_country|length == 1 %}
  1768.                                                             {% if cvRepreneur.cartes.id_localisation_by_country|keys |first == \"33\" %}
  1769.                                                                 <img class=\"img-fluid\"
  1770.                                                                      id='absolute_index_1'
  1771.                                                                      src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/33_fond_monde.png\"
  1772.                                                                      alt=\"France\">
  1773.                                                                 {% for k, carte  in cvRepreneur.cartes.id_localisation_by_country.33 %}
  1774.                                                                     <img class=\"img-fluid\"
  1775.                                                                          id='absolute_index_2'
  1776.                                                                          src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/{{ carte }}.png\"
  1777.                                                                          alt=\"France\">
  1778.                                                                 {% endfor %}
  1779.                                                             {% endif %}
  1780.                                                             {% if cvRepreneur.cartes.id_localisation_by_country|keys |first == \"41\" %}
  1781.                                                                 {% if cvRepreneur.cartes.id_localisation_by_country.41 |length == 1 %}
  1782.                                                                     <img class=\"img-fluid\"
  1783.                                                                          id='absolute_index_2'
  1784.                                                                          src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/41/{{ cvRepreneur.cartes.id_localisation_by_country.41|first }}.png\"
  1785.                                                                          alt=\"Suisse\">
  1786.                                                                 {% else %}
  1787.                                                                     <img class=\"img-fluid\"
  1788.                                                                          id='absolute_index_2'
  1789.                                                                          src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/41/41_transparent.png\"
  1790.                                                                          alt=\"Suisse\">
  1791.                                                                 {% endif %}
  1792.                                                             {% endif %}
  1793.                                                             {% if cvRepreneur.cartes.id_localisation_by_country|keys |first == \"01\" %}
  1794.                                                                 {% if cvRepreneur.cartes.id_localisation_by_country['01'] |length == 1 %}
  1795.                                                                     <img class=\"img-fluid\"
  1796.                                                                          id='absolute_index_2'
  1797.                                                                          src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/01/{{ cvRepreneur.cartes.id_localisation_by_country['01']|first }}.png\"
  1798.                                                                          alt=\"Canada\">
  1799.                                                                 {% else %}
  1800.                                                                     <img class=\"img-fluid\"
  1801.                                                                          id='absolute_index_2'
  1802.                                                                          src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/01/01_transparent.png\"
  1803.                                                                          alt=\"Canada\">
  1804.                                                                 {% endif %}
  1805.                                                             {% endif %}
  1806.                                                             {% if cvRepreneur.cartes.id_localisation_by_country|keys |first == \"32\" %}
  1807.                                                                 {% if cvRepreneur.cartes.id_localisation_by_country.32 |length == 1 %}
  1808.                                                                     <img class=\"img-fluid\"
  1809.                                                                          id='absolute_index_2'
  1810.                                                                          src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/32/{{ cvRepreneur.cartes.id_localisation_by_country.32|first }}.png\"
  1811.                                                                          alt=\"Belgique\">
  1812.                                                                 {% else %}
  1813.                                                                     <img class=\"img-fluid\"
  1814.                                                                          id='absolute_index_2'
  1815.                                                                          src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/32/32_transparent.png\"
  1816.                                                                          alt=\"Belgique\">
  1817.                                                                 {% endif %}
  1818.                                                             {% endif %}
  1819.                                                         {% endif %}
  1820.                                                         {% if  cvRepreneur.cartes.id_localisation_by_country|length  > 1 %}
  1821.                                                             {% if 33 in cvRepreneur.cartes.id_localisation_by_country|keys %}
  1822.                                                                 <img class=\"img-fluid\"
  1823.                                                                      id='absolute_index_1'
  1824.                                                                      src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/33_fond_monde.png\"
  1825.                                                                      alt=\"France\">
  1826.                                                                 {% for k, carte  in cvRepreneur.cartes.id_localisation_by_country.33 %}
  1827.                                                                     <img class=\"img-fluid\"
  1828.                                                                          id='absolute_index_2'
  1829.                                                                          src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/{{ carte }}.png\"
  1830.                                                                          alt=\"France\">
  1831.                                                                 {% endfor %}
  1832.                                                                 <img class=\"img-fluid\"
  1833.                                                                      id='absolute_index_2'
  1834.                                                                      src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/monde.png\"
  1835.                                                                      alt=\"Monde\">
  1836.                                                             {% endif %}
  1837.                                                             {% if 33 not in cvRepreneur.cartes.id_localisation_by_country|keys %}
  1838.                                                                 <img class=\"img-fluid\"
  1839.                                                                      id='absolute_index_2'
  1840.                                                                      src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/monde_transparent.png\"
  1841.                                                                      alt=\"Monde\">
  1842.                                                             {% endif %}
  1843.                                                         {% endif %}
  1844.                                                     </a>
  1845.                                                 </div>
  1846.                                             </div>
  1847.                                         </div>
  1848.                                         <div class=\"col-4 col-md-4 col-lg-4 mt-2\">
  1849.                                             <a href=\"{{ lienRepreneurCvDetails }}\" title=\"\">
  1850.                                                 <button type=\"button\" class=\"button-rond\">
  1851.                                                     {{ translate(\"details\" ,lang,\"\",\"M\") | raw }}
  1852.                                                 </button>
  1853.                                             </a>
  1854.                                         </div>
  1855.                                     </div>
  1856.                                 </div>
  1857.                             </div>
  1858.                             <!--FIN ANNONCE 1-->
  1859.                         {% endfor %}
  1860.                     </div>
  1861.                 </div>
  1862.                 <!--PAGINATION-->
  1863.                 <div class=\"col-sm-12 mb-5 mt-3\">
  1864.                     <nav aria-label=\"...\">
  1865.                         {{ knp_pagination_render(CVsRepreneurs) }}
  1866.                     </nav>
  1867.                 </div>
  1868.                 <!--FIN PAGINATION-->
  1869.                 <!--MODAL-->
  1870.                 <div class=\"modal fade\" id=\"exampleModal\" tabindex=\"-1\" role=\"dialog\"
  1871.                      aria-labelledby=\"exampleModalLabel\" aria-hidden=\"true\">
  1872.                     <div class=\"modal-dialog modal-lg\" role=\"document\">
  1873.                         <div class=\"modal-content\">
  1874.                             <div class=\"modal-header\">
  1875.                                 <h5 class=\"modal-title bleu\" id=\"exampleModalLabel\">
  1876.                                     {{ translate(\"que sont les 'acheteurs potentiels' proposes par fusacq\" ,lang,\"\") | raw }}
  1877.                                     ?
  1878.                                 </h5>
  1879.                                 <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
  1880.                                     <span aria-hidden=\"true\">×</span>
  1881.                                 </button>
  1882.                             </div>
  1883.                             <div class=\"modal-body text-justify\">
  1884.                                 {{ translate('la liste que vous allez consulter sous l\\'intitule \"acheteurs potentiels\" presente
  1885.                                   <strong>deux types de societes susceptibles de realiser des acquisitions.</strong><br><br>
  1886.                                   <strong>1) les acquereurs historiques, c\\'est a dire des societes ayant deja realise
  1887.                                       des acquisitions par le passe</strong><br>
  1888.                                   pourquoi un acquéreur historique est un acheteur potentiel ?
  1889.                                   une societe qui a deja realise une operation d\\'acquisition est plus a meme que
  1890.                                   n\\'importe quelle autre d\\'en realiser de nouvelles. elle en a l\\'experience et a montre
  1891.                                   que ce type d\\'operation etait dans son adn... rappelez vous que 95% des dirigeants
  1892.                                   d\\'entreprise ne feront jamais de croissance externe !<br><br>
  1893.                                   <strong>2) les participations des fonds d\\'investissement, c\\'est a dire des societes
  1894.                                       ayant des fonds a leur capital</strong><br>
  1895.                                   pourquoi une participation de fonds est un acheteur potentiel ?
  1896.                                   lorsqu\\'un fonds investit dans une societe c\\'est pour que cette derniere se developpe,
  1897.                                   soit par croissance interne, soit par croissance externe. ces societes sont donc
  1898.                                   toujours a l\\'ecoute des opportunites d\\'acquisitions et ont, grace au(x) fonds
  1899.                                   d\\'investissement a leur capital les moyens financiers de leurs ambitions.' ,lang,\"\") | raw }}
  1900.                                 <br><br>
  1901.                                 <div class=\"form-check-inline col-12\">
  1902.                                     <label class=\"form-check-label\">
  1903.                                         <input type=\"checkbox\" class=\"form-check-input\"
  1904.                                                value=\"affichage\">
  1905.                                         {{ translate(\"ne plus  afficher la prochaine fois\" ,lang,\"\") | raw }}
  1906.                                     </label>
  1907.                                 </div>
  1908.                             </div>
  1909.                             <div class=\"modal-footer\">
  1910.                                 <button type=\"button\" class=\"btn btn-secondary\" data-dismiss=\"modal\">
  1911.                                     {{ translate(\"j'ai compris\" ,lang,\"\") | raw }}
  1912.                                 </button>
  1913.                             </div>
  1914.                         </div>
  1915.                     </div>
  1916.                 </div>
  1917.                 <!--FIN MODAL-->
  1918.             </div>
  1919.             <!--FIN COLONNE DROITE -->
  1920.         </div> <!--FIN ROW CONTAINER -->
  1921.     </div>  <!--FIN CONTAINER -->
  1922. {% endblock %}
  1923. {% block javascripts %} {{ parent() }}
  1924.     <script type=\"module\" data-name=\"{{ codePaysWithUnderScore }}\" id=\"codePaysParam\"
  1925.     src=\"{{ asset('build/js/annuaires/annuaire_repreneurs_recherche.js') }}\"></script>
  1926. {% endblock %}
  1927. ""annuaires/repreneurs/repreneurs_recherche.html.twig""/home/www/fusacq_symfony_5.4_preprod/templates/annuaires/repreneurs/repreneurs_recherche.html.twig");
  1928.     }
  1929. }