{% extends 'base.html.twig' %}
{% block googletag %}{{ googleTag.getCiblageLocalisationFusacq | raw }}{{ googleTag.getCiblageSecteurActiviteFusacq | raw }}{% endblock %}
{% block stylesheets %} {{ parent() }}
<link rel="stylesheet" href="{{ asset('build/css/vendre_entreprise/vendre_entreprise.css') }}">
{% endblock %}
{% block body %}
{% include 'assets/assets_vuejs.html.twig' %}
<!-- Menu -->
{{ render_esi(controller(
'App\\Controller\\CoreController::menu',
{ "lang": lang,
"currentRoute":"participation_fonds_detail",
"codePays": codePaysWithUnderScore }
)) }}
<!-- Menu -->
<!-- Publicité -->
{% include 'includes/publicite.html.twig' %}
<!-- Publicité -->
<div class="container" id="app">
<div class="row">
<!--COLONNE GAUCHE -->
{% if from == "cibles_potentielles" %}
{% include 'includes/colonne_gauche_cibles_potentielles.html.twig' %}
{% else %}
{% include 'includes/colonne_gauche_participations_de_fonds.html.twig' %}
{% endif %}
<!--FIN COLONNE GAUCHE -->
<!--COLONNE DROITE -->
<div class="col-12 col-lg-9 bkg_blanc">
<!-- ARIANE -->
<nav aria-label="breadcrumb" class="d-none d-sm-block">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="{{ path('index',{'codePays':codePays}) }}">{{ translate("accueil",lang,"","M") | raw }}</a></li>
{% if from == "cibles_potentielles" %}
<li class="breadcrumb-item"><a href="{{ path('reprendre_entreprise_annonces_cession_entreprise',{'codePays':codePaysWithUnderScore} ) }}">{{ translate("reprendre une entreprise",lang,"","M") | raw }}</a></li>
<li class="breadcrumb-item"><a href="{{ path('reprendre_entreprise_resultats_cibles_potentielles',{'codePays':codePaysWithUnderScore}) }}">{{ translate("cibles potentielles",lang,"","M") | raw }} - {{ translate("participations de fonds",lang,"","M") | raw }}</a></li>
{% elseif from == "acheteurs_potentiels" %}
<li class="breadcrumb-item"><a href="{{ path('vendre_entreprise_annonces_acquisition_entreprise',{'codePays':codePaysWithUnderScore} ) }}">{{ translate("vendre une entreprise",lang,"","M") | raw }}</a></li>
<li class="breadcrumb-item"><a href="{{ path('vendre_entreprise_resultats_participations_fonds',{'codePays':codePaysWithUnderScore}) }}">{{ translate("acheteurs potentiels",lang,"","M") | raw }} - {{ translate("participations de fonds",lang,"","M") | raw }}</a></li>
{% else %}
<li class="breadcrumb-item"><a href="{{ path('annuaires_index',{'codePays':codePaysWithUnderScore} ) }}" title="{{ translate("annuaires",lang,"","M") | raw }}">{{ translate("annuaires",lang,"","M") | raw }}</a></li>
<li class="breadcrumb-item"><a href="{{ path('participation_fonds_index',{'codePays':codePaysWithUnderScore}) }}" title="{{ translate("annuaire des participations des fonds d'investissement",lang,"","M") | raw }}">{{ translate("annuaire des participations des fonds d'investissement",lang,"","M") | raw }}</a></li>
{% endif %}
<li class="breadcrumb-item active" aria-current="page">{{ titre_ariane }}</li>
</ol>
</nav>
<!-- FIN ARIANE -->
{% if app.session.flashbag.peek('error')|length > 0 %}
<div class="alert alert-danger" role="alert">
<p>{{ translate("veuillez corriger les erreurs suivantes",lang,"","M","") | raw }} :</p>
{% for message in app.flashes('error') %}
- {{ message }}<br>
{% endfor %}
</div>
{% endif %}
{% if app.session.flashbag.peek('success')|length > 0 %}
<div class="alert alert-success" role="alert">
{% for message in app.flashes('success') %}
- {{ message }}<br>
{% endfor %}
</div>
{% endif %}
{% if not from_exemple and not from_commande %}
<!--3 BOUTONS-->
<div class="row my-3">
<div class="col-4">
{% if previousAnnonce %}
{% set lienPrevious = path('participation_fonds_detail',
{
'slug':previousAnnonce._get('resume_activite')|slugify,
'idParticipation':previousAnnonce._get('id_societe'),
'codePays':codePaysWithUnderScore
}) ~ '?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ indexPrevious %}
<a href="{{ lienPrevious }}" title="{{ translate("precedente",lang,"","M") | raw }}" class="deco_none {{ colorClass }}">
<div class="float-left"><i class="fa fa-chevron-circle-left fa-2x"></i></div>
<div class="d-none d-xl-block lh20"> {{ translate("precedente",lang,"","M") | raw }}</div>
</a>
{% endif %}
</div>
<div class="col-4 text-center align-content-center" style="text-align:center">
<div class="bloc_140 contenu_centre">
{% if urlRetourList %}
<a href="{{ urlRetourList }}" title="{{ translate("retour liste",lang,"","M") | raw }}" class="deco_none {{ colorClass }} d-inline-block d-xl-inline">
<div class="float-left"><i class="fa fa-chevron-circle-up fa-2x"></i></div>
<div class="d-none d-xl-block lh20" style="background-color: #FFF; vertical-align: middle;"> {{ translate("retour liste",lang,"","M") | raw }}</div>
</a>
{% endif %}
</div>
</div>
<div class="col-4 text-right" style=" text-align: right">
{% if nextAnnonce %}
{% set lienNext = path('participation_fonds_detail', {
'slug': nextAnnonce._get('resume_activite')|slugify,
'idParticipation': nextAnnonce._get('id_societe'),
'codePays': codePaysWithUnderScore
}) ~ '?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ indexNext %}
<a href="{{ lienNext }}" style="text-decoration:none;" title="{{ translate("suivante",lang,"","M") | raw }}" class="deco_none {{ colorClass }}">
<div class="float-right"><i class="fa fa-chevron-circle-right fa-2x"></i></div>
<div class="d-none d-xl-block lh20" style="vertical-align:middle;">{{ translate("suivante",lang,"","M") | raw }} </div>
</a>
{% endif %}
</div>
</div>
<!--FIN 3 BOUTONS-->
{% endif %}
{% if (has_service or hasCommande) and isNoLongerAvailable %}
<div class="mb-3 mt-sm-1 no_shadow">
<div class="row">
<div class="col-12 col-sm-10 mt-3 mb-5 offset-sm-1">
{{ translate("La Participation de Fonds a été supprimée. Nous ne pouvons donc malheureusement plus l'afficher.",lang,"","M") | raw }}
</div>
</div>
</div>
{% elseif (has_service or hasCommande or is_example) %}
<!-- CARD -->
<div class="card no_shadow">
<div class="card-body">
<div class="row">
<div class="col-12 ml-lg-3">
<h2 class="{{ titreClass }}">
{{ participation._get('resume_activite') }}
</h2>
</div>
<div class="col-12 col-sm-8 mb-3 ml-lg-5">
<ul class="cat_regions mt-1">
<li><h5>{{ participation._get('raison_sociale') }}</h5></li>
{% if participation._get('nom_directeur_general') %}
<li>{{ translate("president",lang,"","M") | raw }} : {{ participation._get('nom_directeur_general') }}</li>
{% endif %}
<li>{{ participation._get('adresse') }}</li>
<li>{{ participation._get('code_postal') }} {{ participation._get('ville') }} - {{ participation.nom_localisation_niveau_0 }}</li>
{% if participation._get('telephone') %}
<li><i class="fas fa-phone-alt gris_ccc"></i> {{ participation._get('telephone') }}</li>
{% endif %}
{% if participation._get('site_internet') %}
<li>
<i class="fas fa-globe-americas gris_ccc"></i>
<a href="{{ participation._get('site_internet') }}" class="underlined" title="{{ translate("site internet",lang,"","m") | raw }} {{ participation._get('raison_sociale') }}">{{ participation._get('site_internet') }}</a>
</li>
{% endif %}
{% if from == "cibles_potentielles" %}
<li>
<div class="mb-3">
<span class="badge3 badge_cession">{{ translate("cible potentielle",lang,"","M") | upper }}</span>
</div>
</li>
{% elseif from == "acheteurs_potentiels" %}
<li>
<div class="mb-3">
<span class="badge3 badge_acquisition">{{ translate("participation de fonds",lang,"","M") | upper }}</span>
</div>
</li>
{% else %}
<li>
<div class="mb-3">
<span class="badge3 badge_cession">{{ translate("participation de fonds",lang,"","M") | upper }}</span>
</div>
</li>
{% endif %}
</ul>
</div>
<div class="col-6 col-sm-3 mt-2">
<img class="img-fluid" src="{{ participation.carte }}" alt="{{ participation.nom_localisation }}" >
</div>
</div>
</div>
</div>
<div class="card no_shadow mt-3 ">
<div class="card-body bkg_gris_clair">
<div class="row">
<div class="col-12 text-justify mt-3">
{{ participation._get('description_activite') | nl2br }}
</div>
</div>
</div>
</div>
<!-- FIN CARD -->
<div class="card mb-3 mt-3 no_shadow">
<div class="card-body">
<div class="row">
<div class="col-12 mt-3 mb-3">
{% if participation._get('strategie_developpement') != "" %}
<div class="col-12">
<h5 class="{{ titreClass }}">{{ translate("strategie de developpement",lang,"","M") | raw }}</h5>
</div>
<p>{{ participation._get('strategie_developpement') }}</p>
<br><br>
{% endif %}
{% if participation._get('ca_n') != "" or participation._get('annee_n') != "" or participation._get('resultat_net_n') != "" or participation._get('nb_personnes_n') != "" %}
<div class="col-12">
<h5 class="{{ titreClass }}">{{ translate("derniers elements chiffres disponibles *",lang,"","M") | raw }}</h5>
</div>
<table class="table table-striped table-bordered">
{% if participation._get('annee_n') != "" %}
<tr>
<td>{{ translate("annee",lang,"","M") | raw }} :</td>
<td><strong>{{ participation._get('annee_n') }}</strong></td>
</tr>
{% endif %}
{% if participation._get('ca_n') != "" %}
<tr>
<td>{{ translate("chiffre d'affaires",lang,"","M") | raw }} :</td>
<td><strong>{{ participation._get('ca_n') | montant }} k€</strong></td>
</tr>
{% endif %}
{% if participation._get('resultat_net_n') != "" %}
<tr>
<td>{{ translate("resultat net",lang,"","M") | raw }} :</td>
<td><strong>{{ participation._get('resultat_net_n') | montant }} k€</strong></td>
</tr>
{% endif %}
{% if participation._get('nb_personnes_n') != "" %}
<tr>
<td>{{ translate("nombre de personnes",lang,"","M") | raw }} :</td>
<td><strong>{{ participation._get('nb_personnes_n')| montant }}</strong></td>
</tr>
{% endif %}
</table>
<span><em>* : {{ translate("Il s’agit des <strong>dernières données financières connues dans notre base</strong>. Plus l’année de référence est ancienne, <strong>plus il est probable que ces éléments aient évolué</strong> depuis.",lang,"","M") | raw }}</em></span>
<br><br><br><br>
{% endif %}
{% if tab_actionnaires %}
{% set bool_montant_total_calculable = true %}
{% set bool_capital_total_calculable = true %}
{% set cpt_montant = 0 %}
{% set cpt_capital = 0 %}
{% set annee_dernier_investissement = 0 %}
<div class="col-12">
<h5 class="{{ titreClass }}">{{ translate("actionnaires institutionnels",lang,"","M") | raw }}</h5>
</div>
<table class="table table-striped table-bordered">
<colgroup>
<col class="col-4">
<col class="col-2">
<col class="col-2">
<col class="col-2">
<col class="col-2">
</colgroup>
<tr>
<td style="background-color:#9F9F9F; color: #FFFFFF">{{ translate("detail",lang,"","M") | raw }}</td>
<td style="background-color:#9F9F9F; color: #FFFFFF">{{ translate("date investissement",lang,"","M") | raw }}</td>
<td style="background-color:#9F9F9F; color: #FFFFFF">{{ translate("montant",lang,"","M") | raw }}</td>
<td style="background-color:#9F9F9F; color: #FFFFFF">{{ translate("capital",lang,"","M") | raw }}</td>
<td style="background-color:#9F9F9F; color: #FFFFFF"> </td>
</tr>
{% for actionnaire in tab_actionnaires %}
{% if actionnaire.capital_detenu is defined and actionnaire.capital_detenu != "" %}
{% set capital_detenu = actionnaire.capital_detenu~ ' %' %}
{% set cpt_capital = cpt_capital + actionnaire.capital_detenu %}
{% else %}
{% set capital_detenu = "N.C" %}
{% set bool_capital_total_calculable = false %}
{% endif %}
{% if actionnaire.montant_investi is defined and actionnaire.montant_investi != "" %}
{% set montant_investi = actionnaire.montant_investi | montant ~ ' k' ~ devise_societe %}
{% set cpt_montant = (cpt_montant + actionnaire.montant_investi)| montant %}
{% else %}
{% set bool_montant_total_calculable = false %}
{% set montant_investi = "N.C" %}
{% endif %}
{% if actionnaire.date_investissement is defined and actionnaire.date_investissement | slice(0,4) > annee_dernier_investissement %}
{% set annee_dernier_investissement = actionnaire.date_investissement | slice(0,4) %}
{% endif %}
<tr>
<td class="col-4">
<a href="#" data-toggle="modal" data-target="#modal-contact{{ actionnaire.id_gestionnaire_fonds }}">{{ actionnaire.nom_societe }}</a>
</td>
<td>
<strong>
{% if actionnaire.date_investissement is defined %}
{{ actionnaire.date_investissement | slice(4,2) }}/{{ actionnaire.date_investissement | slice(0,4) }}
{% endif %}
</strong>
</td>
<td><strong>{{ montant_investi }}</strong></td>
<td><strong>{{ capital_detenu }}</td>
<td class="text-center">
<a href="#" class="bleu underlined" data-toggle="modal" data-target="#modal-contact{{ actionnaire.id_gestionnaire_fonds }}">
{{ translate("contact",lang,"","M") | raw }}
</a>
</td>
</tr>
{% endfor %}
{% if annee_dernier_investissement == 0 %}
{% set annee_dernier_investissement = 'N.C' %}
{% endif %}
</table>
{% endif %}
<!-- IDEM ANCIENS ACTIONNAIRES -->
{% if tab_actionnaires %}
{% if participation._get('capital_total_investisseur') %}
{% set capital_total_detenu = participation._get('capital_total_investisseur') %}
{% set capital_total_detenu = capital_total_detenu ~ '%' %}
{% else %}
{% if bool_capital_total_calculable %}
{% set capital_total_detenu = cpt_capital ~ '%' %}
{% else %}
{% set capital_total_detenu = "N.C" %}
{% endif %}
{% endif %}
{% if participation._get('montant_total_investi') %}
{% set montant_total_investi = participation._get('montant_total_investi')|number_format(0, ',', ' ') %}
{% set montant_total_investi = montant_total_investi ~ ' k' ~ devise_societe %}
{% else %}
{% if bool_montant_total_calculable %}
{% set montant_total_investi = cpt_montant ~ ' k' ~ devise_societe %}
{% else %}
{% set montant_total_investi = "N.C" %}
{% endif %}
{% endif %}
<div class="row my-5">
<div class="r-tabs col-12 col-lg-4 offset-lg-4 text-center">
<div class="r-tabs-nav input-group">
<div class="col-12 r-tabs-boite-outils">
<a href="#modal-maj" data-toggle="modal" class="r-tabs-anchor4000" target="_blank">
<div style="margin:0 auto; text-align:center; padding:10px 6px 10px 6px;">
<i class="fas fa-exclamation-triangle mb-2"></i><br>
<div style="line-height:1.04;">{{ translate("signalez une mise à jour",lang,"","M") | raw }}</div>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="col-12">
<h5 class="{{ titreClass }}">{{ translate("profil",lang,"","M") | raw }}</h5>
</div>
<table class="table table-striped table-bordered">
<tr>
<td>{{ translate("capital total detenu par les investisseurs",lang,"","M") | raw }} :</td>
<td><strong>{{ capital_total_detenu }}</strong></td>
<td rowspan="3" class="bkg_blanc text-center">
{% if numero_cadran != -1 %}
{% set img_cadran = "build/img/profil_" ~ numero_cadran ~ ".jpg" %}
<img src="{{ asset(img_cadran) }}" class="img-fluid">
{% endif %}
</td>
</tr>
<tr>
<td>{{ translate("montant total investi",lang,"","M") | raw }} :</td>
<td><strong>{{ montant_total_investi }}</strong></td>
</tr>
<tr>
<td>{{ translate("date dernier investissement",lang,"","M") | raw }} :</td>
<td><strong>{{ annee_dernier_investissement }}</strong></td>
</tr>
</table>
<br><br>
{% endif %}
<div>
<div class="col-8 float-left">
<h5 class="{{ titreClass }}">{{ translate("l'actualite de",lang,"","M") | raw }} {{ participation._get('raison_sociale') }}</h5>
</div>
</div>
<div class="col-4 text-right float-right">
<small>{{ translate("avec",lang,"","m") | raw }} Fusacq Buzz</small>
</div>
<table class="table table-striped table-bordered mb-5">
{% for actu in tab_actualites %}
<tr>
<td>{{ actu.date_mise_en_ligne | slice(6,2) }}/{{ actu.date_mise_en_ligne | slice(4,2) }}/{{ actu.date_mise_en_ligne | slice(0,4) }}</td>
<td><a target="_blank" href="https://www.fusacq.com/buzz/{{ actu.titre_actualite | slugify }}-a{{ actu.id_actualite_principale }}" class="bleu underlined" >{{ actu.titre_actualite }}</a></td>
</tr>
{% endfor %}
</table>
<span><em>{{ translate("Attention cette société n'est pas en vente. Cependant, elle est sans doute plus ouverte que d'autres à la discussion si vous cherchez des cibles de reprise / build-up / croissance externe.",lang,"","M") | raw }} <a href="#" data-toggle="modal" data-target="#modal-explication" title="" class="underlined">{{ translate("en savoir plus",lang,"","M") | raw }}</a></em></span>
</div>
</div>
</div>
</div>
<!-- FIN DETAILS ANNONCES -->
{% endif %}
{% if not has_service and not hasCommande and not is_example and not isNoLongerAvailable %}
<!-- CARD -->
<div class="card mb-3 mt-3 no_shadow">
<div class="card-body">
<div class="row">
<div class="col-12 mb-2 ml-lg-3">
<h2 class="{{ titreClass }}">
{{ participation._get('resume_activite') }}
</h2>
</div>
<div class="col-12 col-sm-8 mb-3 ml-lg-5">
<span class="bkg_gris_clair px-3 py-3 ib mb-3">
<em>{{ translate("coordonnées visibles après <br>commande unitaire ou abonnement.",lang,"","M") | raw }}</em>
</span><br>
<i aria-hidden="true" class="fas fa-location-dot gris_ccc"></i> {{ participation.nom_localisation }}
<ul class="cat_regions mt-1">
{% if from == "cibles_potentielles" %}
<li>
<div class="mb-3">
<span class="badge3 badge_cession">{{ translate("cible potentielle",lang,"","M") | upper }}</span>
</div>
</li>
{% elseif from == "acheteurs_potentiels" %}
<li>
<div class="mb-3">
<span class="badge3 badge_acquisition">{{ translate("participation de fonds",lang,"","M") | upper }}</span>
</div>
</li>
{% else %}
<li>
<div class="mb-3">
<span class="badge3 badge_cession">{{ translate("participation de fonds",lang,"","M") | upper }}</span>
</div>
</li>
{% endif %}
</ul>
</div>
<div class="col-6 col-sm-3 mt-2">
<img class="img-fluid" src="{{ participation.carte }}" alt="{{ participation.nom_localisation }}" >
</div>
</div>
</div>
</div>
<div class="card no_shadow mt-3 ">
<div class="card-body bkg_gris_clair">
<div class="row">
<div class="col-12 text-justify mt-3">
<div class="col-12 mb-3">
<h5 class="{{ titreClass }}">{{ translate("description de l'activité",lang,"","M") | raw }}</h5>
</div>
<div class="text-center">
<span><em>{{ translate("visible après commande unitaire ou abonnement.",lang,"","M") | raw }}</em></span><br>
<span><em>{{ translate("cliquez sur « Obtenir les coordonnées » pour commander.",lang,"","M") | raw }}</em></span><br>
</div>
</div>
</div>
</div>
</div>
<div class="card mb-3 mt-3 no_shadow">
<div class="card-body">
{% if lignePanier %}
<script>
$(function(){
document.getElementById('ajout-panier').scrollIntoView({
behavior: 'smooth'
});
});
</script>
<div class="col-12 text-center no-print" id="ajout-panier">
<div class="row">
<div class="col-12 alert alert-success fs12 text-center my-5" role="alert">
{{ translate("la participation a été ajoutée dans votre panier",lang,"","M") | raw }}
</div>
<div class="col-12 col-lg-6 text-center text-lg-right">
<div class="col-sm-12 my-3">
{% if from == "cibles_potentielles" %}
{% set pathname = 'reprendre_entreprise_resultats_cibles_potentielles' %}
{% elseif from == "acheteurs_potentiels" %}
{% set pathname = 'vendre_entreprise_resultats_acquereur_historique' %}
{% else %}
{% set pathname = 'participation_fonds_index' %}
{% endif %}
{% set urlRetourListPanier= urlList ~ '?' ~ string_params %}
<a href="{{ urlRetourListPanier }}" class="button-rond" role="button" aria-pressed="true">
<div class="icon-btn-vous"><i class="fas fa-chevron-circle-left fa-2x white"></i></div>
<div class="float-right pt-1">{{ translate("continuer la recherche",lang,"","M") | raw }}</div>
</a>
</div>
</div>
<div class="col-12 col-lg-6 text-center text-lg-left">
<div class="col-sm-12 my-3">
<a href="{{ path('panier_index', {'codePays' : codePaysWithUnderScore}) }}" class="button-rond-vert" role="button" aria-pressed="true">
<div class="icon-btn-vous"><i class="fas fa-shopping-cart fa-2x white"></i></div>
<div class="float-right pt-1">{{ translate("consulter le panier",lang,"","M") | raw }} </div>
</a>
</div>
</div>
</div>
</div>
{% else %}
<div class="col-12 my-3 text-center no-print" v-if="btn_visible" v-cloak>
<a href="javascript:void(0)" @click="clickCommanderParticipation(); " class="button-rond" role="button" aria-pressed="true">
{{ translate("obtenir les coordonnées" ,lang,"","M") |capitalize| raw }}
</a><br>
</div>
{% if not lignePanier %}
<div class="col-12 no-print" v-model="bloc_commande" v-if="bloc_commande" v-cloak ref="bloc_commande" >
<div class="row">
{% if hasForfait %}
<div class="col-12 alert alert-success fs12 text-center my-5" role="alert">
{% if forfaitAUtiliser.code_service[0:3] == "abo" and forfaitAUtiliser.code_service[0:6]!="abo_fe" %}
{% set date = donneDateFormatAffichage(forfaitAUtiliser.date_fin_acces)%}
{% if forfaitAUtiliser.code_service[4:2]==10 %}
{% set itemAbo = { 'nb': 10,'date':date} %}
{% elseif forfaitAUtiliser.code_service[4:2]==20 %}
{% set itemAbo = { 'nb': 20,'date':date} %}
{% elseif forfaitAUtiliser.code_service[4:2]==30 %}
{% set itemAbo = { 'nb': 30,'date':date} %}
{% endif %}
{{ translate("vous beneficiez dun abonnement annuel %$nb%$ MER / mois valable jusqu'au %$date%$",lang,"","M","s",itemAbo) | raw }}
{% elseif forfaitAUtiliser.code_service[0:6]=="abo_fe" %}
{% if forfaitAUtiliser.code_service[7:2]==10 %}
{% set itemAbo = { 'nb': 10} %}
{% elseif forfaitAUtiliser.code_service[7:2]==20 %}
{% set itemAbo = { 'nb': 20} %}
{% elseif forfaitAUtiliser.code_service[7:2]==30 %}
{% set itemAbo = { 'nb': 30} %}
{% elseif forfaitAUtiliser.code_service[7:2]==40 %}
{% set itemAbo = { 'nb': 40} %}
{% endif %}
{{ translate("vous beneficiez dun abonnement %$nb%$ MER / mois",lang,"","M","s",itemAbo) | raw }}
{% else %}
{% if forfaitAUtiliser.code_service == "pack_5" %}
{% set nom=translate('5 MER',lang) %}
{% elseif forfaitAUtiliser.code_service == "pack_10" %}
{% set nom=translate('10 MER',lang) %}
{% elseif forfaitAUtiliser.code_service == "pack_20" %}
{% set nom=translate('20 MER',lang) %}
{% elseif forfaitAUtiliser.code_service == "consultation_pm_promotionnelle" %}
{% set nom=translate('consultation promotionnelle',lang) %}
{% else %}
{% set nom=forfaitAUtiliser.code_service %}
{% endif %}
{% if forfaitAUtiliser.date_fin_acces is defined and forfaitAUtiliser.nb_utilisations_restantes is defined%}
{% set date = donneDateFormatAffichage(forfaitAUtiliser.date_fin_acces)%}
{% set itemAbo = { 'nom':nom,'nb': forfaitAUtiliser.nb_utilisations_restantes,'date':date} %}
{{ translate('vous beneficiez d\'un service "%$nom%$" pour lequel il vous reste %$nb%$ mises en relation a utiliser jusqu\'au %$date%$',lang,"","M","s",itemAbo) | raw }} *
{% elseif forfaitAUtiliser.date_fin_acces is defined %}
{% set date = donneDateFormatAffichage(forfaitAUtiliser.date_fin_acces)%}
{% set itemAbo = { 'nom':nom,'date':date} %}
{{ translate('vous beneficiez d\'un service "%$nom%$" jusqu\'au %$date%$',lang,"","M","s",itemAbo) | raw }} *
{% elseif forfaitAUtiliser.nb_utilisations_restantes is defined %}
{% set itemAbo = { 'nom':nom,'nb':forfaitAUtiliser.nb_utilisations_restantes} %}
{{ translate('vous beneficiez d\'un service "%$nom%$" pour lequel il vous reste %$nb%$ mises en relation a utiliser',lang,"","M","s",itemAbo) | raw }} *
{% else %}
{% set itemAbo = { 'nom':nom} %}
{{ translate('vous beneficiez d\'un service "%$nom%$"',lang,"","M","s",itemAbo) | raw }} *
{% endif %}
{% endif %}
</div>
<div class="col-12">
{{ translate("ajouter cette participation de fonds au panier en cliquant sur le bouton ci-dessous" ,lang,"","M") | raw }} **
</div>
<div class="col-12 text-center mt-3 mb-5">
<div class="col-sm-12 my-3">
<form action="/panier/ajoute-panier" method="POST">
<input type="hidden" id="id_annonce" name="id_annonce" value="{{ participation._get('id_societe') }}">
<input type="hidden" id="type" name="type" value="annonce_PART">
<button type="submit" class="btn btn-acheteur" role="button" aria-pressed="true">
<div class="icon-btn-vous"><i class="fas fa-chevron-circle-left fa-2x white"></i></div>
<div class="float-right pt-1">{{ translate("ajouter au panier" ,lang,"","M") | raw }}</div>
</button>
</form>
</div>
</div>
<div class="col-12 mt-4 mb-3">
<small>
* : {{ translate("charte 1 deposant forfait" ,lang,"","M") | raw }}<br>
** : {{ translate("charte 2 deposant forfait investisseur privee" ,lang,"","M") | raw }}
</small>
</div>
{% else %}
{% if app.user is null %} {# utilisateur NON authentifié #}
<div class="col-12 col-lg-6 mb-3 p-4 bkg_gris_clair">
<div class="my-3 text-center">
</div>
{{ render_esi(controller('App\\Controller\\SecurityController::login' )) | spaceless }}
<div class="modal-footer bkg_gris_clair">
<div class="col-12 text-center mb-3">
<h5 class="modal-title">Vous n'avez pas de compte</h5>
<a href="/creation-compte" aria-pressed="true"
class="button-rond mt-2" role="button"> Créer un compte
</a>
</div>
</div>
</div>
{% endif %}
{% if app.user is null %} {# utilisateur NON authentifié #}
<div class="col-12 col-lg-6 mb-3 p-4">
{% else %} {# utilisateur authentifié #}
<div class="col-12 col-lg-12 mb-3 p-4">
{% endif %}
<div class="my-3 text-center" id="titleTdAboonement">
<h5>{{ translate("vous souhaitez souscrire à une offre" ,lang,"","M") | raw }} *</h5>
<a href="/comparatif-offres-fusacq" target="_blank" aria-pressed="true" class="button-rond-blanc mt-2" role="button">
{{translate("quelle offre est faite pour vous" ,lang,"","M") | raw }} ?</a>
</div>
<div class="mt-4">
<form action="{{ path('ajoute_panier', {'codePays' : codePaysWithUnderScore}) }}" method="POST" id="formRadioMiseEnRelation">
<div class="col-12 mb-3">
<div class="form-check">
<label class="contai">
{# 40€ HT #}
{{ translate("commande à l'unité" ,lang,"","M") | raw }} : {{ tarif('tarif_participation_fonds',codePays) }}€ {{ translate("HT",lang,"") | upper }}
<input type="radio" name="option_payement" value="commande_unitaire" checked>
<span class="checkma"></span>
</label>
</div>
<div class="mt-4 mb-3">
<strong> {{ translate("forfaits",lang,"","M") |capitalize| raw }}</strong>
</div>
<!--- abonnements mensuel -->
<div class="form-check">
<label class="contai">
{# 150€ HT #}
{{ translate("%%nb_relation_mer_offre_1%% commandes :" ,lang,"","M") | raw }} {{ tarif('tarif_pack_mer_5_fusacq',codePays) }}€ {{ translate("HT",lang,"") | upper }}*
<input type="radio" name="option_payement" value="pack5">
<span class="checkma"></span>
</label>
</div>
<div class="form-check">
<label class="contai">
{# 235€ HT #}
{{ translate("%%nb_relation_mer_offre_2%% commandes :" ,lang,"","M") | raw }} {{ tarif('tarif_pack_mer_10_fusacq',codePays) }}€ {{ translate("HT",lang,"") | upper }}*
<input type="radio" name="option_payement" value="pack10">
<span class="checkma"></span>
</label>
</div>
<div class="form-check">
<label class="contai">
{# 325€ HT #}
{{ translate("%%nb_relation_mer_offre_3%% commandes :" ,lang,"","M") | raw }} {{ tarif('tarif_pack_mer_20_fusacq',codePays) }}€ {{ translate("HT",lang,"") | upper }}*
<input type="radio" name="option_payement" value="pack20">
<span class="checkma"></span>
</label>
</div>
<!--- abonnements mensuel -->
<!--- abonnements annuels -->
<div class="mt-4 mb-3">
<strong> {{ translate("abonnements annuels",lang,"","M") |capitalize| raw }}</strong>
</div>
<div class="form-check">
<label class="contai">
{# 695€ HT #}
{{ translate("jusqu’à %%nb_relation_mer_offre_abo_annuel_1%% commandes /mois :" ,lang,"","M") | raw }} {{ tarif('tarif_abo_10_MER_mois_fusacq',codePays) }}€ {{ translate("HT",lang,"") | upper }}*
<input type="radio" name="option_payement" value="abo_10_par_mois">
<span class="checkma"></span>
</label>
</div>
<div class="form-check">
<label class="contai">
{# 945€ HT #}
{{ translate("jusqu’à %%nb_relation_mer_offre_abo_annuel_2%% commandes /mois :" ,lang,"","M") | raw }} {{ tarif('tarif_abo_20_MER_mois_fusacq',codePays) }}€ {{ translate("HT",lang,"") | upper }}*
<input type="radio" name="option_payement" value="abo_20_par_mois">
<span class="checkma"></span>
</label>
</div>
<div class="form-check">
<label class="contai">
{# 1195€ HT #}
{{ translate("jusqu’à %%nb_relation_mer_offre_abo_annuel_3%% commandes /mois :" ,lang,"","M") | raw }} {{ tarif('tarif_abo_30_MER_mois_fusacq',codePays) }}€ {{ translate("HT",lang,"") | upper }}*
<input type="radio" name="option_payement" value="abo_30_par_mois">
<span class="checkma"></span>
</label>
</div>
<!--- abonnements annuels -->
</div>
<input type="hidden" id="id_annonce" name="id_annonce" value="{{ participation._get('id_societe')}}">
<input type="hidden" id="type" name="type" value="annonce_PART">
<div class="my-3 text-center">
{% if app.user is not null %}
<button class="button-rond" type="submit">{{ translate("commander",lang,"","M") | raw }}</button>
{% else %}
<a class="button-rond" role="button" aria-pressed="true" href="#" onclick="afficheAlert()">
{{ translate("commander" ,lang,"","M") | raw }}
</a>
{% endif %}
</div>
</form>
<div>
<p>
<small>* : {{ translate("sur une durée de 1 an utilisable également pour les annonces FUSACQ. S'il vous reste des mises en relation, elles pourront être créditées sur un nouveau forfait souscrit avant la date d'expiration.",lang,"","M") |capitalize| raw }}</small>
</p>
</div>
</div>
</div>
{% endif %}
</div>
</div>
{% endif %}
{% endif %}
<div class="row">
<div class="col-12 mt-3 mb-3">
{% if participation._get('strategie_developpement') != "" %}
<div class="col-12">
<h5 class="{{ titreClass }}">{{ translate("strategie de developpement",lang,"","M") | raw }}</h5>
</div>
<div class="row">
<div class="col-12 mb-3">
<div class="card no_shadow mt-3 ">
<div class="card-body bkg_gris_clair">
<div class="row">
<div class="col-12 text-justify mt-3">
<div class="text-center">
<span><em>{{ translate("visible après commande unitaire ou abonnement.",lang,"","M") | raw }}</em></span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br><br>
{% endif %}
{% if participation._get('ca_n') != "" or participation._get('annee_n') != "" or participation._get('resultat_net_n') != "" or participation._get('nb_personnes_n') != "" %}
<div class="col-12">
<h5 class="{{ titreClass }}">{{ translate("derniers elements chiffres disponibles *",lang,"","M") | raw }}</h5>
</div>
<table class="table table-striped table-bordered">
{% if participation._get('annee_n') != "" %}
<tr>
<td>{{ translate("annee",lang,"","M") | raw }} :</td>
<td><strong>{{ participation._get('annee_n') }}</strong></td>
</tr>
{% endif %}
{% if participation._get('ca_n') != "" %}
<tr>
<td>{{ translate("chiffre d'affaires",lang,"","M") | raw }} :</td>
<td><strong>{{ participation.arrondi_ca | montant }} k€</strong></td>
</tr>
{% endif %}
{% if participation._get('resultat_net_n') != "" %}
<tr>
<td>{{ translate("resultat net",lang,"","M") | raw }} :</td>
{% if participation._get('resultat_net_n') >= 0 and participation._get('resultat_net_n') < 10000 %}
{% set arrayVarsTrans = {"min": "0", "max": "10" } %}
<td><strong>{{ translate("entre %$min%$ et %$max%$",lang,"","M", "", arrayVarsTrans) | raw }} M€</strong></td>
{% elseif participation._get('resultat_net_n') >= 10000 and participation._get('resultat_net_n') < 50000 %}
{% set arrayVarsTrans = {"min": "10", "max": "50" } %}
<td><strong>{{ translate("entre %$min%$ et %$max%$",lang,"","M", "", arrayVarsTrans) | raw }} M€</strong></td>
{% elseif participation._get('resultat_net_n') >= 50000 and participation._get('resultat_net_n') < 100000 %}
{% set arrayVarsTrans = {"min": "50", "max": "100" } %}
<td><strong>{{ translate("entre %$min%$ et %$max%$",lang,"","M", "", arrayVarsTrans) | raw }} M€</strong></td>
{% elseif participation._get('resultat_net_n') >= 100000 and participation._get('resultat_net_n') < 200000 %}
{% set arrayVarsTrans = {"min": "100", "max": "200" } %}
<td><strong>{{ translate("entre %$min%$ et %$max%$",lang,"","M", "", arrayVarsTrans) | raw }} M€</strong></td>
{% elseif participation._get('resultat_net_n') >= 200000 and participation._get('resultat_net_n') < 500000 %}
{% set arrayVarsTrans = {"min": "200", "max": "500" } %}
<td><strong>{{ translate("entre %$min%$ et %$max%$",lang,"","M", "", arrayVarsTrans) | raw }} M€</strong></td>
{% elseif participation._get('resultat_net_n') >= 500000 %}
<td><strong>+500 M€</strong></td>
{% endif %}
</tr>
{% endif %}
{% if participation._get('nb_personnes_n') != "" %}
<tr>
<td>{{ translate("nombre de personnes",lang,"","M") | raw }} :</td>
{% if participation._get('nb_personnes_n') >= 0 and participation._get('nb_personnes_n') < 10 %}
{% set arrayVarsTrans = {"min": "0", "max": "10" } %}
<td><strong>{{ translate("entre %$min%$ et %$max%$",lang,"","M", "", arrayVarsTrans) | raw }}</strong></td>
{% elseif participation._get('nb_personnes_n') >= 10 and participation._get('nb_personnes_n') < 50 %}
{% set arrayVarsTrans = {"min": "10", "max": "50" } %}
<td><strong>{{ translate("entre %$min%$ et %$max%$",lang,"","M", "", arrayVarsTrans) | raw }}</strong></td>
{% elseif participation._get('nb_personnes_n') >= 50 and participation._get('nb_personnes_n') < 100 %}
{% set arrayVarsTrans = {"min": "50", "max": "100" } %}
<td><strong>{{ translate("entre %$min%$ et %$max%$",lang,"","M", "", arrayVarsTrans) | raw }}</strong></td>
{% elseif participation._get('nb_personnes_n') >= 100 and participation._get('nb_personnes_n') < 200 %}
{% set arrayVarsTrans = {"min": "100", "max": "200" } %}
<td><strong>{{ translate("entre %$min%$ et %$max%$",lang,"","M", "", arrayVarsTrans) | raw }}</strong></td>
{% elseif participation._get('nb_personnes_n') >= 200 and participation._get('nb_personnes_n') < 500 %}
{% set arrayVarsTrans = {"min": "200", "max": "500" } %}
<td><strong>{{ translate("entre %$min%$ et %$max%$",lang,"","M", "", arrayVarsTrans) | raw }}</strong></td>
{% elseif participation._get('nb_personnes_n') >= 500 and participation._get('nb_personnes_n') < 1000 %}
{% set arrayVarsTrans = {"min": "200", "max": "500" } %}
<td><strong>{{ translate("entre %$min%$ et %$max%$",lang,"","M", "", arrayVarsTrans) | raw }}</strong></td>
{% elseif participation._get('nb_personnes_n') >= 1000 %}
<td><strong>+1 000</strong></td>
{% endif %}
</tr>
{% endif %}
</table>
<span><em>* : {{ translate("Il s’agit des <strong>dernières données financières connues dans notre base</strong>. Plus l’année de référence est ancienne, <strong>plus il est probable que ces éléments aient évolué</strong> depuis.",lang,"","M") | raw }}</em></span>
<br><br><br><br>
{% endif %}
{% if tab_actionnaires %}
{% set bool_montant_total_calculable = true %}
{% set bool_capital_total_calculable = true %}
{% set cpt_montant = 0 %}
{% set cpt_capital = 0 %}
{% set annee_dernier_investissement = 0 %}
<div class="col-12">
<h5 class="{{ titreClass }}">{{ translate("actionnaires institutionnels",lang,"","M") | raw }}</h5>
</div>
<table class="table table-striped table-bordered mb-5">
<colgroup>
<col class="col-4">
<col class="col-2">
<col class="col-2">
<col class="col-2">
<col class="col-2">
</colgroup>
<tr>
<td style="background-color:#9F9F9F; color: #FFFFFF">{{ translate("detail",lang,"","M") | raw }}</td>
<td style="background-color:#9F9F9F; color: #FFFFFF">{{ translate("date investissement",lang,"","M") | raw }}</td>
<td style="background-color:#9F9F9F; color: #FFFFFF">{{ translate("montant",lang,"","M") | raw }}</td>
<td style="background-color:#9F9F9F; color: #FFFFFF">{{ translate("capital",lang,"","M") | raw }}</td>
<td style="background-color:#9F9F9F; color: #FFFFFF"> </td>
</tr>
{% for index, actionnaire in tab_actionnaires %}
{% if actionnaire.capital_detenu is defined and actionnaire.capital_detenu != "" %}
{% set capital_detenu = actionnaire.capital_detenu~ ' %' %}
{% set cpt_capital = cpt_capital + actionnaire.capital_detenu %}
{% else %}
{% set capital_detenu = "N.C" %}
{% set bool_capital_total_calculable = false %}
{% endif %}
{% if actionnaire.montant_investi is defined and actionnaire.montant_investi != "" %}
{% set montant_investi = actionnaire.montant_investi| montant ~ ' k' ~ devise_societe %}
{% set cpt_montant = (cpt_montant + actionnaire.montant_investi)| montant %}
{% else %}
{% set bool_montant_total_calculable = false %}
{% set montant_investi = "N.C" %}
{% endif %}
{% if actionnaire.date_investissement is defined and actionnaire.date_investissement | slice(0,4) > annee_dernier_investissement %}
{% set annee_dernier_investissement = actionnaire.date_investissement | slice(0,4) %}
{% endif %}
<tr>
<td class="col-4">
<a href="#" class="btn-contact">{{ translate("investisseur",lang,"","M", "") | upper| raw }} {{ index + 1 }}</a><br>
<span><em>{{ translate("nom visible après commande",lang,"","M") | raw }}</em></span>
</td>
<td>
<strong>
{% if actionnaire.date_investissement is defined %}
{{ actionnaire.date_investissement | slice(4,2) }}/{{ actionnaire.date_investissement | slice(0,4) }}
{% endif %}
</strong>
</td>
<td><strong>{{ montant_investi }}</strong></td>
<td><strong>{{ capital_detenu }}</td>
<td class="text-center">
<a href="#" class="bleu underlined btn-contact">
{{ translate("contact",lang,"","M") | raw }}
</a>
</td>
</tr>
{% endfor %}
{% if annee_dernier_investissement == 0 %}
{% set annee_dernier_investissement = 'N.C' %}
{% endif %}
</table>
{% endif %}
<!-- IDEM ANCIENS ACTIONNAIRES -->
{% if tab_actionnaires %}
{% if participation._get('capital_total_investisseur') %}
{% set capital_total_detenu = participation._get('capital_total_investisseur') %}
{% set capital_total_detenu = capital_total_detenu ~ '%' %}
{% else %}
{% if bool_capital_total_calculable %}
{% set capital_total_detenu = cpt_capital ~ '%' %}
{% else %}
{% set capital_total_detenu = "N.C" %}
{% endif %}
{% endif %}
{% if participation._get('montant_total_investi') %}
{% set montant_total_investi = participation._get('montant_total_investi')|number_format(0, ',', ' ') %}
{% set montant_total_investi = montant_total_investi ~ ' k' ~ devise_societe %}
{% else %}
{% if bool_montant_total_calculable %}
{% set montant_total_investi = cpt_montant ~ ' k' ~ devise_societe %}
{% else %}
{% set montant_total_investi = "N.C" %}
{% endif %}
{% endif %}
<div class="col-12">
<h5 class="{{ titreClass }}">{{ translate("profil",lang,"","M") | raw }}</h5>
</div>
<table class="table table-striped table-bordered">
<tr>
<td>{{ translate("capital total detenu par les investisseurs",lang,"","M") | raw }} :</td>
<td><strong>{{ capital_total_detenu }}</strong></td>
<td rowspan="3" class="bkg_blanc text-center">
{% if numero_cadran != -1 %}
{% set img_cadran = "build/img/profil_" ~ numero_cadran ~ ".jpg" %}
<img src="{{ asset(img_cadran) }}" class="img-fluid">
{% endif %}
</td>
</tr>
<tr>
<td>{{ translate("montant total investi",lang,"","M") | raw }} :</td>
<td><strong>{{ montant_total_investi }}</strong></td>
</tr>
<tr>
<td>{{ translate("date dernier investissement",lang,"","M") | raw }} :</td>
<td><strong>{{ annee_dernier_investissement }}</strong></td>
</tr>
</table>
<br><br>
{% endif %}
<div>
<div class="col-8 float-left">
<h5 class="{{ titreClass }}">{{ translate("l'actualite de cette participation de fonds",lang,"","M") | raw }}</h5>
</div>
<div class="col-4 text-right float-right">
<small>{{ translate("avec",lang,"","m") | raw }} Fusacq Buzz</small>
</div>
</div>
<div class="row" style="clear: both;">
<div class="col-12">
<div class="card no_shadow mt-3 mb-5">
<div class="card-body bkg_gris_clair">
<div class="row">
<div class="col-12 text-justify mt-3">
<div class="text-center">
<span><em>{{ translate("visible après commande unitaire ou abonnement.",lang,"","M") | raw }}</em></span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<span><em>{{ translate("Attention cette société n'est pas en vente. Cependant, elle est sans doute plus ouverte que d'autres à la discussion si vous cherchez des cibles de reprise / build-up / croissance externe.",lang,"","M") | raw }} <a href="#" data-toggle="modal" data-target="#modal-explication" title="" class="underlined">{{ translate("en savoir plus",lang,"","M") | raw }}</a></em></span>
</div>
</div>
</div>
</div>
{% endif %}
<!-- FIN CARD -->
</div><!--FIN COLONNE DROITE -->
</div> <!--FIN ROW CONTAINER -->
</div> <!--FIN CONTAINER -->
<!--MODAL-->
{% if from == "cibles_potentielles" %}
<div class="modal fade" id="modal-explication" tabindex="-1" role="dialog" aria-labelledby="modal-explication-label" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title bleu" id="modal-explication-label">{{ translate('que sont les "cibles potentielles" proposées par FUSACQ ?',lang,"","M", "") | raw }}</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body text-justify">
La liste que vous allez consulter sous l'intitulé "Cibles potentielles" présente <strong>des sociétés ayant des fonds d'investissement à leur capital</strong>, communément appelées <strong>des participations de fonds d'investissement.</strong><br><br>
<em>Après plusieurs années d'investissement (souvent au bout de 4-5 ans), les fonds envisagent logiquement de sortir de ces sociétés notamment via la vente de leur participation. Cela passe la plupart du temps par un rachat global de la société, largement préféré ces dernières années à l'introduction en bourse.<br><br>
Attention les sociétés listées ci-après ne sont donc pas en vente. Cependant, elles sont sans doute plus ouvertes que d'autres à la discussion si vous cherchez des cibles de reprise / build-up / croissance externe.</em> <br><br>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-bleu-annonce" data-dismiss="modal">{{ translate("j'ai compris",lang,"","M", "") | raw }}</button>
</div>
</div>
</div>
</div>
{% elseif from == "acheteurs_potentiels" %}
<div class="modal fade" id="modal-explication" tabindex="-1" role="dialog" aria-labelledby="modal-explicationLabel" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title vert" id="modal-explicationLabel">{{ translate('Que sont les "participations de fonds" proposées par FUSACQ ?',lang,"","M") | raw }}</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body text-justify">
<strong>Les participations des fonds d'investissement sont des sociétés ayant des fonds à leur capital.</strong><br><br>
En quoi une participation de fonds est un acheteur potentiel ?<br><br>
<em>Lorsqu'un fonds investit dans une société c'est pour que cette dernière se développe, soit par croissance interne, soit par croissance externe. Ces sociétés sont donc toujours à l'écoute des opportunités d'acquisitions et ont, grâce au(x) fonds d'investissement à leur capital les moyens financiers de leurs ambitions.</em> <br><br>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-vert-annonce" data-dismiss="modal">J'ai compris</button>
</div>
</div>
</div>
</div>
{% endif %}
<!--FIN MODAL-->
{% if has_service or hasCommande or is_example %}
<!--MODAL 1-->
<div class="modal fade" id="modal-maj" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title bleu">{{ translate("vous avez releve une mise a jour a effectuer ?",lang,"","M") | raw }}</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="row">
<div class="col-12">
<form class="row" action="{{ path('participation_envoyer_maj',{'codePays':codePaysWithUnderScore}) }}" method="post">
<div class="col-12 mb-3">
<h5 class="gris_666">{{ translate("merci de nous indiquer :",lang,"","M") | raw }}</h5>
</div>
<div class="col-4 col-lg-4 mt-1 mb-3">
{{ translate("la participation :",lang,"","M") | raw }}
</div>
<div class="col-8 col-lg-8 mb-3">
<span>{{ participation._get('raison_sociale') }}</span>
<input type="hidden" name="id_participation" id="participations" required="required" value="{{ participation._get('id_societe') }}">
</div>
<div class="col-4 col-lg-4 mt-1 mb-3">
{{ translate("precisions sur la mise a jour a effectuer :",lang,"","M") | raw }}
</div>
<div class="col-8 col-lg-8 mb-3">
<textarea type="text" name="commentaire" id="" autocomplete="off" class="form-control" value="" rows="5" required="required"></textarea>
</div>
<div class="col-4 col-lg-4 mt-1 mb-3">
</div>
<div class="col-8 col-lg-8 mb-3">
<div class="form-group">
<div class="g-recaptcha" data-sitekey="{{ publicKey }}" style="display: inline-block;" required="required"></div>
</div>
</div>
<div class="col-12 text-center mt-3">
<div class="form-group">
<button type="submit" name="soumettre" class="button-rond" value="Envoyer">{{ translate("envoyer",lang,"","M") | raw }}</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!--FIN MODAL 1-->
{% endif %}
{% if has_service or hasCommande or is_example %}
{% for actionnaire in tab_actionnaires %}
<!--MODAL-->
<div class="modal fade" id="modal-contact{{ actionnaire.id_gestionnaire_fonds }}" tabindex="-1" role="dialog" aria-labelledby="modal-contact-label" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title bleu" id="modal-contact-label">{{ translate("contactez",lang,"","M") | raw }} {{ actionnaire.nom_societe }}</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body text-justify">
<table class="table table-striped table-bordered">
<tr>
<td>
{{ translate("adresse",lang,"","M") | raw }}
</td>
<td>
{{ actionnaire.adresse_societe }}
</td>
</tr>
<tr>
<td>
{{ translate("code postal",lang,"","M") | raw }}
</td>
<td>
{{ actionnaire.code_postal_societe }}
</td>
</tr>
<tr>
<td>
{{ translate("ville",lang,"","M") | raw }}
</td>
<td>
{{ actionnaire.ville_societe }}
</td>
</tr>
<tr>
<td>
{{ translate("telephone",lang,"","M") | raw }}
</td>
<td>
{{ actionnaire.telephone }}
</td>
</tr>
<tr>
<td>
{{ translate("site internet",lang,"","M") | raw }}
</td>
<td>
{% if 'http' in actionnaire.site_internet %}
{% set url_actionnaire = actionnaire.site_internet %}
{% else %}
{% set url_actionnaire = 'http://' ~ actionnaire.site_internet %}
{% endif %}
<a href="{{ url_actionnaire }}" target="_blank">{{ actionnaire.site_internet }}</a>
</td>
</tr>
</table>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">{{ translate("fermer",lang,"","M") | raw }}</button>
</div>
</div>
</div>
</div><!--FIN MODAL-->
{% endfor %}
{% endif %}
{% endblock %}
{% block javascripts %}
{{ parent() }}
<script type="module" src="{{ asset('build/js/annuaires/detail_participation.js') }}"></script>
<script src="https://www.google.com/recaptcha/api.js?hl=fr"></script>
<script type="text/javascript">
function afficheAlert(){
let txt = "{{ translate("Merci de vous authentifier (ou de vous créer un compte) pour pouvoir commander.", lang, "", "M") }}";
alert(txt);
return false;
}
$(function(){
$('.btn-contact').on('click', function(){
alert('Les coordonnées du fonds seront disponibles après commande');
return false;
});
});
</script>
{% endblock %}