var/cache/dev/twig/45/45c3b577345c9dee272826968fda0d2ee062ab56e649d9ae7fa7f5054b1ab603.php line 53

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. /* reprendre_entreprise/recherche_standard_entreprise.html.twig */
  15. class __TwigTemplate_cd6d431c7289770e843104ccaaa36025eb5d476a5eb5c54974c104b3c1f402bc 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""reprendre_entreprise/recherche_standard_entreprise.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""reprendre_entreprise/recherche_standard_entreprise.html.twig"));
  43.         $this->parent $this->loadTemplate("base.html.twig""reprendre_entreprise/recherche_standard_entreprise.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("toutes les annonces d'entreprises à reprendre", (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("découvrez toutes les annonces d'entreprises à reprendre", (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 12
  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.         yield "  ";
  97.         yield from $this->yieldParentBlock("stylesheets"$context$blocks);
  98.         yield "
  99.     <link rel=\"stylesheet\" href=\"";
  100.         // line 13
  101.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/css/lib/range-slider.css"), "html"nulltrue);
  102.         yield "\"/>
  103.     <link rel=\"stylesheet\" href=\"";
  104.         // line 14
  105.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/css/reprendre_entreprise/rechercheavancee.css"), "html"nulltrue);
  106.         yield "\"/>
  107. ";
  108.         
  109.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  110.         
  111.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  112.         return; yield '';
  113.     }
  114.     // line 17
  115.     public function block_body($context, array $blocks = [])
  116.     {
  117.         $macros $this->macros;
  118.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  119.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  120.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  121.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  122.         // line 18
  123.         yield "    ";
  124.         yield from         $this->loadTemplate("assets/assets_vuejs.html.twig""reprendre_entreprise/recherche_standard_entreprise.html.twig"18)->unwrap()->yield($context);
  125.         // line 19
  126.         yield "
  127.     <!-- Menu  -->
  128.     ";
  129.         // line 21
  130.         yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi"Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\CoreController::menu", ["lang" =>         // line 23
  131. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'23$this->source); })()), "currentRoute" =>         // line 24
  132. (isset($context["currentRoute"]) || array_key_exists("currentRoute"$context) ? $context["currentRoute"] : (function () { throw new RuntimeError('Variable "currentRoute" does not exist.'24$this->source); })()), "codePays" =>         // line 25
  133. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'25$this->source); })())]));
  134.         // line 26
  135.         yield "
  136.     <!-- Menu  -->
  137.     <!-- Publicite  -->
  138.     ";
  139.         // line 30
  140.         yield from         $this->loadTemplate("includes/publicite.html.twig""reprendre_entreprise/recherche_standard_entreprise.html.twig"30)->unwrap()->yield($context);
  141.         // line 31
  142.         yield "    <!-- Publicite  -->
  143.     <div class=\"container\" id=\"app\">
  144.         <div class=\"row\">
  145.             <!--COLONNE GAUCHE -->
  146.             ";
  147.         // line 36
  148.         yield from         $this->loadTemplate("includes/colonnes_gauche_annonces.html.twig""reprendre_entreprise/recherche_standard_entreprise.html.twig"36)->unwrap()->yield($context);
  149.         // line 37
  150.         yield "            <!--FIN COLONNE GAUCHE -->
  151.             <!--COLONNE DROITE -->
  152.             <div class=\"col-12 col-lg-9 bkg_blanc\">
  153.                 <!-- ARIANE -->
  154.                 <nav aria-label=\"breadcrumb\" class=\"d-none d-sm-block\">
  155.                     <ol class=\"breadcrumb\">
  156.                         <li class=\"breadcrumb-item\"><a href=\"";
  157.         // line 45
  158.         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.'45$this->source); })())]), "html"nulltrue);
  159.         yield "\">";
  160.         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.'45$this->source); })()), """M");
  161.         yield "</a></li>
  162.                         <li class=\"breadcrumb-item\"><a href=\"";
  163.         // line 46
  164.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reprendre_entreprise_annonces_cession_entreprise", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'46$this->source); })())]), "html"nulltrue);
  165.         yield "\">";
  166.         yield $this->extensions['App\Twig\TranslationExtension']->translate("reprendre une entreprise ou developper ma societe", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'46$this->source); })()), """M");
  167.         yield "</a></li>
  168.                         <li class=\"breadcrumb-item active\" aria-current=\"page\">";
  169.         // line 47
  170.         yield $this->extensions['App\Twig\TranslationExtension']->translate("toutes les opportunités", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'47$this->source); })()), """M");
  171.         yield "</li>
  172.                     </ol>
  173.                 </nav>
  174.                 ";
  175.         // line 51
  176.         $context['_parent'] = $context;
  177.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'51$this->source); })()), "flashes", ["error"], "method"falsefalsefalse51));
  178.         foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
  179.             yield 
  180.                     <div class=\"col-12 alert alert-danger alert-dismissible fade show\" role=\"alert\">
  181.                         ";
  182.             // line 53
  183.             yield $context["message"];
  184.             yield "
  185.                         <button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-label=\"Close\">
  186.                             <span aria-hidden=\"true\">&times;</span>
  187.                         </button>
  188.                     </div>
  189.                 ";
  190.         }
  191.         $_parent $context['_parent'];
  192.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
  193.         $context array_intersect_key($context$_parent) + $_parent;
  194.         // line 59
  195.         yield "                ";
  196.         if ((isset($context["alertPubElite"]) || array_key_exists("alertPubElite"$context) ? $context["alertPubElite"] : (function () { throw new RuntimeError('Variable "alertPubElite" does not exist.'59$this->source); })())) {
  197.             // line 60
  198.             yield "                \t<div class=\"col-12 mt-5 alert alert-warning\" role=\"alert\">
  199.                       <i class=\"fa-regular fa-triangle-exclamation\" aria-hidden=\"true\"></i>&nbsp;&nbsp;
  200.                       <strong>";
  201.             // line 62
  202.             yield $this->extensions['App\Twig\TranslationExtension']->translate("Annonce réservée aux membres FUSACQ Elite", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'62$this->source); })()), """M");
  203.             yield "</strong><br>
  204.                      ";
  205.             // line 63
  206.             yield $this->extensions['App\Twig\TranslationExtension']->translate("Cette opportunité est actuellement disponible en avant première", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'63$this->source); })()), """M");
  207.             yield ".<br>
  208.                       ";
  209.             // line 64
  210.             yield $this->extensions['App\Twig\TranslationExtension']->translate("Elle sera publiée sur le site public dans quelques jours", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'64$this->source); })()), """M");
  211.             yield ".
  212.                     \t\t<div class=\"col-12 text-center mt-3\">
  213.                     \t\t\t<a href=\"https://www.fusacq.com/elite/presentation\" aria-pressed=\"true\" class=\"button-rond-blanc2\" role=\"button\">";
  214.             // line 66
  215.             yield $this->extensions['App\Twig\TranslationExtension']->translate("Découvrir FUSACQ Elite", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'66$this->source); })()), """M");
  216.             yield "</a>&nbsp;&nbsp;&nbsp;
  217.                     \t\t\t";
  218.             // line 67
  219.             if (CoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'67$this->source); })()), "user", [], "any"falsefalsefalse67)) {
  220.                 // line 68
  221.                 yield "                    \t\t\t\t<a class=\"button-rond2 activeAuth\" role=\"button\" aria-pressed=\"true\" href=\"/pack-mer/infos?pack=fusacq_elite\">
  222.                     \t\t\t";
  223.             } else {
  224.                 // line 70
  225.                 yield "                    \t\t\t\t<a class=\"button-rond2 activeAuth\" role=\"button\" aria-pressed=\"true\" href=\"javascript:void(0)\" data-toggle=\"modal\" data-target=\"#Modalindex\" onclick=\"changeFromAuth('forfait-fusacq_elite');\">
  226.                     \t\t\t";
  227.             }
  228.             // line 72
  229.             yield "                    \t\t\t";
  230.             yield $this->extensions['App\Twig\TranslationExtension']->translate("Accéder aux annonces en avant première", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'72$this->source); })()), """M");
  231.             yield "
  232.                     \t\t\t</a>&nbsp;&nbsp;&nbsp;
  233.                     \t\t</div>
  234.                     </div>
  235.                 ";
  236.         }
  237.         // line 77
  238.         yield "                <!-- FIN ARIANE -->
  239.                 ";
  240.         // line 79
  241.         $context["listNombresAafficher"] = CoreExtension::getAttribute($this->env$this->source, (isset($context["twig_vars"]) || array_key_exists("twig_vars"$context) ? $context["twig_vars"] : (function () { throw new RuntimeError('Variable "twig_vars" does not exist.'79$this->source); })()), "listNombresAafficher", [], "any"falsefalsefalse79);
  242.         // line 80
  243.         yield "                ";
  244.         if (((array_key_exists("listNombresAafficher"$context)) ? (Twig\Extension\CoreExtension::default((isset($context["listNombresAafficher"]) || array_key_exists("listNombresAafficher"$context) ? $context["listNombresAafficher"] : (function () { throw new RuntimeError('Variable "listNombresAafficher" does not exist.'80$this->source); })()))) : (""))) {
  245.             // line 81
  246.             yield "                    ";
  247.             $context["nb_entreprises"] = CoreExtension::getAttribute($this->env$this->source, (isset($context["listNombresAafficher"]) || array_key_exists("listNombresAafficher"$context) ? $context["listNombresAafficher"] : (function () { throw new RuntimeError('Variable "listNombresAafficher" does not exist.'81$this->source); })()), "reprendre_une_entreprise_nb_cession_entreprise", [], "any"falsefalsefalse81);
  248.             // line 82
  249.             yield "                ";
  250.         }
  251.         // line 83
  252.         yield "
  253.                 <div class=\"row\" >
  254.                     <div class=\"col-12 my-4\">
  255.                         <!-- <h2 class=\"bleu_fusacq\">";
  256.         // line 86
  257.         yield $this->extensions['App\Twig\TranslationExtension']->translate("reprendre une entreprise ou developper ma societe", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'86$this->source); })()), """M");
  258.         yield "</h2>-->
  259.                         <h1 class=\"recherche_avancee bleu_fusacq\">";
  260.         // line 87
  261.         yield $this->extensions['App\Twig\TranslationExtension']->translate("toutes les opportunités", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'87$this->source); })()), """M");
  262.         yield " - ";
  263.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_entreprises"]) || array_key_exists("nb_entreprises"$context) ? $context["nb_entreprises"] : (function () { throw new RuntimeError('Variable "nb_entreprises" does not exist.'87$this->source); })()), "html"nulltrue);
  264.         yield " ";
  265.         yield $this->extensions['App\Twig\TranslationExtension']->translate("cessions d'entreprise", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'87$this->source); })()), """m");
  266.         yield "</h1>
  267.                     </div>
  268.                 </div>
  269.                 <!--MOBILE-->
  270.                 <div class=\"row d-block d-sm-none mt-4 bkg_gris_clair\">
  271.                     <div class=\"onglet10 col-12 my-3 pt-3\">
  272.                         <nav>
  273.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  274.                                 <div class=\"col-6 no-padding-x bl_gris br_gris\">
  275.                                     <div class=\"nav-item nav-link active\">
  276.                                         <span class=\"fs13\">";
  277.         // line 98
  278.         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherche standard", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'98$this->source); })()), """M");
  279.         yield "</span>
  280.                                     </div>
  281.                                 </div>
  282.                                 <div class=\"col-6 no-padding-x br_gris order-sm-1\">
  283.                                     <a class=\"nav-item nav-link\" href=\"";
  284.         // line 102
  285.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reprendre_entreprise_recherche_annonces_cession_entreprise", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'102$this->source); })())]), "html"nulltrue);
  286.         yield "\">
  287.                                         <span class=\"fs13\">";
  288.         // line 103
  289.         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherche avancee", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'103$this->source); })()), """M");
  290.         yield "</span>
  291.                                     </a>
  292.                                 </div>
  293.                             </div>
  294.                         </nav>
  295.                     </div>
  296.                     <div class=\"col-12\">
  297.                         <div class=\"row\">
  298.                             <div class=\"col-6 text-center my-3 br_gris\">
  299.                                 <div class=\"blanc bkg_bleu_2 lh099 py-3\">
  300.                                     <span class=\"res_font\">";
  301.         // line 113
  302.         yield $this->extensions['App\Twig\TranslationExtension']->translate("cessions<br>d'entreprise", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'113$this->source); })()), """M""");
  303.         yield "</span>
  304.                                 </div>
  305.                             </div>
  306.                             <div class=\"col-6 text-center my-3\">
  307.                                 <div class=\"blanc lh099 py-3\">
  308.                                     <a href=\"";
  309.         // line 118
  310.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reprendre_entreprise_cession_actifs", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'118$this->source); })())]), "html"nulltrue);
  311.         yield "\" class=\"bleu lh099 py-3\">
  312.                                         <span class=\"res_font\">";
  313.         // line 119
  314.         yield $this->extensions['App\Twig\TranslationExtension']->translate("actifs a<br>reprendre", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'119$this->source); })()), """M""");
  315.         yield "</span>
  316.                                     </a>
  317.                                 </div>
  318.                             </div>
  319.                             <div class=\"col-6 text-center my-3 br_gris\">
  320.                                 <div class=\"blanc lh099 py-3\">
  321.                                     <a href=\"";
  322.         // line 125
  323.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reprendre_entreprise_cibles_potentielles", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'125$this->source); })())]), "html"nulltrue);
  324.         yield "\" class=\"bleu lh099 py-3\">
  325.                                         <span class=\"res_font\">";
  326.         // line 126
  327.         yield $this->extensions['App\Twig\TranslationExtension']->translate("cibles<br>potentielles", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'126$this->source); })()), """M""");
  328.         yield "</span>
  329.                                     </a>
  330.                                 </div>
  331.                             </div>
  332.                             <div class=\"col-6 text-center my-3\">
  333.                                 <div class=\"blanc lh099 py-3\">
  334.                                     <a href=\"";
  335.         // line 132
  336.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reprendre_entreprise_recherches_partenariat", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'132$this->source); })())]), "html"nulltrue);
  337.         yield "\" class=\"bleu lh099 py-3\">
  338.                                         <span class=\"res_font\">";
  339.         // line 133
  340.         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherches de<br>partenariats", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'133$this->source); })()), """M""");
  341.         yield "</span>
  342.                                     </a>
  343.                                 </div>
  344.                             </div>
  345.                         </div>
  346.                     </div>
  347.                 </div>
  348.                 <!--MOBILE-->
  349.                 <!--TOUT SAUF MOBILE-->
  350.                 <div class=\"row d-none d-sm-block\">
  351.                     <div class=\"onglet10 col-12 mt-3\">
  352.                         <nav>
  353.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  354.                                 
  355.                                 <div class=\"col-12 col-sm-4 no-padding-x bl_gris br_gris\">
  356.                                     <div class=\"nav-item nav-link active\">
  357.                                         <span class=\"fs13\">";
  358.         // line 150
  359.         yield $this->extensions['App\Twig\TranslationExtension']->translate("toutes les opportunites", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'150$this->source); })()), """M");
  360.         yield "</span>
  361.                                     </div>
  362.                                 </div>
  363.                                 <div class=\"col-12 col-sm-4 no-padding-x br_gris order-sm-1\">
  364.                                     <a class=\"nav-item nav-link\" href=\"";
  365.         // line 154
  366.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reprendre_entreprise_recherche_annonces_cession_entreprise", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'154$this->source); })())]), "html"nulltrue);
  367.         yield "\">
  368.                                         <span class=\"fs13\">";
  369.         // line 155
  370.         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherche avancee", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'155$this->source); })()), """M");
  371.         yield "</span>
  372.                                     </a>
  373.                                 </div>
  374.                                 <div class=\"col-12 col-sm-4 no-padding-x br_gris order-sm-1\">
  375.                                     <a class=\"nav-item nav-link elite\" 
  376.                                         href=\"";
  377.         // line 160
  378.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("elite_recherche_avancee", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'160$this->source); })())]), "html"nulltrue);
  379.         yield "\"  >
  380.                                         <span class=\"fs13\">Recherche ELITE</span></a>
  381.                                 </div>
  382.                                         
  383.                             </div>
  384.                         </nav>
  385.                     </div>
  386.                     <div class=\"onglet4 col-12 mt-5 mb-4\">
  387.                         <nav>
  388.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  389.                                 <div class=\"col-12 col-sm-3 no-padding-x lh13 order-4 order-sm-1\">
  390.                                     <div class=\"nav-item nav-link active\">
  391.                                         <span class=\"fs13\">";
  392.         // line 172
  393.         yield $this->extensions['App\Twig\TranslationExtension']->translate("cessions<br>d'entreprise", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'172$this->source); })()), """M""");
  394.         yield "</span>
  395.                                     </div>
  396.                                 </div>
  397.                                 <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-2\">
  398.                                     <a class=\"nav-item nav-link\" href=\"";
  399.         // line 176
  400.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reprendre_entreprise_cession_actifs", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'176$this->source); })())]), "html"nulltrue);
  401.         yield "\">
  402.                                         <span class=\"fs13\">";
  403.         // line 177
  404.         yield $this->extensions['App\Twig\TranslationExtension']->translate("actifs a<br>reprendre", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'177$this->source); })()), """M""");
  405.         yield "</span>
  406.                                     </a>
  407.                                 </div>
  408.                                 <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-3\">
  409.                                     <a class=\"nav-item nav-link\" href=\"";
  410.         // line 181
  411.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reprendre_entreprise_cibles_potentielles", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'181$this->source); })())]), "html"nulltrue);
  412.         yield "\">
  413.                                         <span class=\"fs13\">";
  414.         // line 182
  415.         yield $this->extensions['App\Twig\TranslationExtension']->translate("cibles<br>potentielles", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'182$this->source); })()), """M""");
  416.         yield "</span>
  417.                                     </a>
  418.                                 </div>
  419.                                 <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-4\">
  420.                                     <a class=\"nav-item nav-link\" href=\"";
  421.         // line 186
  422.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reprendre_entreprise_recherches_partenariat", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'186$this->source); })())]), "html"nulltrue);
  423.         yield "\">
  424.                                         <span class=\"fs13\">";
  425.         // line 187
  426.         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherches de<br>partenariats", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'187$this->source); })()), """M""");
  427.         yield "</span>
  428.                                     </a>
  429.                                 </div>
  430.                             </div>
  431.                         </nav>
  432.                     </div>
  433.                 </div>
  434.                 <!--FIN TOUT SAUF MOBILE-->
  435.                 <div class=\"row\">
  436.                     <div class=\"col-12\">
  437.                         <div class=\"card mb-3 no_shadow\">
  438.                             <div class=\"card-body\">
  439.                                 <div class=\"row\">
  440.                                     <!--REFERENCE-->
  441.                                     <div class=\"col-12 col-sm-8 mt-3\">
  442.                                         <h5>";
  443.         // line 203
  444.         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherche rapide", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'203$this->source); })()), """M""");
  445.         yield "</h5>
  446.                                     </div>
  447.                                     <div class=\"col-12 col-sm-12 col-md-8 mt-2\">
  448.                                         <form class=\"form-inline\">
  449.                                         \t<div class=\"mr-2\">";
  450.         // line 207
  451.         yield $this->extensions['App\Twig\TranslationExtension']->translate("activité / réf. annonce", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'207$this->source); })()), """M""");
  452.         yield "</div>
  453.                                             <div class=\"form-group mr-3 mb-2\">
  454.                                                 <input type=\"text\" class=\"form-control\" id=\"reference_mots_cles\" name=\"reference_mots_cles\" style=\"width: 250px;\" placeholder=\"";
  455.         // line 209
  456.         yield $this->extensions['App\Twig\TranslationExtension']->translate("ex. transport, V35455, ...", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'209$this->source); })()), """M""");
  457.         yield "\">
  458.                                             </div>
  459.                                             <button type=\"submit\" class=\"btn btn-bleu-annonce mb-2\">";
  460.         // line 211
  461.         yield $this->extensions['App\Twig\TranslationExtension']->translate("ok", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'211$this->source); })()), """M""");
  462.         yield "</button>&nbsp;&nbsp;&nbsp;
  463.                                             <span>ou &nbsp;&nbsp;<a href=\"";
  464.         // line 212
  465.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reprendre_entreprise_recherche_annonces_cession_entreprise", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'212$this->source); })())]), "html"nulltrue);
  466.         yield "\">";
  467.         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherche avancée", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'212$this->source); })()), """M""");
  468.         yield "</a></span>
  469.                                         </form>
  470.                                     </div>
  471.                                     <!--FIN REFERENCE-->
  472.                                     <div class=\"col-12 col-sm-4 mt-2 text-right\">
  473.                                         ";
  474.         // line 217
  475.         if (CoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'217$this->source); })()), "user", [], "any"falsefalsefalse217)) {
  476.             // line 218
  477.             yield "                                            <a class=\"btn btn-orange-new mb-2 blanc deco_none oneline\" href=\"";
  478.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("creer_alerte", ["type" => "vente""codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'218$this->source); })())]), "html"nulltrue);
  479.             yield "\"><i class=\"fas fa-exclamation-triangle blanc\"></i>&nbsp;&nbsp;";
  480.             yield $this->extensions['App\Twig\TranslationExtension']->translate("créer une alerte", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'218$this->source); })()), """M""");
  481.             yield "</a>
  482.                                         ";
  483.         } else {
  484.             // line 220
  485.             yield "                                            <a class=\"btn btn-orange-new mb-2 blanc deco_none oneline\" href=\"#\" role=\"button\" aria-pressed=\"true\" data-toggle=\"modal\" data-target=\"#Modalindex\"><i class=\"fas fa-exclamation-triangle blanc\"></i>&nbsp;&nbsp;";
  486.             yield $this->extensions['App\Twig\TranslationExtension']->translate("créer une alerte", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'220$this->source); })()), """M""");
  487.             yield "</a>
  488.                                         ";
  489.         }
  490.         // line 222
  491.         yield "                                    </div>
  492.                                     <!--DERNIERES ANNONCES-->
  493.                                     ";
  494.         // line 225
  495.         yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi"Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\ReprendreEntrepriseController::dernieresAnnoncesCessionEntreprise", ["lang" =>         // line 227
  496. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'227$this->source); })()), "codePays" =>         // line 228
  497. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'228$this->source); })())]));
  498.         // line 229
  499.         yield "
  500.                                     <!--FIN DERNIERES ANNONCES-->
  501.                                     
  502.                                     
  503.                            
  504.                                             <!-- bloc recherche elite standard -->
  505.                                                ";
  506.         // line 236
  507.         yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\EliteController::formRechercheStandard", ["lang" =>         // line 239
  508. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'239$this->source); })()), "codePays" =>         // line 240
  509. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'240$this->source); })()), "currentRoute" => CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source,         // line 241
  510. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'241$this->source); })()), "request", [], "any"falsefalsefalse241), "attributes", [], "any"falsefalsefalse241), "get", ["_route"], "method"falsefalsefalse241)]));
  511.         // line 243
  512.         yield "
  513.                                                            
  514.                                              <!-- bloc recherche elite standard -->
  515.                             
  516.                                      
  517.                                     
  518.                                     
  519.                                     <!--TYPE OPERATION-->
  520.                                     <div class=\"onglet10 d-none d-sm-block col-12 mt-5\">
  521.                                         <h5>";
  522.         // line 252
  523.         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherche par type d'opération", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'252$this->source); })()), """M""");
  524.         yield "</h5>
  525.                                         <nav>
  526.                                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  527.                                                 <div class=\"col-12 col-sm-6 col-lg-4 no-padding-x bl_gris br_gris\">
  528.                                                     <a class=\"nav-item nav-link\" href=\"";
  529.         // line 256
  530.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reprendre_entreprise_resultats_annonces_cession_entreprise", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'256$this->source); })())]), "html"nulltrue);
  531.         yield "?type_recherche=5&type_cession=Majoritaire\">
  532.                                                         ";
  533.         // line 257
  534.         yield $this->extensions['App\Twig\TranslationExtension']->translate("participation majoritaire", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'257$this->source); })()), """M""");
  535.         yield "
  536.                                                     </a>
  537.                                                 </div>
  538.                                                 <div class=\"col-12 col-sm-6 col-lg-4 no-padding-x bl_gris br_gris\">
  539.                                                     <a class=\"nav-item nav-link\" href=\"";
  540.         // line 261
  541.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reprendre_entreprise_resultats_annonces_cession_entreprise", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'261$this->source); })())]), "html"nulltrue);
  542.         yield "?type_recherche=5&type_cession=Minoritaire\">
  543.                                                         ";
  544.         // line 262
  545.         yield $this->extensions['App\Twig\TranslationExtension']->translate("participation minoritaire", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'262$this->source); })()), """M""");
  546.         yield "
  547.                                                     </a>
  548.                                                 </div>
  549.                                                 <div class=\"col-12 col-sm-6 col-lg-4 no-padding-x bl_gris br_gris\">
  550.                                                     <a class=\"nav-item nav-link\" href=\"";
  551.         // line 266
  552.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reprendre_entreprise_resultats_annonces_cession_entreprise", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'266$this->source); })())]), "html"nulltrue);
  553.         yield "?type_recherche=5&id_raison_cession=3\">
  554.                                                         ";
  555.         // line 267
  556.         yield $this->extensions['App\Twig\TranslationExtension']->translate("levée de fonds", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'267$this->source); })()), """M""");
  557.         yield "
  558.                                                     </a>
  559.                                                 </div>
  560.                                                 <div class=\"col-12 col-sm-6 col-lg-4 no-padding-x bl_gris br_gris\">
  561.                                                     <a class=\"nav-item nav-link\" href=\"";
  562.         // line 271
  563.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reprendre_entreprise_resultats_annonces_cession_entreprise", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'271$this->source); })())]), "html"nulltrue);
  564.         yield "?type_recherche=5&id_raison_cession=5\">
  565.                                                         ";
  566.         // line 272
  567.         yield $this->extensions['App\Twig\TranslationExtension']->translate("société en difficulté", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'272$this->source); })()), """M""");
  568.         yield "
  569.                                                     </a>
  570.                                                 </div>
  571.                                                 <div class=\"col-12 col-sm-6 col-lg-4 no-padding-x bl_gris br_gris\">
  572.                                                     <a class=\"nav-item nav-link\" href=\"";
  573.         // line 276
  574.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reprendre_entreprise_resultats_annonces_cession_entreprise", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'276$this->source); })())]), "html"nulltrue);
  575.         yield "?type_recherche=5&id_raison_cession=4\">
  576.                                                         ";
  577.         // line 277
  578.         yield $this->extensions['App\Twig\TranslationExtension']->translate("adossement industriel", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'277$this->source); })()), """M""");
  579.         yield "
  580.                                                     </a>
  581.                                                 </div>
  582.                                                 <div class=\"col-12 col-sm-6 col-lg-4 no-padding-x bl_gris br_gris\">
  583.                                                     <a class=\"nav-item nav-link\" href=\"";
  584.         // line 281
  585.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reprendre_entreprise_resultats_annonces_cession_entreprise", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'281$this->source); })())]), "html"nulltrue);
  586.         yield "?type_recherche=5&type_repreneur_personne=personne&type_repreneur_societe=0\">
  587.                                                         ";
  588.         // line 282
  589.         yield $this->extensions['App\Twig\TranslationExtension']->translate("pour personnes physiques", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'282$this->source); })()), """M""");
  590.         yield "
  591.                                                     </a>
  592.                                                 </div>
  593.                                             </div>
  594.                                         </nav>
  595.                                     </div>
  596.                                     <!--FIN TYPE OPERATION-->
  597.                                     
  598.                                 
  599.                                     <!--LOCALISATIONS-->
  600.                                     ";
  601.         // line 293
  602.         yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi"Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\ReprendreEntrepriseController::trouverAnnonceCessionEntrepriseParLocalisation", ["lang" =>         // line 295
  603. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'295$this->source); })()), "codePays" =>         // line 296
  604. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'296$this->source); })())]));
  605.         // line 297
  606.         yield "
  607.                                     <!--FIN LOCALISATIONS-->
  608.                                     <!--SECTEURS ACTIVITE-->
  609.                                     ";
  610.         // line 301
  611.         yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi"Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\ReprendreEntrepriseController::trouverAnnonceCessionEntrepriseParCategorie", ["lang" =>         // line 303
  612. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'303$this->source); })()), "codePays" =>         // line 304
  613. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'304$this->source); })())]));
  614.         // line 305
  615.         yield "
  616.                                     <!--FIN SECTEURS ACTIVITE-->
  617.                                     <div class=\"text-center col-12 my-3\">
  618.                                         <a class=\"font-weight-bold\" href=\"";
  619.         // line 308
  620.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reprendre_entreprise_recherche_annonces_cession_entreprise", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'308$this->source); })())]), "html"nulltrue);
  621.         yield "\">
  622.                                             > ";
  623.         // line 309
  624.         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherche avancee", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'309$this->source); })()), """M");
  625.         yield "
  626.                                         </a>
  627.                                     </div>
  628.                                 </div>
  629.                             </div>
  630.                         </div>
  631.                     </div>
  632.                 </div>
  633.             </div><!--FIN COLONNE DROITE -->
  634.         </div> <!--FIN ROW CONTAINER -->
  635.     </div>  <!--FIN CONTAINER -->
  636.     
  637.     ";
  638.         // line 323
  639.         if (((((CoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "user", [], "any"truetruefalse323)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "user", [], "any"falsefalsefalse323))) : ("")) &&  !$this->extensions['App\Twig\DroitAccesExtension']->hasIsService(CoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'323$this->source); })()), "user", [], "any"falsefalsefalse323), ["81"])) &&  !$this->extensions['App\Twig\DroitAccesExtension']->hasIsService(CoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'323$this->source); })()), "user", [], "any"falsefalsefalse323), ["82"]))) {
  640.             yield 
  641.        ";
  642.             // line 325
  643.             yield "        ";
  644.             yield from             $this->loadTemplate("elite/includes/elite_access.html.twig""reprendre_entreprise/recherche_standard_entreprise.html.twig"325)->unwrap()->yield($context);
  645.             // line 326
  646.             yield "      ";
  647.             // line 327
  648.             yield "   ";
  649.         }
  650.         // line 328
  651.         yield "
  652. ";
  653.         
  654.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  655.         
  656.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  657.         return; yield '';
  658.     }
  659.     // line 331
  660.     public function block_javascripts($context, array $blocks = [])
  661.     {
  662.         $macros $this->macros;
  663.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  664.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  665.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  666.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  667.         // line 332
  668.         yield "    ";
  669.         yield from $this->yieldParentBlock("javascripts"$context$blocks);
  670.         yield "
  671.     <script src=\"";
  672.         // line 333
  673.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/js/lib/ion.rangeSlider.min.js"), "html"nulltrue);
  674.         yield "\"></script>
  675.     ";
  676.         // line 335
  677.         yield "    <script>
  678.         \$('.area_map_france').mouseover(function () {
  679.             var lien_img_region = \$(this).attr(\"img_carte\");
  680.             \$('#carte_france_recherche').attr(\"src\", lien_img_region);
  681.         })
  682.                 .mouseout(function () {
  683.                     \$('#carte_france_recherche').attr(\"src\", \"";
  684.         // line 341
  685.         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.'341$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse341), "html"nulltrue);
  686.         yield "/static/help-fusacq/fr/css/images/carte/carte_bleu/fond_carte2.gif\");
  687.                 });
  688.         \$('.lien_region').mouseover(function () {
  689.             var id_localisation = \$(this).attr(\"id_region\");
  690.             var lien_image_region = \"";
  691.         // line 346
  692.         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.'346$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse346), "html"nulltrue);
  693.         yield "/static/help-fusacq/fr/css/images/carte/carte_bleu/\" + id_localisation + \".png\";
  694.             \$('#carte_france_recherche').attr(\"src\", lien_image_region);
  695.         })
  696.                 .mouseout(function () {
  697.                     \$('#carte_france_recherche').attr(\"src\", \"";
  698.         // line 351
  699.         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.'351$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse351), "html"nulltrue);
  700.         yield "/static/help-fusacq/fr/css/images/carte/carte_bleu/fond_carte2.gif\");
  701.                 });
  702.         \$('#select_region').on('change', function () {
  703.             var href = \$('#select_region option:selected').data('href');
  704.             window.location.href = href;
  705.         });
  706.         \$('.activeAuth').on('click', function () {
  707. \t\t\t\$('#ModalElite').modal('hide');
  708. \t\t\t\$('#elite2').modal('hide');
  709. \t\t\t\$('#elite').modal('hide');
  710.         });
  711.         function changeFromAuth(forfait) {
  712.             \$('#fromAuthModal').val(forfait);
  713.         }
  714.     </script>
  715. ";
  716.         
  717.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  718.         
  719.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  720.         return; yield '';
  721.     }
  722.     /**
  723.      * @codeCoverageIgnore
  724.      */
  725.     public function getTemplateName()
  726.     {
  727.         return "reprendre_entreprise/recherche_standard_entreprise.html.twig";
  728.     }
  729.     /**
  730.      * @codeCoverageIgnore
  731.      */
  732.     public function isTraitable()
  733.     {
  734.         return false;
  735.     }
  736.     /**
  737.      * @codeCoverageIgnore
  738.      */
  739.     public function getDebugInfo()
  740.     {
  741.         return array (  750 => 351,  742 => 346,  734 => 341,  726 => 335,  722 => 333,  717 => 332,  707 => 331,  695 => 328,  692 => 327,  690 => 326,  687 => 325,  683 => 323,  666 => 309,  662 => 308,  657 => 305,  655 => 304,  654 => 303,  653 => 301,  647 => 297,  645 => 296,  644 => 295,  643 => 293,  629 => 282,  625 => 281,  618 => 277,  614 => 276,  607 => 272,  603 => 271,  596 => 267,  592 => 266,  585 => 262,  581 => 261,  574 => 257,  570 => 256,  563 => 252,  552 => 243,  550 => 241,  549 => 240,  548 => 239,  547 => 236,  538 => 229,  536 => 228,  535 => 227,  534 => 225,  529 => 222,  523 => 220,  515 => 218,  513 => 217,  503 => 212,  499 => 211,  494 => 209,  489 => 207,  482 => 203,  463 => 187,  459 => 186,  452 => 182,  448 => 181,  441 => 177,  437 => 176,  430 => 172,  415 => 160,  407 => 155,  403 => 154,  396 => 150,  376 => 133,  372 => 132,  363 => 126,  359 => 125,  350 => 119,  346 => 118,  338 => 113,  325 => 103,  321 => 102,  314 => 98,  296 => 87,  292 => 86,  287 => 83,  284 => 82,  281 => 81,  278 => 80,  276 => 79,  272 => 77,  263 => 72,  259 => 70,  255 => 68,  253 => 67,  249 => 66,  244 => 64,  240 => 63,  236 => 62,  232 => 60,  229 => 59,  217 => 53,  210 => 51,  203 => 47,  197 => 46,  191 => 45,  181 => 37,  179 => 36,  172 => 31,  170 => 30,  164 => 26,  162 => 25,  161 => 24,  160 => 23,  159 => 21,  155 => 19,  152 => 18,  142 => 17,  129 => 14,  125 => 13,  111 => 12,  97 => 8,  87 => 7,  73 => 4,  63 => 3,  40 => 1,);
  742.     }
  743.     public function getSourceContext()
  744.     {
  745.         return new Source("{% extends 'base.html.twig' %}
  746. {% block title %}
  747.     <title>{{ translate(\"toutes les annonces d'entreprises à reprendre\" ,lang,\"\",\"M\") | raw }}</title>
  748. {% endblock %}
  749. {% block description %}
  750.     <meta name=\"description\" content=\"{{ translate(\"découvrez toutes les annonces d'entreprises à reprendre\" ,lang,\"\",\"M\") | raw }}\">
  751. {% endblock %}
  752. {% block stylesheets %}  {{ parent() }}
  753.     <link rel=\"stylesheet\" href=\"{{ asset('build/css/lib/range-slider.css') }}\"/>
  754.     <link rel=\"stylesheet\" href=\"{{ asset('build/css/reprendre_entreprise/rechercheavancee.css') }}\"/>
  755. {% endblock %}
  756. {% block body %}
  757.     {% include 'assets/assets_vuejs.html.twig' %}
  758.     <!-- Menu  -->
  759.     {{ render_esi(controller(
  760.       'App\\\\Controller\\\\CoreController::menu',
  761.       {   \"lang\": lang,
  762.           \"currentRoute\":currentRoute,
  763.           \"codePays\": codePaysWithUnderScore }
  764.     )) }}
  765.     <!-- Menu  -->
  766.     <!-- Publicite  -->
  767.     {% include 'includes/publicite.html.twig' %}
  768.     <!-- Publicite  -->
  769.     <div class=\"container\" id=\"app\">
  770.         <div class=\"row\">
  771.             <!--COLONNE GAUCHE -->
  772.             {% include 'includes/colonnes_gauche_annonces.html.twig' %}
  773.             <!--FIN COLONNE GAUCHE -->
  774.             <!--COLONNE DROITE -->
  775.             <div class=\"col-12 col-lg-9 bkg_blanc\">
  776.                 <!-- ARIANE -->
  777.                 <nav aria-label=\"breadcrumb\" class=\"d-none d-sm-block\">
  778.                     <ol class=\"breadcrumb\">
  779.                         <li class=\"breadcrumb-item\"><a href=\"{{ path('index',{'codePays':codePays}  ) }}\">{{ translate(\"accueil\",lang,\"\",\"M\") | raw }}</a></li>
  780.                         <li class=\"breadcrumb-item\"><a href=\"{{ path('reprendre_entreprise_annonces_cession_entreprise',{'codePays':codePaysWithUnderScore}  ) }}\">{{ translate(\"reprendre une entreprise ou developper ma societe\",lang,\"\",\"M\") | raw }}</a></li>
  781.                         <li class=\"breadcrumb-item active\" aria-current=\"page\">{{ translate(\"toutes les opportunités\",lang,\"\",\"M\") | raw }}</li>
  782.                     </ol>
  783.                 </nav>
  784.                 {% for message in app.flashes('error') %} 
  785.                     <div class=\"col-12 alert alert-danger alert-dismissible fade show\" role=\"alert\">
  786.                         {{ message|raw }}
  787.                         <button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-label=\"Close\">
  788.                             <span aria-hidden=\"true\">&times;</span>
  789.                         </button>
  790.                     </div>
  791.                 {% endfor %}
  792.                 {% if alertPubElite %}
  793.                 \t<div class=\"col-12 mt-5 alert alert-warning\" role=\"alert\">
  794.                       <i class=\"fa-regular fa-triangle-exclamation\" aria-hidden=\"true\"></i>&nbsp;&nbsp;
  795.                       <strong>{{ translate(\"Annonce réservée aux membres FUSACQ Elite\",lang,\"\",\"M\") | raw }}</strong><br>
  796.                      {{ translate( \"Cette opportunité est actuellement disponible en avant première\",lang,\"\",\"M\") | raw }}.<br>
  797.                       {{ translate(\"Elle sera publiée sur le site public dans quelques jours\",lang,\"\",\"M\") | raw }}.
  798.                     \t\t<div class=\"col-12 text-center mt-3\">
  799.                     \t\t\t<a href=\"https://www.fusacq.com/elite/presentation\" aria-pressed=\"true\" class=\"button-rond-blanc2\" role=\"button\">{{ translate(\"Découvrir FUSACQ Elite\",lang,\"\",\"M\") | raw }}</a>&nbsp;&nbsp;&nbsp;
  800.                     \t\t\t{% if app.user %}
  801.                     \t\t\t\t<a class=\"button-rond2 activeAuth\" role=\"button\" aria-pressed=\"true\" href=\"/pack-mer/infos?pack=fusacq_elite\">
  802.                     \t\t\t{% else %}
  803.                     \t\t\t\t<a class=\"button-rond2 activeAuth\" role=\"button\" aria-pressed=\"true\" href=\"javascript:void(0)\" data-toggle=\"modal\" data-target=\"#Modalindex\" onclick=\"changeFromAuth('forfait-fusacq_elite');\">
  804.                     \t\t\t{% endif %}
  805.                     \t\t\t{{ translate(\"Accéder aux annonces en avant première\",lang,\"\",\"M\") | raw }}
  806.                     \t\t\t</a>&nbsp;&nbsp;&nbsp;
  807.                     \t\t</div>
  808.                     </div>
  809.                 {% endif %}
  810.                 <!-- FIN ARIANE -->
  811.                 {% set  listNombresAafficher =  twig_vars.listNombresAafficher  %}
  812.                 {% if  listNombresAafficher |default %}
  813.                     {% set nb_entreprises =  listNombresAafficher.reprendre_une_entreprise_nb_cession_entreprise %}
  814.                 {%  endif %}
  815.                 <div class=\"row\" >
  816.                     <div class=\"col-12 my-4\">
  817.                         <!-- <h2 class=\"bleu_fusacq\">{{ translate(\"reprendre une entreprise ou developper ma societe\",lang,\"\",\"M\") | raw }}</h2>-->
  818.                         <h1 class=\"recherche_avancee bleu_fusacq\">{{ translate(\"toutes les opportunités\",lang,\"\",\"M\") | raw }} - {{ nb_entreprises }} {{ translate(\"cessions d'entreprise\",lang,\"\",\"m\") | raw }}</h1>
  819.                     </div>
  820.                 </div>
  821.                 <!--MOBILE-->
  822.                 <div class=\"row d-block d-sm-none mt-4 bkg_gris_clair\">
  823.                     <div class=\"onglet10 col-12 my-3 pt-3\">
  824.                         <nav>
  825.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  826.                                 <div class=\"col-6 no-padding-x bl_gris br_gris\">
  827.                                     <div class=\"nav-item nav-link active\">
  828.                                         <span class=\"fs13\">{{ translate(\"recherche standard\",lang,\"\",\"M\") | raw }}</span>
  829.                                     </div>
  830.                                 </div>
  831.                                 <div class=\"col-6 no-padding-x br_gris order-sm-1\">
  832.                                     <a class=\"nav-item nav-link\" href=\"{{ path('reprendre_entreprise_recherche_annonces_cession_entreprise',{'codePays':codePaysWithUnderScore}) }}\">
  833.                                         <span class=\"fs13\">{{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }}</span>
  834.                                     </a>
  835.                                 </div>
  836.                             </div>
  837.                         </nav>
  838.                     </div>
  839.                     <div class=\"col-12\">
  840.                         <div class=\"row\">
  841.                             <div class=\"col-6 text-center my-3 br_gris\">
  842.                                 <div class=\"blanc bkg_bleu_2 lh099 py-3\">
  843.                                     <span class=\"res_font\">{{ translate(\"cessions<br>d'entreprise\",lang,\"\",\"M\", \"\") | raw }}</span>
  844.                                 </div>
  845.                             </div>
  846.                             <div class=\"col-6 text-center my-3\">
  847.                                 <div class=\"blanc lh099 py-3\">
  848.                                     <a href=\"{{ path('reprendre_entreprise_cession_actifs',{'codePays':codePaysWithUnderScore}  ) }}\" class=\"bleu lh099 py-3\">
  849.                                         <span class=\"res_font\">{{ translate(\"actifs a<br>reprendre\",lang,\"\",\"M\", \"\") | raw }}</span>
  850.                                     </a>
  851.                                 </div>
  852.                             </div>
  853.                             <div class=\"col-6 text-center my-3 br_gris\">
  854.                                 <div class=\"blanc lh099 py-3\">
  855.                                     <a href=\"{{ path('reprendre_entreprise_cibles_potentielles',{'codePays':codePaysWithUnderScore}  ) }}\" class=\"bleu lh099 py-3\">
  856.                                         <span class=\"res_font\">{{ translate(\"cibles<br>potentielles\",lang,\"\",\"M\", \"\") | raw }}</span>
  857.                                     </a>
  858.                                 </div>
  859.                             </div>
  860.                             <div class=\"col-6 text-center my-3\">
  861.                                 <div class=\"blanc lh099 py-3\">
  862.                                     <a href=\"{{ path('reprendre_entreprise_recherches_partenariat',{'codePays':codePaysWithUnderScore}  ) }}\" class=\"bleu lh099 py-3\">
  863.                                         <span class=\"res_font\">{{ translate(\"recherches de<br>partenariats\",lang,\"\",\"M\", \"\") | raw }}</span>
  864.                                     </a>
  865.                                 </div>
  866.                             </div>
  867.                         </div>
  868.                     </div>
  869.                 </div>
  870.                 <!--MOBILE-->
  871.                 <!--TOUT SAUF MOBILE-->
  872.                 <div class=\"row d-none d-sm-block\">
  873.                     <div class=\"onglet10 col-12 mt-3\">
  874.                         <nav>
  875.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  876.                                 
  877.                                 <div class=\"col-12 col-sm-4 no-padding-x bl_gris br_gris\">
  878.                                     <div class=\"nav-item nav-link active\">
  879.                                         <span class=\"fs13\">{{ translate(\"toutes les opportunites\",lang,\"\",\"M\") | raw }}</span>
  880.                                     </div>
  881.                                 </div>
  882.                                 <div class=\"col-12 col-sm-4 no-padding-x br_gris order-sm-1\">
  883.                                     <a class=\"nav-item nav-link\" href=\"{{ path('reprendre_entreprise_recherche_annonces_cession_entreprise',{'codePays':codePaysWithUnderScore}) }}\">
  884.                                         <span class=\"fs13\">{{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }}</span>
  885.                                     </a>
  886.                                 </div>
  887.                                 <div class=\"col-12 col-sm-4 no-padding-x br_gris order-sm-1\">
  888.                                     <a class=\"nav-item nav-link elite\" 
  889.                                         href=\"{{ path('elite_recherche_avancee', {codePays: codePaysWithUnderScore}) }}\"  >
  890.                                         <span class=\"fs13\">Recherche ELITE</span></a>
  891.                                 </div>
  892.                                         
  893.                             </div>
  894.                         </nav>
  895.                     </div>
  896.                     <div class=\"onglet4 col-12 mt-5 mb-4\">
  897.                         <nav>
  898.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  899.                                 <div class=\"col-12 col-sm-3 no-padding-x lh13 order-4 order-sm-1\">
  900.                                     <div class=\"nav-item nav-link active\">
  901.                                         <span class=\"fs13\">{{ translate(\"cessions<br>d'entreprise\",lang,\"\",\"M\", \"\") | raw }}</span>
  902.                                     </div>
  903.                                 </div>
  904.                                 <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-2\">
  905.                                     <a class=\"nav-item nav-link\" href=\"{{ path('reprendre_entreprise_cession_actifs',{'codePays':codePaysWithUnderScore}  ) }}\">
  906.                                         <span class=\"fs13\">{{ translate(\"actifs a<br>reprendre\",lang,\"\",\"M\", \"\") | raw }}</span>
  907.                                     </a>
  908.                                 </div>
  909.                                 <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-3\">
  910.                                     <a class=\"nav-item nav-link\" href=\"{{ path('reprendre_entreprise_cibles_potentielles',{'codePays':codePaysWithUnderScore}  ) }}\">
  911.                                         <span class=\"fs13\">{{ translate(\"cibles<br>potentielles\",lang,\"\",\"M\", \"\") | raw }}</span>
  912.                                     </a>
  913.                                 </div>
  914.                                 <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-4\">
  915.                                     <a class=\"nav-item nav-link\" href=\"{{ path('reprendre_entreprise_recherches_partenariat',{'codePays':codePaysWithUnderScore}  ) }}\">
  916.                                         <span class=\"fs13\">{{ translate(\"recherches de<br>partenariats\",lang,\"\",\"M\", \"\") | raw }}</span>
  917.                                     </a>
  918.                                 </div>
  919.                             </div>
  920.                         </nav>
  921.                     </div>
  922.                 </div>
  923.                 <!--FIN TOUT SAUF MOBILE-->
  924.                 <div class=\"row\">
  925.                     <div class=\"col-12\">
  926.                         <div class=\"card mb-3 no_shadow\">
  927.                             <div class=\"card-body\">
  928.                                 <div class=\"row\">
  929.                                     <!--REFERENCE-->
  930.                                     <div class=\"col-12 col-sm-8 mt-3\">
  931.                                         <h5>{{ translate(\"recherche rapide\",lang,\"\",\"M\", \"\") | raw }}</h5>
  932.                                     </div>
  933.                                     <div class=\"col-12 col-sm-12 col-md-8 mt-2\">
  934.                                         <form class=\"form-inline\">
  935.                                         \t<div class=\"mr-2\">{{ translate(\"activité / réf. annonce\",lang,\"\",\"M\", \"\") | raw }}</div>
  936.                                             <div class=\"form-group mr-3 mb-2\">
  937.                                                 <input type=\"text\" class=\"form-control\" id=\"reference_mots_cles\" name=\"reference_mots_cles\" style=\"width: 250px;\" placeholder=\"{{ translate(\"ex. transport, V35455, ...\",lang,\"\",\"M\", \"\") | raw }}\">
  938.                                             </div>
  939.                                             <button type=\"submit\" class=\"btn btn-bleu-annonce mb-2\">{{ translate(\"ok\",lang,\"\",\"M\", \"\") | raw }}</button>&nbsp;&nbsp;&nbsp;
  940.                                             <span>ou &nbsp;&nbsp;<a href=\"{{ path('reprendre_entreprise_recherche_annonces_cession_entreprise', {codePays: codePaysWithUnderScore}) }}\">{{ translate(\"recherche avancée\",lang,\"\",\"M\", \"\") | raw }}</a></span>
  941.                                         </form>
  942.                                     </div>
  943.                                     <!--FIN REFERENCE-->
  944.                                     <div class=\"col-12 col-sm-4 mt-2 text-right\">
  945.                                         {% if app.user %}
  946.                                             <a class=\"btn btn-orange-new mb-2 blanc deco_none oneline\" href=\"{{ path('creer_alerte', {type: 'vente', codePays: codePaysWithUnderScore}) }}\"><i class=\"fas fa-exclamation-triangle blanc\"></i>&nbsp;&nbsp;{{ translate(\"créer une alerte\",lang,\"\",\"M\", \"\") | raw }}</a>
  947.                                         {% else %}
  948.                                             <a class=\"btn btn-orange-new mb-2 blanc deco_none oneline\" href=\"#\" role=\"button\" aria-pressed=\"true\" data-toggle=\"modal\" data-target=\"#Modalindex\"><i class=\"fas fa-exclamation-triangle blanc\"></i>&nbsp;&nbsp;{{ translate(\"créer une alerte\",lang,\"\",\"M\", \"\") | raw }}</a>
  949.                                         {% endif %}
  950.                                     </div>
  951.                                     <!--DERNIERES ANNONCES-->
  952.                                     {{ render_esi(controller(
  953.                                           'App\\\\Controller\\\\ReprendreEntrepriseController::dernieresAnnoncesCessionEntreprise',
  954.                                           {   \"lang\": lang,
  955.                                               \"codePays\": codePaysWithUnderScore }
  956.                                       )) }}
  957.                                     <!--FIN DERNIERES ANNONCES-->
  958.                                     
  959.                                     
  960.                            
  961.                                             <!-- bloc recherche elite standard -->
  962.                                                {{ render(controller(
  963.                                                         'App\\\\Controller\\\\EliteController::formRechercheStandard',
  964.                                                         {   
  965.                                                             \"lang\": lang,
  966.                                                             \"codePays\": codePaysWithUnderScore,
  967.                                                             \"currentRoute\": app.request.attributes.get('_route')
  968.                                                         }
  969.                                                     )) }}
  970.                                                            
  971.                                              <!-- bloc recherche elite standard -->
  972.                             
  973.                                      
  974.                                     
  975.                                     
  976.                                     <!--TYPE OPERATION-->
  977.                                     <div class=\"onglet10 d-none d-sm-block col-12 mt-5\">
  978.                                         <h5>{{ translate(\"recherche par type d'opération\",lang,\"\",\"M\", \"\") | raw }}</h5>
  979.                                         <nav>
  980.                                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  981.                                                 <div class=\"col-12 col-sm-6 col-lg-4 no-padding-x bl_gris br_gris\">
  982.                                                     <a class=\"nav-item nav-link\" href=\"{{ path('reprendre_entreprise_resultats_annonces_cession_entreprise', {codePays: codePaysWithUnderScore}) }}?type_recherche=5&type_cession=Majoritaire\">
  983.                                                         {{ translate(\"participation majoritaire\",lang,\"\",\"M\", \"\") | raw }}
  984.                                                     </a>
  985.                                                 </div>
  986.                                                 <div class=\"col-12 col-sm-6 col-lg-4 no-padding-x bl_gris br_gris\">
  987.                                                     <a class=\"nav-item nav-link\" href=\"{{ path('reprendre_entreprise_resultats_annonces_cession_entreprise', {codePays: codePaysWithUnderScore}) }}?type_recherche=5&type_cession=Minoritaire\">
  988.                                                         {{ translate(\"participation minoritaire\",lang,\"\",\"M\", \"\") | raw }}
  989.                                                     </a>
  990.                                                 </div>
  991.                                                 <div class=\"col-12 col-sm-6 col-lg-4 no-padding-x bl_gris br_gris\">
  992.                                                     <a class=\"nav-item nav-link\" href=\"{{ path('reprendre_entreprise_resultats_annonces_cession_entreprise', {codePays: codePaysWithUnderScore}) }}?type_recherche=5&id_raison_cession=3\">
  993.                                                         {{ translate(\"levée de fonds\",lang,\"\",\"M\", \"\") | raw }}
  994.                                                     </a>
  995.                                                 </div>
  996.                                                 <div class=\"col-12 col-sm-6 col-lg-4 no-padding-x bl_gris br_gris\">
  997.                                                     <a class=\"nav-item nav-link\" href=\"{{ path('reprendre_entreprise_resultats_annonces_cession_entreprise', {codePays: codePaysWithUnderScore}) }}?type_recherche=5&id_raison_cession=5\">
  998.                                                         {{ translate(\"société en difficulté\",lang,\"\",\"M\", \"\") | raw }}
  999.                                                     </a>
  1000.                                                 </div>
  1001.                                                 <div class=\"col-12 col-sm-6 col-lg-4 no-padding-x bl_gris br_gris\">
  1002.                                                     <a class=\"nav-item nav-link\" href=\"{{ path('reprendre_entreprise_resultats_annonces_cession_entreprise', {codePays: codePaysWithUnderScore}) }}?type_recherche=5&id_raison_cession=4\">
  1003.                                                         {{ translate(\"adossement industriel\",lang,\"\",\"M\", \"\") | raw }}
  1004.                                                     </a>
  1005.                                                 </div>
  1006.                                                 <div class=\"col-12 col-sm-6 col-lg-4 no-padding-x bl_gris br_gris\">
  1007.                                                     <a class=\"nav-item nav-link\" href=\"{{ path('reprendre_entreprise_resultats_annonces_cession_entreprise', {codePays: codePaysWithUnderScore}) }}?type_recherche=5&type_repreneur_personne=personne&type_repreneur_societe=0\">
  1008.                                                         {{ translate(\"pour personnes physiques\",lang,\"\",\"M\", \"\") | raw }}
  1009.                                                     </a>
  1010.                                                 </div>
  1011.                                             </div>
  1012.                                         </nav>
  1013.                                     </div>
  1014.                                     <!--FIN TYPE OPERATION-->
  1015.                                     
  1016.                                 
  1017.                                     <!--LOCALISATIONS-->
  1018.                                     {{ render_esi(controller(
  1019.                                           'App\\\\Controller\\\\ReprendreEntrepriseController::trouverAnnonceCessionEntrepriseParLocalisation',
  1020.                                           {   \"lang\": lang,
  1021.                                               \"codePays\": codePaysWithUnderScore }
  1022.                                       )) }}
  1023.                                     <!--FIN LOCALISATIONS-->
  1024.                                     <!--SECTEURS ACTIVITE-->
  1025.                                     {{ render_esi(controller(
  1026.                                           'App\\\\Controller\\\\ReprendreEntrepriseController::trouverAnnonceCessionEntrepriseParCategorie',
  1027.                                           {   \"lang\": lang,
  1028.                                               \"codePays\": codePaysWithUnderScore }
  1029.                                       )) }}
  1030.                                     <!--FIN SECTEURS ACTIVITE-->
  1031.                                     <div class=\"text-center col-12 my-3\">
  1032.                                         <a class=\"font-weight-bold\" href=\"{{ path('reprendre_entreprise_recherche_annonces_cession_entreprise',{'codePays':codePaysWithUnderScore}) }}\">
  1033.                                             > {{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }}
  1034.                                         </a>
  1035.                                     </div>
  1036.                                 </div>
  1037.                             </div>
  1038.                         </div>
  1039.                     </div>
  1040.                 </div>
  1041.             </div><!--FIN COLONNE DROITE -->
  1042.         </div> <!--FIN ROW CONTAINER -->
  1043.     </div>  <!--FIN CONTAINER -->
  1044.     
  1045.     {% if  app.user|default and  app.user is not hasService([\"81\"]) and  app.user is not hasService([\"82\"])   %} 
  1046.        {# modal pour les utilisateurs authentifié sans access ELITE #}
  1047.         {% include 'elite/includes/elite_access.html.twig' %}
  1048.       {# modal pour les utilisateurs authentifié sans access ELITE #}
  1049.    {% endif %}
  1050. {% endblock %}
  1051. {% block javascripts %}
  1052.     {{ parent() }}
  1053.     <script src=\"{{ asset('build/js/lib/ion.rangeSlider.min.js') }}\"></script>
  1054.     {#<script type=\"module\" data-name=\"{{ codePaysWithUnderScore }}\" id=\"codePaysParam\" src=\"{{ asset('build/js/reprendre_entreprise/recherche_avancee.js') }}\"></script>#}
  1055.     <script>
  1056.         \$('.area_map_france').mouseover(function () {
  1057.             var lien_img_region = \$(this).attr(\"img_carte\");
  1058.             \$('#carte_france_recherche').attr(\"src\", lien_img_region);
  1059.         })
  1060.                 .mouseout(function () {
  1061.                     \$('#carte_france_recherche').attr(\"src\", \"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/css/images/carte/carte_bleu/fond_carte2.gif\");
  1062.                 });
  1063.         \$('.lien_region').mouseover(function () {
  1064.             var id_localisation = \$(this).attr(\"id_region\");
  1065.             var lien_image_region = \"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/css/images/carte/carte_bleu/\" + id_localisation + \".png\";
  1066.             \$('#carte_france_recherche').attr(\"src\", lien_image_region);
  1067.         })
  1068.                 .mouseout(function () {
  1069.                     \$('#carte_france_recherche').attr(\"src\", \"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/css/images/carte/carte_bleu/fond_carte2.gif\");
  1070.                 });
  1071.         \$('#select_region').on('change', function () {
  1072.             var href = \$('#select_region option:selected').data('href');
  1073.             window.location.href = href;
  1074.         });
  1075.         \$('.activeAuth').on('click', function () {
  1076. \t\t\t\$('#ModalElite').modal('hide');
  1077. \t\t\t\$('#elite2').modal('hide');
  1078. \t\t\t\$('#elite').modal('hide');
  1079.         });
  1080.         function changeFromAuth(forfait) {
  1081.             \$('#fromAuthModal').val(forfait);
  1082.         }
  1083.     </script>
  1084. {% endblock %}
  1085. ""reprendre_entreprise/recherche_standard_entreprise.html.twig""/home/www/fusacq_symfony_5.4_preprod/templates/reprendre_entreprise/recherche_standard_entreprise.html.twig");
  1086.     }
  1087. }