{% extends 'base.html.twig' %}
{% block stylesheets %} {{ parent() }}
{% endblock %}
{% block body %}
{% include 'assets/assets_vuejs.html.twig' %}
<!-- Menu -->
{{ render_esi(controller(
'App\\Controller\\CoreController::menu',
{ "lang": lang,
"currentRoute":"base_valorisations_detail_valorisation",
"codePays": codePaysWithUnderScore }
)) }}
<!-- Menu -->
<!-- Publicité -->
{% include 'includes/publicite.html.twig' %}
<!-- Publicité -->
<div class="container" id="app">
<div class="row">
<!--COLONNE GAUCHE -->
{% include 'includes/colonne_gauche_valorisation.html.twig' %}
<!--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>
<li class="breadcrumb-item"><a href="{{ path('base_valorisations_index',{'codePays':codePaysWithUnderScore} ) }}" title="{{ translate("Valorisation et Evaluation d'entreprise",lang,"","M") | raw }}">{{ translate("Valorisation et Evaluation d'entreprise",lang,"","M") | raw }}</a></li>
<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">
{% 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 %}
<div class="row">
<div class="col-12">
<div class="ml-5 my-2">
<img src="{{ asset('build/img/logo_valo_entreprises.png') }}" alt="{{ translate("logo valorisation entreprise",lang,"","M") | raw }}">
</div>
</div>
</div>
<div class="row">
<div class="col-12 mt-5 mb-5 ml-5">
<h2 class="gris_666">{{ translate("Valorisation et Evaluation d'entreprise",lang,"","M") | raw }}</h2>
{{ translate("consultez des comptes rendus d'opération de sociétés vendues en fonction des critères qui vous intéressent.",lang,"","M") | raw }}
</div>
</div>
<div class="row">
<div class="col-12 col-sm-10 mt-3 mb-3 offset-sm-1 sectorielles">
<h3 class="mauve_cabinet">{{ titre_ariane }}</h3>
</div>
</div>
{% if not isNoLongerAvailable %}
<div class="row no-print">
<div class="col-12 text-right pr-4">
<a href="#" onclick="window.print();"><i aria-hidden="true" class="fa fa-print violet"></i> {{ translate("imprimer",lang,"","M") | raw }}</a>
</div>
</div>
{% endif %}
{% if 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("Le Compte Rendu d'Opération a été supprimé par le déposant. Nous ne pouvons donc malheureusement plus l'afficher.",lang,"","M") | raw }}
</div>
</div>
</div>
{% elseif not hasCommande and not hasServiceCRO %}
<div class="card mb-3 mt-sm-1 no_shadow">
<div class="card-body">
<div class="row">
<div class="col-12 col-sm-10 mt-3 mb-3 offset-sm-1">
<div>
<h5 class="mauve_cabinet ml-sm-3">{{ translate("résumé",lang,"","M") | raw }}</h5>
</div>
<table class="table table-striped">
<tbody>
<tr>
<td>{{ translate("description de l'activité de la société",lang,"","M") | raw }}</td>
<td>{{ valorisation._get('description_activite') }}</td>
</tr>
{#<tr>
<td>{{ translate("date de l'operation",lang,"","M") | raw }}</td>
<td>{{ translate(valorisation.donne_approx_date_operation_aff, lang, "", "M") }}</td>
</tr>#}
<tr>
<td>{{ translate("type d'acquéreur",lang,"","M") | raw }}</td>
<td>{{ translate(valorisation.donne_type_acquereur, lang, "", "M") }}</td>
</tr>
<tr>
<td>{{ translate("type de rachat",lang,"","M") | raw }}</td>
<td>{{ translate(valorisation.donne_type_rachat, lang, "", "M") }}</td>
</tr>
<tr>
<td>{{ translate("CA de la société",lang,"","M") | raw }}</td>
<td>{{ translate(valorisation.donne_approx_ca_aff, lang, "", "M") }}</td>
</tr>
<tr>
<td>{{ translate("société en RJ",lang,"","M") | raw }}</td>
<td>{{ translate(valorisation.donne_redressement_judiciaire, lang, "", "M") }}</td>
</tr>
<tr>
<td>{{ translate("société en difficulté",lang,"","M") | raw }}</td>
<td>{{ translate(valorisation.donne_societe_difficulte, lang, "", "M") }}</td>
</tr>
</tbody>
</table>
</div>
{% 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("le Compte Rendu d'Opération a été ajouté 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">
{% set urlRetourListPanier=path('base_valorisations_index', {
'codePays': codePaysWithUnderScore
}) %}
<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="clickCommanderCRO(); " class="button-rond" role="button" aria-pressed="true">
{{ translate("commander ce Compte Rendu" ,lang,"","M") |capitalize| raw }}
</a><br>
</div>
{% endif %}
{% 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) %}
{% elseif forfaitAUtiliser.code_service == "consultation_valorisation" %}
{% set nom=translate('consultation dans la base de valorisations',lang) %}
{% else %}
{% set nom=forfaitAUtiliser.code_service %}
{% endif %}
{% if forfaitAUtiliser.date_fin_acces is defined and forfaitAUtiliser.date_fin_acces 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 and forfaitAUtiliser.date_fin_acces %}
{% 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 ce compte rendu d'opération 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="{{ valorisation._get('id_valorisation') }}">
<input type="hidden" id="type" name="type" value="annonce_CRO">
<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 %}
{% if not isFE %}
<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>
{% endif %}
<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("Compte Rendu d'Opération à l'unité" ,lang,"","M") | raw }} : {{ tarif('tarif_CRO',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%% CRO ou Mises En Relation :" ,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%% CRO ou Mises En Relation :" ,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%% CRO ou Mises En Relation :" ,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%% CRO ou MER /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%% CRO ou MER /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%% CRO ou MER /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="{{ valorisation._get('id_valorisation')}}">
<input type="hidden" id="type" name="type" value="annonce_CRO">
<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 %}
</div>
</div>
</div>
{% else %}
<div class="card mb-3 mt-sm-1 no_shadow">
<div class="card-body">
<div class="row">
<div class="col-12 col-sm-10 mt-3 mb-3 offset-sm-1">
<div>
<h5 class="mauve_cabinet">{{ translate("résumé",lang,"","M") | raw }}</h5>
</div>
<div class="col-12">
<div class="row">
<div class="col-12 col-lg-3 mb-1 no-padding-x">
{{ translate("CA",lang,"","M") | raw }} : <strong>{{ valorisation._get('ca_n') }} k€</strong>
</div>
{#<div class="col-12 col-lg-3 mb-1 no-padding-x">
{{ translate("date",lang,"","M") | raw }} : <strong>{{ translate(valorisation.donne_approx_date_operation_aff, lang, "", "M") }}</strong>
</div>#}
<div class="col-12 col-lg-2 mb-1 no-padding-x">
{{ translate("acquéreur",lang,"","M") | raw }} :
{% if valorisation._get('type_acquereur') == "personne" %}
<i class="fas fa-user gris_666" aria-hidden="true"></i>
{% else %}
<i class="fas fa-building gris_666" aria-hidden="true"></i>
{% endif %}
</div>
<div class="col-12 col-lg-2 mb-1 no-padding-x">
{{ translate("situation",lang,"","M") | raw }} :
{% if valorisation._get('societe_difficulte') == "oui" %}
<i class="fas fa-long-arrow-alt-down gris_666" aria-hidden="true"></i>
{% else %}
<i class="fas fa-long-arrow-alt-up gris_666" aria-hidden="true"></i>
{% endif %}
</div>
<div class="col-12 col-lg-2 mb-1 no-padding-x">
{{ translate("type",lang,"","M") | raw }} :
{% if valorisation._get('type_rachat') == "titres" %}
<i class="fas fa-percentage gris_666" aria-hidden="true"></i>
{% elseif valorisation._get('type_rachat') == "fonds" %}
<i class="fas fa-store gris_666" aria-hidden="true"></i>
{% else %}
{{ translate(valorisation.donne_type_rachat, lang, "", "M") }}
{% endif %}
</div>
</div>
</div>
<div class="mt-5">
<h5 class="mauve_cabinet">{{ translate('informations générales concernant la société et le cédant', lang, "", "M") }}</h5>
</div>
<table class="table table-striped">
<tbody>
<tr>
<td>{{ translate("description de l'activité de la société", lang, "", "M") }}</td>
<td>{{ valorisation._get('description_activite') | nl2br }}</td>
</tr>
<tr>
<td>{{ translate("la société était", lang, "", "M") }}</td>
<td>
{% if valorisation._get('redressement_judiciaire') == "oui" %}
{{ translate("En Redressement Judiciaire", lang, "", "M") }}
{% elseif valorisation._get('societe_difficulte') == "oui" %}
{{ translate("En Difficulté", lang, "", "M") }}
{% else %}
{{ translate("In Bonis", lang, "", "M") }}
{% endif %}
</td>
</tr>
<tr>
<td>{{ translate("ancienneté de la société (au moment de l'opération)", lang, "", "M") }} </td>
<td>
{% if valorisation._get('date_creation_societe') and valorisation._get('date_creation_societe') %}
{% set annee_creation_societe = valorisation._get('date_creation_societe') %}
{% set annee_operation = valorisation._get('date_mois_operation') | slice(0, 4) %}
{% set duree = annee_operation - annee_creation_societe %}
{% if duree < 5 %}
{{ translate("moins de 5 ans", lang, "", "M") }}
{% elseif duree <= 10 %}
{{ translate("entre 5 et 10 ans", lang, "", "M") }}
{% else %}
{{ translate("plus de 10 ans", lang, "", "M") }}
{% endif %}
{% else %}
{{ translate("non spécifié", lang, "", "M") }}
{% endif %}
</td>
</tr>
<tr>
<td>{{ translate("raison de la cession", lang, "", "M") }}</td>
<td>
{{ translate(nom_raison_cession_by_id(valorisation._get('id_raison_cession')), lang, "", "M") }}
</td>
</tr>
<tr>
<td>{{ translate("le cédant était", lang, "", "M") }}</td>
<td>
{% if valorisation._get('type_cedant') == "personne" %}
{{ translate("une personne physique", lang, "", "M") }}
{% elseif valorisation._get('type_cedant') == "" %}
{{ translate("une société", lang, "", "M") }}
{% else %}
{{ translate("non communiqué", lang, "", "M") }}
{% endif %}
</td>
</tr>
</tbody>
</table>
<div class="mt-5">
<h5 class="mauve_cabinet">{{ translate('informations concernant les éléments chiffrés et le prix de vente de la société', lang, "", "M") }}</h5>
</div>
<table class="table table-striped">
<thead>
<tr class="table-active">
<th class="text-left" colspan="5">{{ translate("éléments chiffrés", lang, "", "M") }}</th>
</tr>
<tr>
<th> </th>
<th class="text-right"><strong>n-2</strong></th>
<th class="text-right"><strong>n-1 </strong></th>
<th class="text-right"><strong>n</strong></th>
<th class="text-right"><strong>n retraité</strong></th>
</tr>
</thead>
<tbody>
{% if valorisation._get('ca_nmoinsdeux_affichage') or valorisation._get('ca_nmoinsun_affichage') or valorisation._get('ca_n_affichage') or valorisation._get('ca_retraite_affichage') %}
<tr>
<td><strong>{{ translate("CA HT", lang, "", "M") }}</strong> <a href="#" data-toggle="tooltip" data-placement="right" style="width: 400px" data-original-title="{{ translate("formulaire CERFA 2052 : ligne FL", lang, "", "M") }}"><i class="fas fa-question-circle gris_666" aria-hidden="true"></i></a></td>
<td class="text-right">{% if valorisation._get('ca_nmoinsdeux_affichage') %}{{ valorisation._get('ca_nmoinsdeux_affichage') }} k€{% endif %}</td>
<td class="text-right">{% if valorisation._get('ca_nmoinsun_affichage') %}{{ valorisation._get('ca_nmoinsun_affichage') }} k€{% endif %}</td>
<td class="text-right">{% if valorisation._get('ca_n_affichage') %}{{ valorisation._get('ca_n_affichage') }} k€{% endif %}</td>
<td class="text-right">{% if valorisation._get('ca_retraite_affichage') %}{{ valorisation._get('ca_retraite_affichage') }} k€{% endif %}</td>
</tr>
{% endif %}
{% if valorisation._get('marge_brute_nmoinsdeux_affichage') or valorisation._get('marge_brute_nmoinsun_affichage') or valorisation._get('marge_brute_n_affichage') or valorisation._get('marge_brute_retraite_affichage') %}
<tr>
<td><strong>{{ translate("marge brute", lang, "", "M") }}</strong></td>
<td class="text-right">{% if valorisation._get('marge_brute_nmoinsdeux_affichage') %}{{ valorisation._get('marge_brute_nmoinsdeux_affichage') }} k€{% endif %}</td>
<td class="text-right">{% if valorisation._get('marge_brute_nmoinsun_affichage') %}{{ valorisation._get('marge_brute_nmoinsun_affichage') }} k€{% endif %}</td>
<td class="text-right">{% if valorisation._get('marge_brute_n_affichage') %}{{ valorisation._get('marge_brute_n_affichage') }} k€{% endif %}</td>
<td class="text-right">{% if valorisation._get('marge_brute_retraite_affichage') %}{{ valorisation._get('marge_brute_retraite_affichage') }} k€{% endif %}</td>
</tr>
{% endif %}
{% if valorisation._get('EBE_nmoinsdeux_affichage') or valorisation._get('EBE_nmoinsun_affichage') or valorisation._get('EBE_n_affichage') or valorisation._get('EBE_retraite_affichage') %}
<tr>
<td><strong>{{ translate("EBE", lang, "", "M") }}</strong> <a href="#" data-toggle="tooltip" data-placement="right" style="width: 400px" data-original-title="{{ translate("Excedent Brut d'Exploitation", lang, "", "M") }}"><i class="fas fa-question-circle gris_666" aria-hidden="true"></i></a></td>
<td class="text-right">{% if valorisation._get('EBE_nmoinsdeux_affichage') %}{{ valorisation._get('EBE_nmoinsdeux_affichage') }} k€{% endif %}</td>
<td class="text-right">{% if valorisation._get('EBE_nmoinsun_affichage') %}{{ valorisation._get('EBE_nmoinsun_affichage') }} k€{% endif %}</td>
<td class="text-right">{% if valorisation._get('EBE_n_affichage') %}{{ valorisation._get('EBE_n_affichage') }} k€{% endif %}</td>
<td class="text-right">{% if valorisation._get('EBE_retraite_affichage') %}{{ valorisation._get('EBE_retraite_affichage') }} k€{% endif %}</td>
</tr>
{% endif %}
{% if valorisation._get('resultat_exploitation_nmoinsdeux_affichage') or valorisation._get('resultat_exploitation_nmoinsun_affichage') or valorisation._get('resultat_exploitation_n_affichage') or valorisation._get('resultat_exploitation_retraite_affichage') %}
<tr>
<td><strong>{{ translate("résultat d'exploitation", lang, "", "M") }}</strong> <a href="#" data-toggle="tooltip" data-placement="right" style="width: 400px" data-original-title="{{ translate("formulaire CERFA 2052 : ligne GG", lang, "", "M") }}"><i class="fas fa-question-circle gris_666" aria-hidden="true"></i></a></td>
<td class="text-right">{% if valorisation._get('resultat_exploitation_nmoinsdeux_affichage') %}{{ valorisation._get('resultat_exploitation_nmoinsdeux_affichage') }} k€{% endif %}</td>
<td class="text-right">{% if valorisation._get('resultat_exploitation_nmoinsun_affichage') %}{{ valorisation._get('resultat_exploitation_nmoinsun_affichage') }} k€{% endif %}</td>
<td class="text-right">{% if valorisation._get('resultat_exploitation_n_affichage') %}{{ valorisation._get('resultat_exploitation_n_affichage') }} k€{% endif %}</td>
<td class="text-right">{% if valorisation._get('resultat_exploitation_retraite_affichage') %}{{ valorisation._get('resultat_exploitation_retraite_affichage') }} k€{% endif %}</td>
</tr>
{% endif %}
{% if valorisation._get('resultat_net_nmoinsdeux_affichage') or valorisation._get('resultat_net_nmoinsun_affichage') or valorisation._get('resultat_net_n_affichage') or valorisation._get('resultat_net_retraite_affichage') %}
<tr>
<td><strong>{{ translate("résultat net", lang, "", "M") }}</strong> <a href="#" data-toggle="tooltip" data-placement="right" style="width: 400px" data-original-title="{{ translate("formulaire CERFA 2053 : ligne HN", lang, "", "M") }}"><i class="fas fa-question-circle gris_666" aria-hidden="true"></i></a></td>
<td class="text-right">{% if valorisation._get('resultat_net_nmoinsdeux_affichage') %}{{ valorisation._get('resultat_net_nmoinsdeux_affichage') }} k€{% endif %}</td>
<td class="text-right">{% if valorisation._get('resultat_net_nmoinsun_affichage') %}{{ valorisation._get('resultat_net_nmoinsun_affichage') }} k€{% endif %}</td>
<td class="text-right">{% if valorisation._get('resultat_net_n_affichage') %}{{ valorisation._get('resultat_net_n_affichage') }} k€{% endif %}</td>
<td class="text-right">{% if valorisation._get('resultat_net_retraite_affichage') %}{{ valorisation._get('resultat_net_retraite_affichage') }} k€{% endif %}</td>
</tr>
{% endif %}
{% if valorisation._get('fonds_propres_affichage') or valorisation._get('fonds_propres_retraite_affichage') %}
<tr>
<td><strong>{{ translate("fonds propres (=actif net)", lang, "", "M") }}</strong> <a href="#" data-toggle="tooltip" data-placement="right" style="width: 400px" data-original-title="{{ translate("formulaire CERFA 2051 : ligne DL", lang, "", "M") }}"><i class="fas fa-question-circle gris_666" aria-hidden="true"></i></a></td>
<td class="text-right"></td>
<td class="text-right"></td>
<td class="text-right">{% if valorisation._get('fonds_propres_affichage') %}{{ valorisation._get('fonds_propres_affichage') }} k€{% endif %}</td>
<td class="text-right">{% if valorisation._get('fonds_propres_retraite_affichage') %}{{ valorisation._get('fonds_propres_retraite_affichage') }} k€{% endif %}</td>
</tr>
{% endif %}
{% if valorisation._get('dettes_financieres_affichage') or valorisation._get('dettes_financieres_retraite_affichage') %}
<tr>
<td>
<strong>{{ translate("dettes financières", lang, "", "M") }}</strong> <a href="#" data-toggle="tooltip" data-html="true" data-placement="right" data-original-title="{{ translate("formulaire CERFA 2051 : ", lang, "", "M") }}<br> {{ translate("lignes DS + DT + DU + DV - EH", lang, "", "M") }}
<br><br><u>{{ translate("définition", lang, "", "M") }}</u> :<br>
{{ translate("emprunts obligataires convertibles", lang, "", "M") }}<br>
+ {{ translate("autres emprunts obligataires", lang, "", "M") }}<br>
+ {{ translate("emprunts et dettes auprès des établissements de crédit", lang, "", "M") }}<br>
+ {{ translate("emprunts et dettes financières divers", lang, "", "M") }}">
<i class="fas fa-question-circle gris_666" aria-hidden="true"></i></a>
</td>
<td class="text-right"></td>
<td class="text-right"></td>
<td class="text-right">{% if valorisation._get('dettes_financieres_affichage') %}{{ valorisation._get('dettes_financieres_affichage') }} k€{% endif %}</td>
<td class="text-right">{% if valorisation._get('dettes_financieres_retraite_affichage') %}{{ valorisation._get('dettes_financieres_retraite_affichage') }} k€{% endif %}</td>
</tr>
{% endif %}
{% if valorisation._get('tresorerie_disponible_affichage') or valorisation._get('tresorerie_disponible_retraite_affichage') %}
<tr>
<td class="texte"><strong>{{ translate("trésorerie structurelle", lang, "", "M") }}</strong> <a href="#" data-toggle="tooltip" data-placement="right" data-html="true" style="width: 400px" data-original-title="{{ translate("formulaire CERFA", lang, "", "M") }} : <br>
{{ translate("({2050}[CF] + {2050}[CD])", lang, "", "M") }} <br>-
{{ translate("({2051}[EH] + {2058-C}[YS])", lang, "", "M") }}<br>
<br><br><u>{{ translate("définition", lang, "", "M") }}</u> :
<br>{{ translate("trésorerie Actif - Trésorerie Passif =", lang, "", "M") }}
<br>{{ translate("(Disponibilité + Valeur Mobilière de placement)", lang, "", "M") }}
<br>- {{ translate("(Concours bancaires courant + effets escomptés non échus)", lang, "", "M") }}"><i class="fas fa-question-circle gris_666" aria-hidden="true"></i></a>
</td>
<td class="text-right"></td>
<td class="text-right"></td>
<td class="text-right">{% if valorisation._get('tresorerie_disponible_affichage') %}{{ valorisation._get('tresorerie_disponible_affichage') }} k€{% endif %}</td>
<td class="text-right">{% if valorisation._get('tresorerie_disponible_retraite_affichage') %}{{ valorisation._get('tresorerie_disponible_retraite_affichage') }} k€{% endif %}</td>
</tr>
{% endif %}
{% if valorisation._get('participation_salaries_affichage') or valorisation._get('participation_salaries_retraite_affichage') %}
<tr>
<td><strong>{{ translate("participation des salariés", lang, "", "M") }}</strong> <a href="#" data-toggle="tooltip" data-placement="right" style="width: 400px" data-original-title="{{ translate("Formulaire CERFA 2053 ligne HJ", lang, "", "M") }}"><i class="fas fa-question-circle gris_666" aria-hidden="true"></i></a></td>
<td class="text-right"></td>
<td class="text-right"></td>
<td class="text-right">{% if valorisation._get('participation_salaries_affichage') %}{{ valorisation._get('participation_salaries_affichage') }} k€{% endif %}</td>
<td class="text-right">{% if valorisation._get('participation_salaries_retraite_affichage') %}{{ valorisation._get('participation_salaries_retraite_affichage') }} k€{% endif %}</td>
</tr>
{% endif %}
{% if valorisation._get('nb_personnes_nmoinsdeux_affichage') or valorisation._get('nb_personnes_nmoinsun_affichage') or valorisation._get('nb_personnes_n_affichage') or valorisation._get('nb_personnes_retraite_affichage') %}
<tr>
<td class="texte"><strong>{{ translate("nb personnes", lang, "", "M") }}</strong></td>
<td class="text-right">{{ valorisation._get('nb_personnes_nmoinsdeux_affichage') }}</td>
<td class="text-right">{{ valorisation._get('nb_personnes_nmoinsun_affichage') }}</td>
<td class="text-right">{{ valorisation._get('nb_personnes_n_affichage') }}</td>
<td class="text-right">{{ valorisation._get('nb_personnes_retraite_affichage') }}</td>
</tr>
{% endif %}
{% if valorisation._get('retraitement_des_comptes') or valorisation._get('complement_retraitement_des_comptes') %}
<tr>
<td><strong>{{ translate("retraitement des comptes", lang, "", "M") }}</strong></td>
<td colspan="4">
{{ translate("Les comptes ont été retraités pour valoriser l'entreprise.", lang, "", "M") }}<br>
{% if valorisation._get('complement_retraitement_des_comptes') %}
{{ translate(valorisation._get('complement_retraitement_des_comptes'), lang, "", "M") | nl2br }}
{% endif %}
</td>
</tr>
{% endif %}
{% if valorisation._get('opportunites_developpement') %}
<tr>
<td><strong>{{ translate("opportunités de developpement", lang, "", "M") }}</strong></td>
<td colspan="4">
{{ valorisation._get('opportunites_developpement') | nl2br }}
</td>
</tr>
{% endif %}
</tbody>
</table>
<table class="table table-striped mt-5">
<thead>
<tr class="table-active">
<th class="text-left" colspan="5">{{ translate("prix de vente", lang, "", "M") }}</th>
</tr>
</thead>
<tbody>
<tr>
{% if valorisation._get('type_rachat') == 'fonds' %}
{% set phrase_sujet_prix_vente = "le fonds de commerce" %}
{% elseif valorisation._get('type_rachat') == "titres" %}
{% set phrase_sujet_prix_vente = "100% des titres" %}
{% else %}
{% set phrase_sujet_prix_vente = "100% des titres ou pour le fonds de commerce" %}
{% endif %}
<td>{{ translate("prix de vente pour " ~ phrase_sujet_prix_vente ~ " (hors cession de l'immobilier)", lang, "", "M") }}</td>
<td colspan="4">{{ valorisation._get('prix_vente') }} k€</td>
</tr>
{% if valorisation._get('prix_vente_locaux') %}
<tr>
<td>{{ translate("prix de vente de l'immobilier (si cession des murs)", lang, "", "M") }}</td>
<td colspan="4">{{ valorisation._get('prix_vente_locaux') }} k€</td>
</tr>
{% endif %}
{% if valorisation._get('autres_frais') %}
<tr>
<td>{{ translate("autres frais liés à l'acquisition (conseils, avocats, création holding,...)", lang, "", "M") }}</td>
<td colspan="4">{{ valorisation._get('autres_frais') }} k€</td>
</tr>
{% endif %}
{% if valorisation._get('description_autres_frais') %}
<tr>
<td>{{ translate("description des autres frais", lang, "", "M") }}</td>
<td colspan="4">{{ valorisation._get('description_autres_frais') }}</td>
</tr>
{% endif %}
{% if valorisation._get('complement_methodes') %}
<tr>
<td>{{ translate("méthode(s) / multiple(s) particulier(s) utilisé(s) pour déterminer le prix de cession", lang, "", "M") }}</td>
<td colspan="4">
{{ valorisation._get('complement_methodes') | nl2br }}
</td>
</tr>
{% endif %}
{% if valorisation._get('commentaire_prix') %}
<tr>
<td>{{ translate("commentaires sur le prix de vente", lang, "", "M") }}</td>
<td colspan="4">
{{ valorisation._get('commentaire_prix') | nl2br }}
</td>
</tr>
{% endif %}
</tbody>
</table>
<div class="mt-5">
<h5 class="mauve_cabinet">{{ translate("informations concernant l'opération", lang, "", "M") }}</h5>
</div>
<table class="table table-striped">
<thead>
<tr class="table-active">
<th class="text-left" colspan="2">{{ translate("générale", lang, "", "M") }}</th>
</tr>
</thead>
<tbody>
{% if valorisation.donne_approx_date_operation_aff %}
{#<tr>
<td class="texte">{{ translate("l'opération de cession a été réalisée il y a", lang, "", "M") }}</td>
<td class="texte">{{ translate(valorisation.donne_approx_date_operation_aff, lang, "", "M") }}</td>
</tr>#}
{% endif %}
{% if valorisation._get('nb_acheteurs_potentiels') %}
<tr>
<td class="texte">{{ translate("le cédant a rencontré", lang, "", "M") }}</td>
<td class="texte">
{% set p = "" %}
{% if valorisation._get('nb_acheteurs_potentiels') > 1 %}
{% set p = "p" %}
{% endif %}
{% set arrayVarsTrans = {"nb_acheteurs_potentiels": valorisation._get('nb_acheteurs_potentiels') } %}
{{ translate("%$nb_acheteurs_potentiels%$ $$acheteur potentiel$${p|acheteurs potentiels}",lang,"","M", p, arrayVarsTrans) }}
</td>
</tr>
{% endif %}
{% if valorisation._get('duree_negociations') %}
<tr>
<td class="texte">{{ translate("les négociations avec l'acheteur final ont duré", lang, "", "M") }}</td>
<td class="texte">
{% set arrayVarsTrans = {"duree_negociations": valorisation._get('duree_negociations') } %}
{{ translate("%$duree_negociations%$ mois", lang, "", "m", "", arrayVarsTrans) }}
</td>
</tr>
{% endif %}
</tbody>
</table>
<table class="table table-striped mt-3">
<thead>
<tr class="table-active">
<th class="text-left" colspan="2">{{ translate("caractéristiques de l'opération", lang, "", "M") }}</th>
</tr>
</thead>
<tbody>
<tr>
<td class="texte">{{ translate("l'acquereur a acheté", lang, "", "M") }}</td>
<td class="texte">
{% if valorisation._get('type_rachat') == "fonds" %}
{{ translate("le fonds de commerce", lang, "", "M") }}
{% else %}
{{ translate("les titres de la société", lang, "", "M") }}
{% endif %}
</td>
</tr>
{% if valorisation._get('type_rachat') == "fonds" %}
{% else %}
{% if valorisation._get('pourcentage_titres_repris') %}
<tr>
<td>
{{ translate("pourcentage des titres rachetés par l'acquéreur le jour de l'opération", lang, "", "M") }}
</td>
<td>
{{ valorisation._get('pourcentage_titres_repris') }} %
</td>
</tr>
{% else %}
<tr>
<td>
{{ translate("L'acquéreur a acheté 100 % des titres", lang, "", "M") }}
</td>
<td>
{{ valorisation._get('reprise_100_pourcents') }} %
</td>
</tr>
{% endif %}
{% endif %}
{% if valorisation._get('complement_montage') %}
<tr>
<td>{{ translate("montage de reprise", lang, "", "M") }}</td>
<td>{{ valorisation._get('complement_montage') | nl2br }}</td>
</tr>
{% endif %}
{% if valorisation._get('earn_out') %}
<tr>
<td>{{ translate("Un <strong>earn out</strong> a-t-il été mis en place ?", lang, "", "M") | raw }}</td>
<td>{{ translate(valorisation._get('earn_out'), lang, "", "M") }}</td>
</tr>
{% endif %}
{% if valorisation._get('complement_earn_out') %}
<tr>
<td>{{ translate("caractéristiques de l'<strong>earn out</strong>", lang, "", "M") | raw }}</td>
<td>{{ valorisation._get('complement_earn_out') | nl2br }}</td>
</tr>
{% endif %}
{% if valorisation._get('type_rachat') == "fonds" %}
<tr>
<td>
{{ translate("caractéristiques de la garantie d'actif et de passif", lang, "", "M") }}
</td>
<td>
{{ translate("pas de garantie d'actif et de passif car rachat du fonds de commerce", lang, "", "M") }}
</td>
</tr>
{% else %}
<tr>
<td>
{{ translate("caractéristiques de la garantie d'actif et de passif", lang, "", "M") }} :
</td>
<td> </td>
</tr>
{% if valorisation._get('montant_garantie') %}
<tr>
<td> - {{ translate("montant de la garantie", lang, "", "M") }}</td>
<td class="texte">{{ valorisation._get('montant_garantie') }} k€</td>
</tr>
{% endif %}
{% if valorisation._get('duree_garantie') %}
<tr>
<td class="texte"> - {{ translate("durée", lang, "", "M") }}</td>
<td class="texte">
{% set arrayVarsTrans = {"duree_garantie": valorisation._get('duree_garantie') } %}
{{ translate("%$duree_garantie%$ mois", lang, "", "m", "", arrayVarsTrans) }}
</td>
</tr>
{% endif %}
{% if valorisation._get('garantie_garantie') %}
<tr>
<td class="texte"> - {{ translate("une garantie de la garantie a-t-elle été mise en place ?", lang, "", "M") }}</td>
<td class="texte">{{ translate(valorisation._get('garantie_garantie'), lang, "", "M") }}</td>
</tr>
{% endif %}
{% if valorisation._get('complement_garantie') %}
<tr>
<td class="texte"> - {{ translate("commentaire sur la garantie", lang, "", "M") }}</td>
<td class="texte">{{ valorisation._get('complement_garantie') | nl2br }}</td>
</tr>
{% endif %}
{% endif %}
</tbody>
</table>
<table class="table table-striped">
<thead>
<tr class="table-active">
<th class="text-left" colspan="2">{{ translate("financement de l'opération", lang, "", "M") }}</th>
</tr>
</thead>
<tbody>
{% if valorisation._get('apports_fonds_propres_acquereur') %}
<tr>
<td>{{ translate("montant apporté en fonds propres par l'acquereur", lang, "", "M") }}</td>
<td>{{ valorisation._get('apports_fonds_propres_acquereur') }} k€</td>
</tr>
{% endif %}
{% if valorisation._get('apports_fonds_propres_investisseur') %}
<tr>
<td>{{ translate("montant apporté en fonds propres par des investisseurs (privés, Business Angel, fonds d'investissement, ...)", lang, "", "M") }}<br></td>
<td>{{ valorisation._get('apports_fonds_propres_investisseur') }} k€</td>
</tr>
{% endif %}
{% if valorisation._get('montant_finance_dette') %}
<tr>
<td>{{ translate("montant financé par une dette bancaire", lang, "", "M") }}</td>
<td>{{ valorisation._get('montant_finance_dette') }} k€</td>
</tr>
{% endif %}
{% if (valorisation._get('pret_oseo') + valorisation._get('garantie_oseo') + valorisation._get('pret_honneur') + valorisation._get('autre_financement')) %}
<tr>
<td>{{ translate("autre financement", lang, "", "M") }}</td>
<td width="326"> </td>
</tr>
{% endif %}
{% if valorisation._get('pret_oseo') + valorisation._get('garantie_oseo') + valorisation._get('pret_honneur') + valorisation._get('autre_financement') %}
<tr>
<td> {{ translate("montant", lang, "", "M") }}</td>
<td>{{ valorisation._get('pret_oseo') + valorisation._get('garantie_oseo') + valorisation._get('pret_honneur') + valorisation._get('autre_financement') }} k€</td>
</tr>
{% endif %}
{% if valorisation._get('pret_oseo') or valorisation._get('garantie_oseo') or valorisation._get('pret_honneur') or valorisation._get('autre_financement') %}
<tr>
<td> {{ translate("type", lang, "", "M") }}</td>
{% set type_autre_financement = "" %}
{% if valorisation._get('pret_oseo') %}
{% set type_autre_financement = type_autre_financement ~ "prêt OSEO, " %}
{% endif %}
{% if valorisation._get('garantie_oseo') %}
{% set type_autre_financement = type_autre_financement ~ "garantie OSEO, " %}
{% endif %}
{% if valorisation._get('pret_honneur') %}
{% set type_autre_financement = type_autre_financement ~ "prêt d'honneur, " %}
{% endif %}
{% if valorisation._get('autre_financement') %}
{% set type_autre_financement = type_autre_financement ~ "autres, " %}
{% endif %}
{% set type_autre_financement = type_autre_financement | slice(0, -3) %}
<td>{{ translate(type_autre_financement, lang, "", "M") }}</td>
</tr>
{% endif %}
{% if valorisation._get('complement_pret_oseo') or valorisation._get('complement_garantie_oseo') or valorisation._get('complement_pret_honneur') or valorisation._get('complement_autre_financement') %}
<tr>
<td> {{ translate("commentaire", lang, "", "M") }}</td>
{% set complement_autre_financement = "" %}
{% if valorisation._get('complement_pret_oseo') %}
{% set complement_autre_financement = complement_autre_financement ~ valorisation._get('complement_pret_oseo') ~ "\r\n" %}
{% endif %}
{% if valorisation._get('complement_garantie_oseo') %}
{% set complement_autre_financement = complement_autre_financement ~ valorisation._get('complement_garantie_oseo') ~ "\r\n" %}
{% endif %}
{% if valorisation._get('complement_pret_honneur') %}
{% set complement_autre_financement = complement_autre_financement ~ valorisation._get('complement_pret_honneur') ~ "\r\n" %}
{% endif %}
{% if valorisation._get('complement_autre_financement') %}
{% set complement_autre_financement = complement_autre_financement ~ valorisation._get('complement_autre_financement') ~ "\r\n" %}
{% endif %}
{% set complement_autre_financement = complement_autre_financement | slice(0, -4) %}
<td>{{ complement_autre_financement | nl2br }}</td>
</tr>
{% endif %}
{% if valorisation._get('credit_vendeur') %}
<tr>
<td>{{ translate("un crédit vendeur a-t-il été mis en place ?", lang, "", "M") }}</td>
<td>{{ translate(valorisation._get('credit_vendeur'), lang, "", "M") }}</td>
</tr>
{% endif %}
{% if valorisation._get('credit_vendeur') == "oui" and valorisation._get('montant_credit_vendeur') %}
<tr>
<td> {{ translate("montant", lang, "", "M") }}</td>
<td>
{% if valorisation._get('credit_vendeur') == "oui" %}
{{ valorisation._get('montant_credit_vendeur') }} k€
{% endif %}
</td>
</tr>
{% endif %}
{% if valorisation._get('commentaire_credit_vendeur') %}
<tr>
<td> {{ translate("commentaire", lang, "", "M") }}</td>
<td>{{ valorisation._get('commentaire_credit_vendeur') | nl2br }}</td>
</tr>
{% endif %}
</tbody>
</table>
<table class="table table-striped">
<thead>
<tr class="table-active">
<th class="text-left" colspan="2">{{ translate("dispositions particulières", lang, "", "M") }}</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{ translate("suite au rachat de l'entreprise", lang, "", "M") }}</td>
<td>
{% if valorisation._get('cedant_reste_dans_entreprise') == "oui" %}
{{ translate("le cédant reste à un poste opérationnel", lang, "", "M") }}
{% elseif valorisation._get('cedant_reste_dans_entreprise') == "non" %}
{{ translate("le cédant quitte tout poste opérationnel", lang, "", "M") }}
{% else %}
{{ translate("la position du cédant vis à vis de l'entreprise est est inconnue", lang, "", "M") }}
{% endif %}
</td>
</tr>
{% if valorisation._get('accompagnement_par_cedant') %}
<tr>
<td>{{ translate("accompagnement du repreneur par le cédant ?", lang, "", "M") }}</td>
<td>{{ valorisation._get('accompagnement_par_cedant') }}</td>
</tr>
{% endif %}
{% if valorisation._get('duree_accompagnement_par_cedant') %}
<tr>
<td>{{ translate("durée", lang, "", "M") }}</td>
<td>
{% if valorisation._get('duree_accompagnement_par_cedant') %}
{% set arrayVarsTrans = {"duree_accompagnement_par_cedant": valorisation._get('duree_accompagnement_par_cedant') } %}
{{ translate("%$duree_accompagnement_par_cedant%$ mois", lang, "", "m", "", arrayVarsTrans) }}
{% endif %}
</td>
</tr>
{% endif %}
{% if valorisation._get('complement_operation') %}
<tr>
<td>{{ translate("commentaires sur l'opération", lang, "", "M") }}</td>
<td>{{ valorisation._get('complement_operation') | nl2br }}</td>
</tr>
{% endif %}
</tbody>
</table>
<div class="mt-5">
<h5 class="mauve_cabinet">{{ translate("informations concernant l'acquéreur", lang, "", "M") }}</h5>
</div>
<table class="table table-striped">
<tbody>
<tr>
<td>{{ translate("l'acquéreur est", lang, "", "M") }}</td>
{% if valorisation._get('type_acquereur') == "personne" %}
{% set type_acquereur = "une personne physique" %}
{% if valorisation._get('repreneur_meme_secteur') == "oui" %}
{% set type_acquereur = type_acquereur ~ " qui connaissait le métier" %}
{% elseif valorisation._get('repreneur_meme_secteur') == "non" %}
{% set type_acquereur = type_acquereur ~ " venant d'un autre secteur d'activité" %}
{% endif %}
{% elseif valorisation._get('type_acquereur') == "societe" %}
{% set type_acquereur = "une société" %}
{% if valorisation._get('societe_meme_secteur') == "oui" %}
{% set type_acquereur = type_acquereur ~ " du même secteur d'activité" %}
{% elseif valorisation._get('societe_meme_secteur') == "non" %}
{% set type_acquereur = type_acquereur ~ " d'un autre secteur d'activité" %}
{% endif %}
{% elseif valorisation._get('type_acquereur') == "fonds_investissement" %}
{% set type_acquereur = "un fonds d'investissement" %}
{% else %}
{% set type_acquereur = "non renseigné" %}
{% endif %}
<td>{{ translate(type_acquereur, lang, "", "M") }}</td>
</tr>
<tr>
<td>{{ translate("situé", lang, "", "M") }}</td>
{% if valorisation._get('acquereur_meme_departement') == "oui" %}
{% set loc = "dans le même département" %}
{% elseif valorisation._get('acquereur_meme_region') == "oui" %}
{% set loc = "dans la même région" %}
{% elseif valorisation._get('acquereur_meme_pays') == "oui" %}
{% set loc = "dans le même pays" %}
{% else %}
{% set loc = "dans un autre pays" %}
{% endif %}
<td>{{ translate(loc, lang, "", "M") }}</td>
</tr>
{% if valorisation._get('type_acquereur') == "societe" %}
{% if valorisation._get('ca_societe_acquereur') %}
<tr>
<td>{{ translate("CA de la société acquéreur", lang, "", "M") }}</td>
<td>
{% if valorisation._get('ca_societe_acquereur') < 1000 %}
{{ translate("moins de 1M€", lang, "", "M") }}
{% elseif valorisation._get('ca_societe_acquereur') < 5000 and valorisation._get('ca_societe_acquereur') >= 1000 %}
{{ translate("entre 1M€ et 5M€", lang, "", "M") }}
{% elseif valorisation._get('ca_societe_acquereur') < 10000 and valorisation._get('ca_societe_acquereur') >= 5000 %}
{{ translate("entre 5M€ et 10M€", lang, "", "M") }}
{% elseif valorisation._get('ca_societe_acquereur') >= 10000 %}
{{ translate("plus de 10M€", lang, "", "M") }}
{% endif %}
</td>
</tr>
{% endif %}
{% endif %}
</tbody>
</table>
{% if valorisation._get('affichage_multiples') == "oui" %}
<div class="mt-5 mb-2">
<h5 class="mauve_cabinet">{{ translate("les multiples de la transaction", lang, "", "M") }}</h5>
</div>
<div>
{{ translate("les informations de ce compte rendu d'opération étant suffisantes, nous sommes en mesure de vous donner les multiples suivants pour cette transaction", lang, "", "M") }} :
</div>
{% set t = valorisation.donne_tableau_multiples_publique %}
{% set t_retraite = valorisation.donne_tableau_multiples_publique_retraite %}
{% if t.multiples | length > 0 %}
{% set liste = "" %}
<table class="table table-striped">
<thead>
<tr class="table-active">
<th style="text-align: left;">{{ translate("multiples", lang, "", "M") }}</th>
</tr>
</thead>
<tbody>
{% for index, multiple in t.multiples %}
{% set liste = liste ~ t.descriptions[index] %}
{% if multiple > 0 %}
<tr>
<td>
<span title="{{ valorisation._get('prix_vente') }} k€" style="cursor:pointer;">{{ translate("prix de cession", lang, "", "M") }}</span> = {{ t.descriptions[index] | raw }}
</td>
</tr>
{% endif %}
{% endfor %}
{% if strpos(liste, 'EBIT') > -1 %}
<tr>
<td>
<span>{{ translate("* EBIT = Résultat Net (n) - participation des salariés", lang, "", "M") }}</span>
</td>
</tr>
{% endif %}
</tbody>
</table>
{% endif %}
{% if t_retraite.multiples | length > 0 %}
{% set liste = "" %}
<table class="table table-striped">
<thead>
<tr class="table-active">
<th style="text-align: left;">{{ translate("multiples après retraitement des comptes", lang, "", "M") }}</th>
</tr>
</thead>
<tbody>
{% for index, multiple in t_retraite.multiples %}
{% set liste = liste ~ t_retraite.descriptions[index] %}
{% if multiple > 0 %}
<tr>
<td>
<span title="{{ valorisation._get('prix_vente') }} k€" style="cursor:pointer;">{{ translate("prix de cession", lang, "", "M") }}</span> = {{ t_retraite.descriptions[index] | raw }}
</td>
</tr>
{% endif %}
{% endfor %}
</tbody>
</table>
{% endif %}
<div class="col-12 my-3">
<i class="fas fa-user gris_666" aria-hidden="true"></i> - <small>{{ translate("personne physique", lang, "", "M") }}</small><br>
<i class="fas fa-building gris_666" aria-hidden="true"></i> - <small>{{ translate("société", lang, "", "M") }}</small><br>
<i class="fas fa-long-arrow-alt-up gris_666" aria-hidden="true"></i> - <small>{{ translate("société in bonis", lang, "", "M") }}</small><br>
<i class="fas fa-long-arrow-alt-down gris_666" aria-hidden="true"></i> - <small>{{ translate("société en difficulté", lang, "", "M") }}</small><br>
<i class="fas fa-percentage gris_666" aria-hidden="true"></i> - <small>{{ translate("achat de titres", lang, "", "M") }}</small><br>
<i class="fas fa-store gris_666" aria-hidden="true"></i> - <small>{{ translate("achat fonds de commerce", lang, "", "M") }}</small>
</div>
{% endif %}
</div>
</div>
</div>
</div>
{% endif %}
</div><!--FIN COLONNE DROITE -->
</div> <!--FIN ROW CONTAINER -->
</div> <!--FIN CONTAINER -->
{% endblock %}
{% block javascripts %}
{{ parent() }}
<script type="module" src="{{ asset('build/js/base_valorisations/detail_valorisation.js') }}"></script>
<script type="text/javascript">
sessionStorage.removeItem("form"); // desactive le bug du modal login
$(function () {
$('[data-toggle="tooltip"]').tooltip()
});
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;
}
</script>
{% endblock %}