templates/annuaires/repreneurs/repreneurs_recherche.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}
  3. <title>{{ translate("annuaire des repreneurs d'entreprise" ,lang,"","M") | raw }}</title>
  4. {% endblock %}
  5. {% block description %}
  6. <meta name="description" content="{{ translate("consultez les derniers CV déposés par les repreneurs d'entreprise sur FUSACQ" ,lang,"","M") | raw }}">
  7. {% endblock %}
  8. {% block stylesheets %}
  9.     <link rel="stylesheet" href="{{ asset('build/css/annuaires/repreneurs/repreneurs_recherche.css') }}">
  10.     {{ parent() }}
  11.     {# <link rel="stylesheet/less" type="text/css" href="css/styles.less" /> #}
  12.     <link rel="stylesheet" href="{{ asset('build/css/lib/styles.less') }}">
  13.     <script src="https://cdn.jsdelivr.net/npm/less@4.1.1"></script>
  14. {% endblock %}
  15. {% block body %}
  16.     {% include 'assets/assets_vuejs.html.twig' %}
  17.     <!-- Menu  -->
  18.     {{ render_esi(controller(
  19.           'App\\Controller\\CoreController::menu',
  20.           {   "lang": lang,
  21.               "currentRoute":currentRoute,
  22.               "codePays": codePaysWithUnderScore }
  23.       )) | spaceless }}
  24.     <!-- Menu  -->
  25.     <!-- Publicité  -->
  26.     {% include 'includes/publicite.html.twig' %}
  27.     <!-- Publicité  -->
  28.     <div class="container" id="app">
  29.         <div class="row">
  30.             <!--COLONNE GAUCHE -->
  31.             {% include 'includes/colonnes_gauche.html.twig' %}
  32.             <!--FIN COLONNE GAUCHE -->
  33.             <!--COLONNE DROITE -->
  34.             <div class="col-12 col-lg-9 bkg_blanc">
  35.                 <!-- ARIANE -->
  36.                 <nav aria-label="breadcrumb" class="d-none d-sm-block">
  37.                     <ol class="breadcrumb">
  38.                         <li class="breadcrumb-item">
  39.                             <a href="{{ path('index',{'codePays':codePays   }) }}"> {{ translate("accueil" ,lang,"","M") | raw }}</a>
  40.                         </li>
  41.                         <li class="breadcrumb-item">
  42.                             <a href="{{ path('annuaires_index',{'codePays':codePaysWithUnderScore   }) }}">
  43.                                 {{ translate("annuaires" ,lang,"","M") | raw }}
  44.                             </a>
  45.                         </li>
  46.                         <li aria-current="page" class="breadcrumb-item active">
  47.                             {{ translate('annuaire des repreneurs' ,lang,"","M") | raw }}
  48.                         </li>
  49.                     </ol>
  50.                 </nav>
  51.                 <!-- FIN ARIANE -->
  52.                 <div class="row">
  53.                     <div class="col-12">
  54.                         <div class="ml-5 my-2">
  55.                             <a href="{{ path('annuaires_repreneurs_recherche',{'codePays':codePaysWithUnderScore  }) }}">
  56.                                 <img src="/build/img/index_annuaire/logo_annu_repreneurs.png"
  57.                                      alt="" class="img-fluid">
  58.                             </a>
  59.                         </div>
  60.                     </div>
  61.                 </div>
  62.                 <!--2 BOUTONS-->
  63.                 <div class="row mt-3 mb-3">
  64.                     <div class="col-12 pt-2 mb-4 text-right">
  65.                         <a href="{{ path('compte_cv_repreneur',{'codePays':codePaysWithUnderScore  }) }}" title="{{ translate("deposez gratuitement votre cv" ,lang,"","M") | raw }}">
  66.                             <button  class="button-rond">
  67.                                 {{ translate("deposez gratuitement votre cv" ,lang,"","M") | raw }}
  68.                             </button>
  69.                         </a>
  70.                         &nbsp;
  71.                         
  72.                     </div>
  73.                 </div>
  74.                 <!--2 BOUTONS-->
  75.                 <!-- titre bloc a la une -->
  76.                 {% if ( CVsRepreneursPrioritaire|length > 0 ) %}
  77.                     <div class="col-12 pt-3 ml-2">
  78.                         <span class="titre_annonce_alaune">
  79.                             {{ translate("profils a la une pour votre recherche" ,lang,"","M") | raw }}
  80.                         </span>
  81.                     </div>
  82.                 {% endif %}
  83.                 <!-- titre bloc a la une -->
  84.                 <!-- cv liste  a la une -->
  85.                 {% if ( CVsRepreneursPrioritaire|length > 0 ) %}
  86.                     {% for   k, CVPrioritaire  in CVsRepreneursPrioritaire %}
  87.                         <div class="row"   v-if="number_cv_a_la_une>={{ k+1 }}"   v-cloak>
  88.                             <div class="col-12">
  89.                                 <div class="card mb-3 card-ie filet_gris card-alaune " >
  90.                                     <div class="card-body">
  91.                                         <div class="row">
  92.                                             <div class="col-12 col-md-8 col-lg-9 col-xl-10">
  93.                                                 <div>
  94.                                                     {% set  lienRepreneurCVPrioritaireDetails = path('repreneur_cv_detail',
  95.                                                   {
  96.                                                       'idRepreneur':CVPrioritaire.idRepreneur,
  97.                                                       'titreslug':CVPrioritaire.titreSocieteRecherchee|  slugify,
  98.                                                       'codePays':codePaysWithUnderScore
  99.                                                   }) %}
  100.                                                     <a href="{{ lienRepreneurCVPrioritaireDetails }}" >
  101.                                                         <h5 class="titre_annonce">
  102.                                                             {{ CVPrioritaire.titreSocieteRecherchee }}
  103.                                                         </h5>
  104.                                                     </a>
  105.                                                 </div>
  106.                                                 <div class="mb-1">
  107.                                                     {{ translate("recherche par" ,lang,"","M") | raw }} :
  108.                                                     <span class="nowrap_custom">
  109.                                                         <strong>{{ CVPrioritaire.titreProfil }}</strong></span><br>
  110.                                                     <span class="nowrap_custom">
  111.                                                         {{ translate("n° du profil" ,lang,"","M") | raw }}  :
  112.                                                         <strong>{{ CVPrioritaire.idRepreneur }}</strong></span>
  113.                                                     &nbsp;&nbsp;&nbsp;
  114.                                                     <span class="nowrap_custom">
  115.                                                         {{ translate("age" ,lang,"","M") | raw }}  : <strong>{{ CVPrioritaire.age }} {{ translate("ans" ,lang,"","M") | raw }}</strong>
  116.                                                     </span>&nbsp;&nbsp;&nbsp;
  117.                                                     <span class="nowrap_custom">
  118.                                                         {{ translate("apport" ,lang,"","M") | raw }}  : <strong>{{ CVPrioritaire.montantApport | montant }} k€</strong>
  119.                                                     </span>&nbsp;&nbsp;&nbsp;
  120.                                                     <i class="fas fa-map-marker-alt"></i>&nbsp;
  121.                                                     {{ CVPrioritaire.ville }}
  122.                                                 </div>
  123.                                             </div>
  124.                                             <div id="cartes" class="col-12 col-md-4 col-lg-3 col-xl-2">
  125.                                                 <div class="row">
  126.                                                     <div class="col-4 col-md-12 text-center">
  127.                                                         <a href="javascript:void(0)" target="_blank" title="">
  128.                                                             {% if  CVPrioritaire.cartes.id_localisation_by_country|length == 1 %}
  129.                                                                 {% if CVPrioritaire.cartes.id_localisation_by_country|keys |first == "33" %}
  130.                                                                     <img class="img-fluid"
  131.                                                                          id='absolute_index_1'
  132.                                                                          src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/33_fond_monde.png"
  133.                                                                          alt="France">
  134.                                                                     {% for k, carte  in CVPrioritaire.cartes.id_localisation_by_country.33 %}
  135.                                                                         <img class="img-fluid"
  136.                                                                              id='absolute_index_2'
  137.                                                                              src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/{{ carte }}.png"
  138.                                                                              alt="France">
  139.                                                                     {% endfor %}
  140.                                                                 {% endif %}
  141.                                                                 {% if CVPrioritaire.cartes.id_localisation_by_country|keys |first == "41" %}
  142.                                                                     {% if CVPrioritaire.cartes.id_localisation_by_country.41 |length == 1 %}
  143.                                                                         <img class="img-fluid"
  144.                                                                              id='absolute_index_2'
  145.                                                                              src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/41/{{ CVPrioritaire.cartes.id_localisation_by_country.41|first }}.png"
  146.                                                                              alt="Suisse">
  147.                                                                     {% else %}
  148.                                                                         <img class="img-fluid"
  149.                                                                              id='absolute_index_2'
  150.                                                                              src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/41/41_transparent.png"
  151.                                                                              alt="Suisse">
  152.                                                                     {% endif %}
  153.                                                                 {% endif %}
  154.                                                                 {% if CVPrioritaire.cartes.id_localisation_by_country|keys |first == "01" %}
  155.                                                                     {% if CVPrioritaire.cartes.id_localisation_by_country['01'] |length == 1 %}
  156.                                                                         <img class="img-fluid"
  157.                                                                              id='absolute_index_2'
  158.                                                                              src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/01/{{ CVPrioritaire.cartes.id_localisation_by_country['01']|first }}.png"
  159.                                                                              alt="Canada">
  160.                                                                     {% else %}
  161.                                                                         <img class="img-fluid"
  162.                                                                              id='absolute_index_2'
  163.                                                                              src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/01/01_transparent.png"
  164.                                                                              alt="Canada">
  165.                                                                     {% endif %}
  166.                                                                 {% endif %}
  167.                                                                 {% if CVPrioritaire.cartes.id_localisation_by_country|keys |first == "32" %}
  168.                                                                     {% if CVPrioritaire.cartes.id_localisation_by_country.32 |length == 1 %}
  169.                                                                         <img class="img-fluid"
  170.                                                                              id='absolute_index_2'
  171.                                                                              src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/32/{{ CVPrioritaire.cartes.id_localisation_by_country.32|first }}.png"
  172.                                                                              alt="Belgique">
  173.                                                                     {% else %}
  174.                                                                         <img class="img-fluid"
  175.                                                                              id='absolute_index_2'
  176.                                                                              src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/32/32_transparent.png"
  177.                                                                              alt="Belgique">
  178.                                                                     {% endif %}
  179.                                                                 {% endif %}
  180.                                                             {% endif %}
  181.                                                             {% if  CVPrioritaire.cartes.id_localisation_by_country|length  > 1 %}
  182.                                                                 {% if 33 in CVPrioritaire.cartes.id_localisation_by_country|keys %}
  183.                                                                     <img class="img-fluid"
  184.                                                                          id='absolute_index_1'
  185.                                                                          src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/33_fond_monde.png"
  186.                                                                          alt="France">
  187.                                                                     {% for k, carte  in CVPrioritaire.cartes.id_localisation_by_country.33 %}
  188.                                                                         <img class="img-fluid"
  189.                                                                              id='absolute_index_2'
  190.                                                                              src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/{{ carte }}.png"
  191.                                                                              alt="France">
  192.                                                                     {% endfor %}
  193.                                                                     <img class="img-fluid"
  194.                                                                          id='absolute_index_2'
  195.                                                                          src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/monde.png"
  196.                                                                          alt="Monde">
  197.                                                                 {% endif %}
  198.                                                                 {% if 33 not in CVPrioritaire.cartes.id_localisation_by_country|keys %}
  199.                                                                     <img class="img-fluid"
  200.                                                                          id='absolute_index_2'
  201.                                                                          src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/monde_transparent.png"
  202.                                                                          alt="Monde">
  203.                                                                 {% endif %}
  204.                                                             {% endif %}
  205.                                                         </a>
  206.                                                     </div>
  207.                                                 </div>
  208.                                             </div>
  209.                                             <div class="col-4 col-md-4 col-lg-4 mt-2">
  210.                                                 <a href="{{ lienRepreneurCVPrioritaireDetails }}" title="">
  211.                                                     <button type="button" class="btn btn-bleu-annonce">
  212.                                                         {{ translate("Voir les détails" ,lang,"","M") | raw }}
  213.                                                     </button>
  214.                                                 </a>
  215.                                             </div>
  216.                                         </div>
  217.                                     </div>
  218.                                 </div>
  219.                             </div>
  220.                         </div>
  221.                     {% endfor %}
  222.                 {% endif %}
  223.                 <!-- cv liste  a la une -->
  224.                 <!--  BOUTON plus a la une -->
  225.                 {% if ( CVsRepreneursPrioritaire|length > 1 ) %}
  226.                     <Transition name="slide-fade">
  227.                         <div class="col-12 pt-1 mb-5 text-center"  v-if="number_cv_a_la_une < {{ CVsRepreneursPrioritaire|length }}" v-cloak>
  228.                             <a  @click="plusDeCVaLaUne" href="javascript:void(0)" class="text-decoration-none" title="{{ translate("plus d'annonces a la une" ,lang,"","M") | raw }}">
  229.                                 <button type="submit" class="btn btn-orange">
  230.                                     {{ translate("plus de profils a la une" ,lang,"","M") | raw }}
  231.                                 </button>
  232.                             </a>
  233.                         </div>
  234.                     </Transition>
  235.                 {% endif %}
  236.                 <!--  BOUTON plus a la une -->
  237.                 {{ form_start(form, {"attr": {"id": ""}} ) }}
  238.                 <div class="row">
  239.                     <div class="col-10 offset-1">
  240.                         <div class="card mb-3 no_shadow" id="background_gris_clair">
  241.                             <div class="row" >
  242.                                 <div class="col-12 ml-3 my-3">
  243.                                     <span class="fs13">
  244.                                         {{ translate("trouvez les repreneurs correspondant aux criteres suivants" ,lang,"","M") | raw }}
  245.                                     </span>
  246.                                 </div>
  247.                                 <!-- Pays  -->
  248.                                 <div class="col-4 col-lg-3 offset-lg-2 mt-1 mb-3">
  249.                                     {{ translate("pays" ,lang,"","M") | raw }}
  250.                                 </div>
  251.                                 <div class="col-8 col-lg-5 mb-3 input-group" >
  252.                                     {{ form_widget(form.id_pays ) }}
  253.                                 </div >
  254.                                 <!-- Pays  -->
  255.                                 <!-- Région  -->
  256.                                 <Transition name="slide-fade">
  257.                                     <div class="col-4 col-lg-3 offset-lg-2 mt-1 mb-3" v-if="display_regions" v-cloak>
  258.                                         {{ translate("region" ,lang,"","M") | raw }}
  259.                                     </div>
  260.                                 </Transition>
  261.                                 <Transition name="slide-fade">
  262.                                     <div class="col-8 col-lg-5 mb-3 input-group" v-if="display_regions" v-cloak>
  263.                                         {{ form_widget(form.id_region ) }}
  264.                                     </div>
  265.                                 </Transition>
  266.                                 <!-- Région  -->
  267.                                 <!-- Département  -->
  268.                                 <Transition name="slide-fade">
  269.                                     <div class="col-4 col-lg-3 offset-lg-2 mt-1 mb-3" v-if="display_departements" v-cloak>
  270.                                         {{ translate("departement" ,lang,"","M") | raw }}
  271.                                     </div>
  272.                                 </Transition>
  273.                                 <Transition name="slide-fade">
  274.                                     <div class="col-8 col-lg-5 mb-3 input-group" v-if="display_departements" v-cloak>
  275.                                         {{ form_widget(form.id_departement ) }}
  276.                                     </div>
  277.                                 </Transition>
  278.                                 <!-- Département  -->
  279.                                 <!--  Secteur d'activité -->
  280.                                 <div class="col-4 col-lg-3 offset-lg-2 mt-1 mb-3">
  281.                                     {{ translate("secteur d'activite" ,lang,"","M") | raw }}
  282.                                 </div>
  283.                                 <div class="col-8 col-lg-5 mb-3 input-group" id=" ">
  284.                                     {{ form_widget(form.id_secteur_activite_recherche_1 ) }}
  285.                                 </div>
  286.                                 <!--  Secteur d'activité -->
  287.                                 <!--  Secteur niveau 2  -->
  288.                                 <Transition name="slide-fade">
  289.                                     <div class="col-4 col-lg-3 offset-lg-2 mt-1 mb-3"
  290.                                          v-if="display_secteur_activite_2" v-cloak>
  291.                                         {{ translate("secteur niveau 2" ,lang,"","M") | raw }}
  292.                                     </div>
  293.                                 </Transition>
  294.                                 <Transition name="slide-fade">
  295.                                     <div class="col-8 col-lg-5 mb-3 input-group" style=" "
  296.                                          v-if="display_secteur_activite_2" v-cloak>
  297.                                         {{ form_widget(form.id_secteur_activite_recherche_2 ) }}
  298.                                     </div>
  299.                                 </Transition>
  300.                                 <!--  Secteur niveau 2  -->
  301.                                 <!--  Secteur niveau 3  -->
  302.                                 <Transition name="slide-fade">
  303.                                     <div class="col-4 col-lg-3 offset-lg-2 mt-1 mb-3"
  304.                                          v-if="display_secteur_activite_3" v-cloak>
  305.                                         {{ translate("secteur niveau 3" ,lang,"","M") | raw }}
  306.                                     </div>
  307.                                 </Transition>
  308.                                 <Transition name="slide-fade">
  309.                                     <div class="col-8 col-lg-5 mb-3 input-group" style=" "
  310.                                          v-if="display_secteur_activite_3" v-cloak>
  311.                                         {{ form_widget(form.id_secteur_activite_recherche_3 ) }}
  312.                                     </div>
  313.                                 </Transition>
  314.                                 <!--  Secteur niveau 3  -->
  315.                                 <!--  Type reprise -->
  316.                                 <div class="col-4 col-lg-3 offset-lg-2 mt-1 mb-3">
  317.                                     {{ translate("type reprise" ,lang,"","M") | raw }}
  318.                                 </div>
  319.                                 <div class="col-8 col-lg-5 mb-3 input-group">
  320.                                     {{ form_widget(form.type_reprise ) }}
  321.                                 </div>
  322.                                 <!--  Type reprise -->
  323.                                 <!-- apport min -->
  324.                                 <div class="col-4 col-lg-3 offset-lg-2 mt-1 mb-3">
  325.                                     {{ translate("apport min." ,lang,"","M") | raw }}
  326.                                 </div>
  327.                                 <div class="col-8 col-lg-5 mb-3 input-group">
  328.                                     {{ form_widget(form.apport_min ) }}
  329.                                 </div>
  330.                                 <!-- apport min -->
  331.                                 <!-- apport max -->
  332.                                 <div class="col-4 col-lg-3 offset-lg-2 mt-1 mb-3">
  333.                                     {{ translate("apport max." ,lang,"","M") | raw }}
  334.                                 </div>
  335.                                 <div class="col-8 col-lg-5 mb-3 input-group">
  336.                                     {{ form_widget(form.apport_max ) }}
  337.                                 </div>
  338.                                 <!-- apport max -->
  339.                                 <!-- mots clés -->
  340.                                 <div class="col-4 col-lg-3 offset-lg-2 mt-1 mb-3">
  341.                                     {{ translate("mots-cles" ,lang,"","M") | raw }}
  342.                                 </div>
  343.                                 <div class="col-8 col-lg-5 mb-3 input-group">
  344.                                     {{ form_widget(form.reference_mots_cles ) }}
  345.                                 </div>
  346.                                 <!-- mots clés -->
  347.                                 <!-- mots exact -->
  348.                                 <div class="col-12 text-center my-4">
  349.                                     <button aria-pressed="true" autocomplete="off" data-toggle="button"
  350.                                             v-model="mots_cle_exact"    @click="toggleMotCleExact($event)"
  351.                                             name="mots_cle_exact" type="button"
  352.                                             class="btn btn-sm btn-toggle"   :class="mots_cle_exact_style" >
  353.                                         <div class="handle"></div>
  354.                                     </button>
  355.                                     <small>
  356.                                         {{ translate("mots cles exacts" ,lang,"","M") | raw }}
  357.                                     </small>
  358.                                     {{ form_widget(form.mots_cle_exact ) }}
  359.                                 </div>
  360.                                 <!-- mots exact -->
  361.                                 <!-- rechercher -->
  362.                                 <div class="col-12 text-center my-4">
  363.                                     <a href="javascript:void(0)" title="">
  364.                                         <button type="submit" class="button-rond">
  365.                                             <span> {{ translate("rechercher" ,lang,"","M") | raw }}</span>
  366.                                         </button>
  367.                                     </a>
  368.                                 </div>
  369.                                 <!-- rechercher -->
  370.                             </div>
  371.                         </div>
  372.                     </div>
  373.                 </div>
  374.                 {{ form_end(form, {'render_rest': false}) }}
  375.                 <div class="row mt-5">
  376.                     <div class="col-12 mb-1 ml-3 mt-3" >
  377.                         <span class="fs18 gris_666">
  378.                             {% set p = "" %}
  379.                             {% if ( CVsRepreneurs.getTotalItemCount> 1 ) %}
  380.                                 {% set p = "p" %}
  381.                             {% endif %}
  382.                             {% if isResultatRecherche %}
  383.                                 {{ CVsRepreneurs.getTotalItemCount }}  {{ translate("$$profil de repreneur correspond à votre recherche$${p|profils de repreneurs correspondent à votre recherche}" ,lang,"","",p) | raw }}
  384.                             {% else %}
  385.                                 {{ translate("derniers profils repreneurs" ,lang,"","M") | raw }}
  386.                             {% endif %}
  387.                         </span >
  388.                     </div>
  389.                 </div>
  390.                 <!--PAGINATION-->
  391.                 <div class="row mt-3" >
  392.                     <div class="col-sm-12">
  393.                         <nav aria-label="...">
  394.                             {{ knp_pagination_render(CVsRepreneurs) }}
  395.                         </nav >
  396.                     </div>
  397.                 </div>
  398.                 <!--FIN PAGINATION-->
  399.                 <div class="row" >
  400.                     <div class="col-12">
  401.                         <!--ANNONCE 1-->
  402.                         {% for index, cvRepreneur in CVsRepreneurs %}
  403.                             {% set  lienRepreneurCvDetails = path('repreneur_cv_detail',
  404.                                  {
  405.                                      'idRepreneur':cvRepreneur.idRepreneur,
  406.                                      'titreslug':cvRepreneur.titreSocieteRecherchee|  slugify,
  407.                                      'codePays':codePaysWithUnderScore
  408.                                  }) ~ '?index=' ~ index
  409.                             %}
  410.                             {% if string_params|default %}
  411.                                 {% set  lienRepreneurCvDetails = lienRepreneurCvDetails ~ '&' ~ string_params %}
  412.                             {% endif %}
  413.                             <div class="card mb-3 card-ie filet_gris" >
  414.                                 <div class="card-body">
  415.                                     <div class="row">
  416.                                         <div class="col-12 col-md-8 col-lg-9 col-xl-10">
  417.                                             <div>
  418.                                                 <a href="{{ lienRepreneurCvDetails }}" >
  419.                                                     <h5 class="titre_annonce">
  420.                                                         {{ cvRepreneur.titreSocieteRecherchee }}
  421.                                                     </h5>
  422.                                                 </a>
  423.                                             </div>
  424.                                             <div class="mb-1">
  425.                                                 {{ translate("recherche par" ,lang,"","M") | raw }} :
  426.                                                 <span class="nowrap_custom">
  427.                                                     <strong> {{ cvRepreneur.titreProfil }}</strong>
  428.                                                 </span>
  429.                                                 <br>
  430.                                                 <span class="nowrap_custom" >
  431.                                                     {{ translate("n° du profil" ,lang,"","M") | raw }}  :
  432.                                                     <strong>{{ cvRepreneur.idRepreneur }}</strong>
  433.                                                 </span>&nbsp;&nbsp;&nbsp;
  434.                                                 <span class="nowrap_custom">
  435.                                                     {{ translate("age" ,lang,"","M") | raw }}  : <strong>{{ cvRepreneur.anneeNaissance }} ans</strong>
  436.                                                 </span>&nbsp;&nbsp;&nbsp;
  437.                                                 <span class="nowrap_custom">
  438.                                                     {{ translate("apport" ,lang,"","M") | raw }}  : <strong>{{ cvRepreneur.montantApport | montant }} k{{devise(codePays)}}</strong>
  439.                                                 </span>&nbsp;&nbsp;&nbsp;
  440.                                                 <i class="fas fa-map-marker-alt"></i>&nbsp;
  441.                                                 {{ cvRepreneur.ville }}
  442.                                             </div>
  443.                                         </div >
  444.                                         <div class="col-12 col-md-4 col-lg-3 col-xl-2" id="cartes" >
  445.                                             <div class="row">
  446.                                                 <div class="col-4 col-md-12 text-center">
  447.                                                     <a href="javascript:void(0)" target="_blank" title="">
  448.                                                         {% if  cvRepreneur.cartes.id_localisation_by_country|length == 1 %}
  449.                                                             {% if cvRepreneur.cartes.id_localisation_by_country|keys |first == "33" %}
  450.                                                                 <img class="img-fluid"
  451.                                                                      id='absolute_index_1'
  452.                                                                      src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/33_fond_monde.png"
  453.                                                                      alt="France">
  454.                                                                 {% for k, carte  in cvRepreneur.cartes.id_localisation_by_country.33 %}
  455.                                                                     <img class="img-fluid"
  456.                                                                          id='absolute_index_2'
  457.                                                                          src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/{{ carte }}.png"
  458.                                                                          alt="France">
  459.                                                                 {% endfor %}
  460.                                                             {% endif %}
  461.                                                             {% if cvRepreneur.cartes.id_localisation_by_country|keys |first == "41" %}
  462.                                                                 {% if cvRepreneur.cartes.id_localisation_by_country.41 |length == 1 %}
  463.                                                                     <img class="img-fluid"
  464.                                                                          id='absolute_index_2'
  465.                                                                          src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/41/{{ cvRepreneur.cartes.id_localisation_by_country.41|first }}.png"
  466.                                                                          alt="Suisse">
  467.                                                                 {% else %}
  468.                                                                     <img class="img-fluid"
  469.                                                                          id='absolute_index_2'
  470.                                                                          src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/41/41_transparent.png"
  471.                                                                          alt="Suisse">
  472.                                                                 {% endif %}
  473.                                                             {% endif %}
  474.                                                             {% if cvRepreneur.cartes.id_localisation_by_country|keys |first == "01" %}
  475.                                                                 {% if cvRepreneur.cartes.id_localisation_by_country['01'] |length == 1 %}
  476.                                                                     <img class="img-fluid"
  477.                                                                          id='absolute_index_2'
  478.                                                                          src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/01/{{ cvRepreneur.cartes.id_localisation_by_country['01']|first }}.png"
  479.                                                                          alt="Canada">
  480.                                                                 {% else %}
  481.                                                                     <img class="img-fluid"
  482.                                                                          id='absolute_index_2'
  483.                                                                          src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/01/01_transparent.png"
  484.                                                                          alt="Canada">
  485.                                                                 {% endif %}
  486.                                                             {% endif %}
  487.                                                             {% if cvRepreneur.cartes.id_localisation_by_country|keys |first == "32" %}
  488.                                                                 {% if cvRepreneur.cartes.id_localisation_by_country.32 |length == 1 %}
  489.                                                                     <img class="img-fluid"
  490.                                                                          id='absolute_index_2'
  491.                                                                          src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/32/{{ cvRepreneur.cartes.id_localisation_by_country.32|first }}.png"
  492.                                                                          alt="Belgique">
  493.                                                                 {% else %}
  494.                                                                     <img class="img-fluid"
  495.                                                                          id='absolute_index_2'
  496.                                                                          src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/32/32_transparent.png"
  497.                                                                          alt="Belgique">
  498.                                                                 {% endif %}
  499.                                                             {% endif %}
  500.                                                         {% endif %}
  501.                                                         {% if  cvRepreneur.cartes.id_localisation_by_country|length  > 1 %}
  502.                                                             {% if 33 in cvRepreneur.cartes.id_localisation_by_country|keys %}
  503.                                                                 <img class="img-fluid"
  504.                                                                      id='absolute_index_1'
  505.                                                                      src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/33_fond_monde.png"
  506.                                                                      alt="France">
  507.                                                                 {% for k, carte  in cvRepreneur.cartes.id_localisation_by_country.33 %}
  508.                                                                     <img class="img-fluid"
  509.                                                                          id='absolute_index_2'
  510.                                                                          src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/{{ carte }}.png"
  511.                                                                          alt="France">
  512.                                                                 {% endfor %}
  513.                                                                 <img class="img-fluid"
  514.                                                                      id='absolute_index_2'
  515.                                                                      src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/monde.png"
  516.                                                                      alt="Monde">
  517.                                                             {% endif %}
  518.                                                             {% if 33 not in cvRepreneur.cartes.id_localisation_by_country|keys %}
  519.                                                                 <img class="img-fluid"
  520.                                                                      id='absolute_index_2'
  521.                                                                      src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/monde_transparent.png"
  522.                                                                      alt="Monde">
  523.                                                             {% endif %}
  524.                                                         {% endif %}
  525.                                                     </a>
  526.                                                 </div>
  527.                                             </div>
  528.                                         </div>
  529.                                         <div class="col-4 col-md-4 col-lg-4 mt-2">
  530.                                             <a href="{{ lienRepreneurCvDetails }}" title="">
  531.                                                 <button type="button" class="button-rond">
  532.                                                     {{ translate("details" ,lang,"","M") | raw }}
  533.                                                 </button>
  534.                                             </a>
  535.                                         </div>
  536.                                     </div>
  537.                                 </div>
  538.                             </div>
  539.                             <!--FIN ANNONCE 1-->
  540.                         {% endfor %}
  541.                     </div>
  542.                 </div>
  543.                 <!--PAGINATION-->
  544.                 <div class="col-sm-12 mb-5 mt-3">
  545.                     <nav aria-label="...">
  546.                         {{ knp_pagination_render(CVsRepreneurs) }}
  547.                     </nav>
  548.                 </div>
  549.                 <!--FIN PAGINATION-->
  550.                 <!--MODAL-->
  551.                 <div class="modal fade" id="exampleModal" tabindex="-1" role="dialog"
  552.                      aria-labelledby="exampleModalLabel" aria-hidden="true">
  553.                     <div class="modal-dialog modal-lg" role="document">
  554.                         <div class="modal-content">
  555.                             <div class="modal-header">
  556.                                 <h5 class="modal-title bleu" id="exampleModalLabel">
  557.                                     {{ translate("que sont les 'acheteurs potentiels' proposes par fusacq" ,lang,"") | raw }}
  558.                                     ?
  559.                                 </h5>
  560.                                 <button type="button" class="close" data-dismiss="modal" aria-label="Close">
  561.                                     <span aria-hidden="true">×</span>
  562.                                 </button>
  563.                             </div>
  564.                             <div class="modal-body text-justify">
  565.                                 {{ translate('la liste que vous allez consulter sous l\'intitule "acheteurs potentiels" presente
  566.                                   <strong>deux types de societes susceptibles de realiser des acquisitions.</strong><br><br>
  567.                                   <strong>1) les acquereurs historiques, c\'est a dire des societes ayant deja realise
  568.                                       des acquisitions par le passe</strong><br>
  569.                                   pourquoi un acquéreur historique est un acheteur potentiel ?
  570.                                   une societe qui a deja realise une operation d\'acquisition est plus a meme que
  571.                                   n\'importe quelle autre d\'en realiser de nouvelles. elle en a l\'experience et a montre
  572.                                   que ce type d\'operation etait dans son adn... rappelez vous que 95% des dirigeants
  573.                                   d\'entreprise ne feront jamais de croissance externe !<br><br>
  574.                                   <strong>2) les participations des fonds d\'investissement, c\'est a dire des societes
  575.                                       ayant des fonds a leur capital</strong><br>
  576.                                   pourquoi une participation de fonds est un acheteur potentiel ?
  577.                                   lorsqu\'un fonds investit dans une societe c\'est pour que cette derniere se developpe,
  578.                                   soit par croissance interne, soit par croissance externe. ces societes sont donc
  579.                                   toujours a l\'ecoute des opportunites d\'acquisitions et ont, grace au(x) fonds
  580.                                   d\'investissement a leur capital les moyens financiers de leurs ambitions.' ,lang,"") | raw }}
  581.                                 <br><br>
  582.                                 <div class="form-check-inline col-12">
  583.                                     <label class="form-check-label">
  584.                                         <input type="checkbox" class="form-check-input"
  585.                                                value="affichage">
  586.                                         {{ translate("ne plus  afficher la prochaine fois" ,lang,"") | raw }}
  587.                                     </label>
  588.                                 </div>
  589.                             </div>
  590.                             <div class="modal-footer">
  591.                                 <button type="button" class="btn btn-secondary" data-dismiss="modal">
  592.                                     {{ translate("j'ai compris" ,lang,"") | raw }}
  593.                                 </button>
  594.                             </div>
  595.                         </div>
  596.                     </div>
  597.                 </div>
  598.                 <!--FIN MODAL-->
  599.             </div>
  600.             <!--FIN COLONNE DROITE -->
  601.         </div> <!--FIN ROW CONTAINER -->
  602.     </div>  <!--FIN CONTAINER -->
  603. {% endblock %}
  604. {% block javascripts %} {{ parent() }}
  605.     <script type="module" data-name="{{ codePaysWithUnderScore }}" id="codePaysParam"
  606.     src="{{ asset('build/js/annuaires/annuaire_repreneurs_recherche.js') }}"></script>
  607. {% endblock %}