<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* base_valorisations/detail_valorisation.html.twig */
class __TwigTemplate_6c40580e881f669cfd2ffb48639779e86c30d85aff756e5b823bca411f7d327f extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'stylesheets' => [$this, 'block_stylesheets'],
'body' => [$this, 'block_body'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "base.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base_valorisations/detail_valorisation.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base_valorisations/detail_valorisation.html.twig"));
$this->parent = $this->loadTemplate("base.html.twig", "base_valorisations/detail_valorisation.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 3
public function block_stylesheets($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
yield " ";
yield from $this->yieldParentBlock("stylesheets", $context, $blocks);
yield "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
// line 7
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 8
yield " ";
yield from $this->loadTemplate("assets/assets_vuejs.html.twig", "base_valorisations/detail_valorisation.html.twig", 8)->unwrap()->yield($context);
// line 9
yield "
<!-- Menu -->
";
// line 11
yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi", Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\CoreController::menu", ["lang" => // line 13
(isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 13, $this->source); })()), "currentRoute" => "base_valorisations_detail_valorisation", "codePays" => // line 15
(isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore", $context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.', 15, $this->source); })())]));
// line 16
yield "
<!-- Menu -->
<!-- Publicité -->
";
// line 20
yield from $this->loadTemplate("includes/publicite.html.twig", "base_valorisations/detail_valorisation.html.twig", 20)->unwrap()->yield($context);
// line 21
yield " <!-- Publicité -->
<div class=\"container\" id=\"app\">
<div class=\"row\">
<!--COLONNE GAUCHE -->
";
// line 26
yield from $this->loadTemplate("includes/colonne_gauche_valorisation.html.twig", "base_valorisations/detail_valorisation.html.twig", 26)->unwrap()->yield($context);
// line 27
yield " <!--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=\"";
// line 35
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("index", ["codePays" => (isset($context["codePays"]) || array_key_exists("codePays", $context) ? $context["codePays"] : (function () { throw new RuntimeError('Variable "codePays" does not exist.', 35, $this->source); })())]), "html", null, true);
yield "\">";
yield $this->extensions['App\Twig\TranslationExtension']->translate("accueil", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 35, $this->source); })()), "", "M");
yield "</a></li>
<li class=\"breadcrumb-item\"><a href=\"";
// line 36
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("base_valorisations_index", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore", $context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.', 36, $this->source); })())]), "html", null, true);
yield "\" title=\"";
yield $this->extensions['App\Twig\TranslationExtension']->translate("Valorisation et Evaluation d'entreprise", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 36, $this->source); })()), "", "M");
yield "\">";
yield $this->extensions['App\Twig\TranslationExtension']->translate("Valorisation et Evaluation d'entreprise", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 36, $this->source); })()), "", "M");
yield "</a></li>
<li class=\"breadcrumb-item active\" aria-current=\"page\">";
// line 37
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["titre_ariane"]) || array_key_exists("titre_ariane", $context) ? $context["titre_ariane"] : (function () { throw new RuntimeError('Variable "titre_ariane" does not exist.', 37, $this->source); })()), "html", null, true);
yield "</li>
</ol>
</nav>
<!-- FIN ARIANE -->
";
// line 42
if ((1 === CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 42, $this->source); })()), "session", [], "any", false, false, false, 42), "flashbag", [], "any", false, false, false, 42), "peek", ["error"], "method", false, false, false, 42)), 0))) {
// line 43
yield " <div class=\"alert alert-danger\" role=\"alert\">
";
// line 44
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 44, $this->source); })()), "flashes", ["error"], "method", false, false, false, 44));
foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
// line 45
yield " - ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["message"], "html", null, true);
yield "<br>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 47
yield " </div>
";
}
// line 49
yield "
";
// line 50
if ((1 === CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 50, $this->source); })()), "session", [], "any", false, false, false, 50), "flashbag", [], "any", false, false, false, 50), "peek", ["success"], "method", false, false, false, 50)), 0))) {
// line 51
yield " <div class=\"alert alert-success\" role=\"alert\">
";
// line 52
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 52, $this->source); })()), "flashes", ["success"], "method", false, false, false, 52));
foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
// line 53
yield " - ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["message"], "html", null, true);
yield "<br>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 55
yield " </div>
";
}
// line 57
yield "
\t\t\t\t<div class=\"row\">
\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t<div class=\"ml-5 my-2\">
\t\t\t\t\t\t\t<img src=\"";
// line 61
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/img/logo_valo_entreprises.png"), "html", null, true);
yield "\" alt=\"";
yield $this->extensions['App\Twig\TranslationExtension']->translate("logo valorisation entreprise", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 61, $this->source); })()), "", "M");
yield "\">
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t
\t\t\t\t<div class=\"row\">\t
\t\t\t\t\t<div class=\"col-12 mt-5 mb-5 ml-5\">
\t\t\t\t\t\t<h2 class=\"gris_666\">";
// line 68
yield $this->extensions['App\Twig\TranslationExtension']->translate("Valorisation et Evaluation d'entreprise", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 68, $this->source); })()), "", "M");
yield "</h2>\t
\t\t\t\t\t\t";
// line 69
yield $this->extensions['App\Twig\TranslationExtension']->translate("consultez des comptes rendus d'opération de sociétés vendues en fonction des critères qui vous intéressent.", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 69, $this->source); })()), "", "M");
yield "\t\t\t
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t
\t\t\t\t<div class=\"row\">
\t<div class=\"col-12 col-sm-10 mt-3 mb-3 offset-sm-1 sectorielles\">
\t\t<h3 class=\"mauve_cabinet\">";
// line 75
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["titre_ariane"]) || array_key_exists("titre_ariane", $context) ? $context["titre_ariane"] : (function () { throw new RuntimeError('Variable "titre_ariane" does not exist.', 75, $this->source); })()), "html", null, true);
yield "</h3>
\t</div>
</div>
";
// line 79
if ( !(isset($context["isNoLongerAvailable"]) || array_key_exists("isNoLongerAvailable", $context) ? $context["isNoLongerAvailable"] : (function () { throw new RuntimeError('Variable "isNoLongerAvailable" does not exist.', 79, $this->source); })())) {
// line 80
yield " <div class=\"row no-print\">
<div class=\"col-12 text-right pr-4\">
\t<a href=\"#\" onclick=\"window.print();\"><i aria-hidden=\"true\" class=\"fa fa-print violet\"></i> ";
// line 82
yield $this->extensions['App\Twig\TranslationExtension']->translate("imprimer", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 82, $this->source); })()), "", "M");
yield "</a>
</div>
</div>
";
}
// line 86
yield "
";
// line 87
if (((isset($context["hasCommande"]) || array_key_exists("hasCommande", $context) ? $context["hasCommande"] : (function () { throw new RuntimeError('Variable "hasCommande" does not exist.', 87, $this->source); })()) && (isset($context["isNoLongerAvailable"]) || array_key_exists("isNoLongerAvailable", $context) ? $context["isNoLongerAvailable"] : (function () { throw new RuntimeError('Variable "isNoLongerAvailable" does not exist.', 87, $this->source); })()))) {
// line 88
yield " <div class=\"mb-3 mt-sm-1 no_shadow\">
\t\t<div class=\"row\">\t\t
\t\t\t<div class=\"col-12 col-sm-10 mt-3 mb-5 offset-sm-1\">
\t\t\t\t";
// line 91
yield $this->extensions['App\Twig\TranslationExtension']->translate("Le Compte Rendu d'Opération a été supprimé par le déposant. Nous ne pouvons donc malheureusement plus l'afficher.", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 91, $this->source); })()), "", "M");
yield "
\t\t\t</div>
\t\t</div>
</div>
";
} elseif (( ! // line 95
(isset($context["hasCommande"]) || array_key_exists("hasCommande", $context) ? $context["hasCommande"] : (function () { throw new RuntimeError('Variable "hasCommande" does not exist.', 95, $this->source); })()) && !(isset($context["hasServiceCRO"]) || array_key_exists("hasServiceCRO", $context) ? $context["hasServiceCRO"] : (function () { throw new RuntimeError('Variable "hasServiceCRO" does not exist.', 95, $this->source); })()))) {
// line 96
yield " <div class=\"card mb-3 mt-sm-1 no_shadow\">
\t<div class=\"card-body\">
\t\t<div class=\"row\">\t\t
\t\t\t<div class=\"col-12 col-sm-10 mt-3 mb-3 offset-sm-1\">
\t\t<div>\t\t\t
\t<h5 class=\"mauve_cabinet ml-sm-3\">";
// line 101
yield $this->extensions['App\Twig\TranslationExtension']->translate("résumé", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 101, $this->source); })()), "", "M");
yield "</h5>
</div>
\t\t<table class=\"table table-striped\">
\t\t\t<tbody>
\t\t\t<tr>
\t\t\t\t<td>";
// line 106
yield $this->extensions['App\Twig\TranslationExtension']->translate("description de l'activité de la société", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 106, $this->source); })()), "", "M");
yield "</td>
\t\t\t\t<td>";
// line 107
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 107, $this->source); })()), "_get", ["description_activite"], "method", false, false, false, 107), "html", null, true);
yield "</td>
\t\t\t</tr>
\t\t\t";
// line 113
yield " \t\t\t<tr>
\t\t\t\t<td>";
// line 114
yield $this->extensions['App\Twig\TranslationExtension']->translate("type d'acquéreur", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 114, $this->source); })()), "", "M");
yield "</td>
\t\t\t\t<td>";
// line 115
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 115, $this->source); })()), "donne_type_acquereur", [], "any", false, false, false, 115), (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 115, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t\t\t</tr>
\t\t\t<tr>
\t\t\t\t<td>";
// line 118
yield $this->extensions['App\Twig\TranslationExtension']->translate("type de rachat", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 118, $this->source); })()), "", "M");
yield "</td>
\t\t\t\t<td>";
// line 119
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 119, $this->source); })()), "donne_type_rachat", [], "any", false, false, false, 119), (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 119, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t\t\t</tr>
\t\t\t<tr>
\t\t\t\t<td>";
// line 122
yield $this->extensions['App\Twig\TranslationExtension']->translate("CA de la société", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 122, $this->source); })()), "", "M");
yield "</td>
\t\t\t\t<td>";
// line 123
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 123, $this->source); })()), "donne_approx_ca_aff", [], "any", false, false, false, 123), (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 123, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t\t\t</tr>
\t\t\t<tr>
\t\t\t\t<td>";
// line 126
yield $this->extensions['App\Twig\TranslationExtension']->translate("société en RJ", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 126, $this->source); })()), "", "M");
yield "</td>
\t\t\t\t<td>";
// line 127
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 127, $this->source); })()), "donne_redressement_judiciaire", [], "any", false, false, false, 127), (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 127, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t\t\t</tr>
\t\t\t<tr>
\t\t\t\t<td>";
// line 130
yield $this->extensions['App\Twig\TranslationExtension']->translate("société en difficulté", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 130, $this->source); })()), "", "M");
yield "</td>
\t\t\t\t<td>";
// line 131
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 131, $this->source); })()), "donne_societe_difficulte", [], "any", false, false, false, 131), (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 131, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t\t\t</tr>
\t\t\t</tbody>
\t\t</table>
\t\t\t</div>
\t\t\t";
// line 136
if ((isset($context["lignePanier"]) || array_key_exists("lignePanier", $context) ? $context["lignePanier"] : (function () { throw new RuntimeError('Variable "lignePanier" does not exist.', 136, $this->source); })())) {
// line 137
yield " \t\t\t<script>
\t\t\t\$(function(){
\t\t\t\tdocument.getElementById('ajout-panier').scrollIntoView({
\t\t\t behavior: 'smooth'
\t\t\t});
\t\t\t});
\t\t\t</script>
\t\t\t<div class=\"col-12 text-center no-print\" id=\"ajout-panier\">
\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t<div class=\"col-12 alert alert-success fs12 text-center my-5\" role=\"alert\">
\t";
// line 147
yield $this->extensions['App\Twig\TranslationExtension']->translate("le Compte Rendu d'Opération a été ajouté dans votre panier", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 147, $this->source); })()), "", "M");
yield "
\t</div>
\t <div class=\"col-12 col-lg-6 text-center text-lg-right\">
\t \t<div class=\"col-sm-12 my-3\">
\t \t ";
// line 151
$context["urlRetourListPanier"] = $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("base_valorisations_index", ["codePays" => // line 152
(isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore", $context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.', 152, $this->source); })())]);
// line 154
yield " \t \t\t<a href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["urlRetourListPanier"]) || array_key_exists("urlRetourListPanier", $context) ? $context["urlRetourListPanier"] : (function () { throw new RuntimeError('Variable "urlRetourListPanier" does not exist.', 154, $this->source); })()), "html", null, true);
yield "\" class=\"button-rond\" role=\"button\" aria-pressed=\"true\">
\t \t\t\t<div class=\"icon-btn-vous\"><i class=\"fas fa-chevron-circle-left fa-2x white\"></i></div>
\t \t<div class=\"float-right pt-1\">";
// line 156
yield $this->extensions['App\Twig\TranslationExtension']->translate("continuer la recherche", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 156, $this->source); })()), "", "M");
yield "</div>
\t </a>
\t \t\t</div>
\t </div>
\t \t<div class=\"col-12 col-lg-6 text-center text-lg-left\">
\t \t<div class=\"col-sm-12 my-3\">
\t \t<a href=\"";
// line 162
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panier_index", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore", $context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.', 162, $this->source); })())]), "html", null, true);
yield "\" class=\"button-rond-vert\" role=\"button\" aria-pressed=\"true\">
\t \t<div class=\"icon-btn-vous\"><i class=\"fas fa-shopping-cart fa-2x white\"></i></div>
\t \t<div class=\"float-right pt-1\">";
// line 164
yield $this->extensions['App\Twig\TranslationExtension']->translate("consulter le panier", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 164, $this->source); })()), "", "M");
yield " </div>
\t \t</a>
\t </div>
\t </div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t";
} else {
// line 171
yield " \t\t\t\t<div class=\"col-12 my-3 text-center no-print\" v-if=\"btn_visible\" v-cloak>
\t\t\t\t<a href=\"javascript:void(0)\" @click=\"clickCommanderCRO(); \" class=\"button-rond\" role=\"button\" aria-pressed=\"true\">
";
// line 173
yield Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("commander ce Compte Rendu", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 173, $this->source); })()), "", "M"));
yield "
</a><br>
\t\t\t\t</div>
\t\t\t\t";
}
// line 178
yield " \t\t\t\t
\t\t\t\t";
// line 179
if ( !(isset($context["lignePanier"]) || array_key_exists("lignePanier", $context) ? $context["lignePanier"] : (function () { throw new RuntimeError('Variable "lignePanier" does not exist.', 179, $this->source); })())) {
// line 180
yield " <div class=\"col-12 no-print\" v-model=\"bloc_commande\" v-if=\"bloc_commande\" v-cloak ref=\"bloc_commande\" >
<div class=\"row\">
";
// line 182
if ((isset($context["hasForfait"]) || array_key_exists("hasForfait", $context) ? $context["hasForfait"] : (function () { throw new RuntimeError('Variable "hasForfait" does not exist.', 182, $this->source); })())) {
// line 183
yield " <div class=\"col-12 alert alert-success fs12 text-center my-5\" role=\"alert\">
";
// line 184
if (((0 === CoreExtension::compare(Twig\Extension\CoreExtension::slice($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, (isset($context["forfaitAUtiliser"]) || array_key_exists("forfaitAUtiliser", $context) ? $context["forfaitAUtiliser"] : (function () { throw new RuntimeError('Variable "forfaitAUtiliser" does not exist.', 184, $this->source); })()), "code_service", [], "any", false, false, false, 184), 0, 3), "abo")) && (0 !== CoreExtension::compare(Twig\Extension\CoreExtension::slice($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, (isset($context["forfaitAUtiliser"]) || array_key_exists("forfaitAUtiliser", $context) ? $context["forfaitAUtiliser"] : (function () { throw new RuntimeError('Variable "forfaitAUtiliser" does not exist.', 184, $this->source); })()), "code_service", [], "any", false, false, false, 184), 0, 6), "abo_fe")))) {
// line 185
yield " ";
$context["date"] = $this->extensions['App\Twig\DateExtension']->donneDateFormatAffichage(CoreExtension::getAttribute($this->env, $this->source, (isset($context["forfaitAUtiliser"]) || array_key_exists("forfaitAUtiliser", $context) ? $context["forfaitAUtiliser"] : (function () { throw new RuntimeError('Variable "forfaitAUtiliser" does not exist.', 185, $this->source); })()), "date_fin_acces", [], "any", false, false, false, 185));
// line 186
yield " ";
if ((0 === CoreExtension::compare(Twig\Extension\CoreExtension::slice($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, (isset($context["forfaitAUtiliser"]) || array_key_exists("forfaitAUtiliser", $context) ? $context["forfaitAUtiliser"] : (function () { throw new RuntimeError('Variable "forfaitAUtiliser" does not exist.', 186, $this->source); })()), "code_service", [], "any", false, false, false, 186), 4, 2), 10))) {
// line 187
yield " ";
$context["itemAbo"] = ["nb" => 10, "date" => (isset($context["date"]) || array_key_exists("date", $context) ? $context["date"] : (function () { throw new RuntimeError('Variable "date" does not exist.', 187, $this->source); })())];
// line 188
yield " ";
} elseif ((0 === CoreExtension::compare(Twig\Extension\CoreExtension::slice($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, (isset($context["forfaitAUtiliser"]) || array_key_exists("forfaitAUtiliser", $context) ? $context["forfaitAUtiliser"] : (function () { throw new RuntimeError('Variable "forfaitAUtiliser" does not exist.', 188, $this->source); })()), "code_service", [], "any", false, false, false, 188), 4, 2), 20))) {
// line 189
yield " ";
$context["itemAbo"] = ["nb" => 20, "date" => (isset($context["date"]) || array_key_exists("date", $context) ? $context["date"] : (function () { throw new RuntimeError('Variable "date" does not exist.', 189, $this->source); })())];
// line 190
yield " ";
} elseif ((0 === CoreExtension::compare(Twig\Extension\CoreExtension::slice($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, (isset($context["forfaitAUtiliser"]) || array_key_exists("forfaitAUtiliser", $context) ? $context["forfaitAUtiliser"] : (function () { throw new RuntimeError('Variable "forfaitAUtiliser" does not exist.', 190, $this->source); })()), "code_service", [], "any", false, false, false, 190), 4, 2), 30))) {
// line 191
yield " ";
$context["itemAbo"] = ["nb" => 30, "date" => (isset($context["date"]) || array_key_exists("date", $context) ? $context["date"] : (function () { throw new RuntimeError('Variable "date" does not exist.', 191, $this->source); })())];
// line 192
yield " ";
}
// line 193
yield " ";
yield $this->extensions['App\Twig\TranslationExtension']->translate("vous beneficiez dun abonnement annuel %\$nb%\$ MER / mois valable jusqu'au %\$date%\$", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 193, $this->source); })()), "", "M", "s", (isset($context["itemAbo"]) || array_key_exists("itemAbo", $context) ? $context["itemAbo"] : (function () { throw new RuntimeError('Variable "itemAbo" does not exist.', 193, $this->source); })()));
yield "
";
} elseif ((0 === CoreExtension::compare(Twig\Extension\CoreExtension::slice($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, // line 194
(isset($context["forfaitAUtiliser"]) || array_key_exists("forfaitAUtiliser", $context) ? $context["forfaitAUtiliser"] : (function () { throw new RuntimeError('Variable "forfaitAUtiliser" does not exist.', 194, $this->source); })()), "code_service", [], "any", false, false, false, 194), 0, 6), "abo_fe"))) {
// line 195
yield " ";
if ((0 === CoreExtension::compare(Twig\Extension\CoreExtension::slice($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, (isset($context["forfaitAUtiliser"]) || array_key_exists("forfaitAUtiliser", $context) ? $context["forfaitAUtiliser"] : (function () { throw new RuntimeError('Variable "forfaitAUtiliser" does not exist.', 195, $this->source); })()), "code_service", [], "any", false, false, false, 195), 7, 2), 10))) {
// line 196
yield " ";
$context["itemAbo"] = ["nb" => 10];
// line 197
yield " ";
} elseif ((0 === CoreExtension::compare(Twig\Extension\CoreExtension::slice($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, (isset($context["forfaitAUtiliser"]) || array_key_exists("forfaitAUtiliser", $context) ? $context["forfaitAUtiliser"] : (function () { throw new RuntimeError('Variable "forfaitAUtiliser" does not exist.', 197, $this->source); })()), "code_service", [], "any", false, false, false, 197), 7, 2), 20))) {
// line 198
yield " ";
$context["itemAbo"] = ["nb" => 20];
// line 199
yield " ";
} elseif ((0 === CoreExtension::compare(Twig\Extension\CoreExtension::slice($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, (isset($context["forfaitAUtiliser"]) || array_key_exists("forfaitAUtiliser", $context) ? $context["forfaitAUtiliser"] : (function () { throw new RuntimeError('Variable "forfaitAUtiliser" does not exist.', 199, $this->source); })()), "code_service", [], "any", false, false, false, 199), 7, 2), 30))) {
// line 200
yield " ";
$context["itemAbo"] = ["nb" => 30];
// line 201
yield " ";
} elseif ((0 === CoreExtension::compare(Twig\Extension\CoreExtension::slice($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, (isset($context["forfaitAUtiliser"]) || array_key_exists("forfaitAUtiliser", $context) ? $context["forfaitAUtiliser"] : (function () { throw new RuntimeError('Variable "forfaitAUtiliser" does not exist.', 201, $this->source); })()), "code_service", [], "any", false, false, false, 201), 7, 2), 40))) {
// line 202
yield " ";
$context["itemAbo"] = ["nb" => 40];
// line 203
yield " ";
}
// line 204
yield " ";
yield $this->extensions['App\Twig\TranslationExtension']->translate("vous beneficiez dun abonnement %\$nb%\$ MER / mois", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 204, $this->source); })()), "", "M", "s", (isset($context["itemAbo"]) || array_key_exists("itemAbo", $context) ? $context["itemAbo"] : (function () { throw new RuntimeError('Variable "itemAbo" does not exist.', 204, $this->source); })()));
yield "
";
} else {
// line 206
yield " ";
if ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["forfaitAUtiliser"]) || array_key_exists("forfaitAUtiliser", $context) ? $context["forfaitAUtiliser"] : (function () { throw new RuntimeError('Variable "forfaitAUtiliser" does not exist.', 206, $this->source); })()), "code_service", [], "any", false, false, false, 206), "pack_5"))) {
// line 207
yield " ";
$context["nom"] = $this->extensions['App\Twig\TranslationExtension']->translate("5 MER", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 207, $this->source); })()));
// line 208
yield " ";
} elseif ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["forfaitAUtiliser"]) || array_key_exists("forfaitAUtiliser", $context) ? $context["forfaitAUtiliser"] : (function () { throw new RuntimeError('Variable "forfaitAUtiliser" does not exist.', 208, $this->source); })()), "code_service", [], "any", false, false, false, 208), "pack_10"))) {
// line 209
yield " ";
$context["nom"] = $this->extensions['App\Twig\TranslationExtension']->translate("10 MER", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 209, $this->source); })()));
// line 210
yield " ";
} elseif ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["forfaitAUtiliser"]) || array_key_exists("forfaitAUtiliser", $context) ? $context["forfaitAUtiliser"] : (function () { throw new RuntimeError('Variable "forfaitAUtiliser" does not exist.', 210, $this->source); })()), "code_service", [], "any", false, false, false, 210), "pack_20"))) {
// line 211
yield " ";
$context["nom"] = $this->extensions['App\Twig\TranslationExtension']->translate("20 MER", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 211, $this->source); })()));
// line 212
yield " ";
} elseif ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["forfaitAUtiliser"]) || array_key_exists("forfaitAUtiliser", $context) ? $context["forfaitAUtiliser"] : (function () { throw new RuntimeError('Variable "forfaitAUtiliser" does not exist.', 212, $this->source); })()), "code_service", [], "any", false, false, false, 212), "consultation_pm_promotionnelle"))) {
// line 213
yield " ";
$context["nom"] = $this->extensions['App\Twig\TranslationExtension']->translate("consultation promotionnelle", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 213, $this->source); })()));
// line 214
yield " ";
} elseif ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["forfaitAUtiliser"]) || array_key_exists("forfaitAUtiliser", $context) ? $context["forfaitAUtiliser"] : (function () { throw new RuntimeError('Variable "forfaitAUtiliser" does not exist.', 214, $this->source); })()), "code_service", [], "any", false, false, false, 214), "consultation_valorisation"))) {
// line 215
yield " ";
$context["nom"] = $this->extensions['App\Twig\TranslationExtension']->translate("consultation dans la base de valorisations", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 215, $this->source); })()));
// line 216
yield " ";
} else {
// line 217
yield " ";
$context["nom"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["forfaitAUtiliser"]) || array_key_exists("forfaitAUtiliser", $context) ? $context["forfaitAUtiliser"] : (function () { throw new RuntimeError('Variable "forfaitAUtiliser" does not exist.', 217, $this->source); })()), "code_service", [], "any", false, false, false, 217);
// line 218
yield " ";
}
// line 219
yield " ";
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["forfaitAUtiliser"] ?? null), "date_fin_acces", [], "any", true, true, false, 219) && CoreExtension::getAttribute($this->env, $this->source, (isset($context["forfaitAUtiliser"]) || array_key_exists("forfaitAUtiliser", $context) ? $context["forfaitAUtiliser"] : (function () { throw new RuntimeError('Variable "forfaitAUtiliser" does not exist.', 219, $this->source); })()), "date_fin_acces", [], "any", false, false, false, 219)) && CoreExtension::getAttribute($this->env, $this->source, ($context["forfaitAUtiliser"] ?? null), "nb_utilisations_restantes", [], "any", true, true, false, 219))) {
// line 220
yield " ";
$context["date"] = $this->extensions['App\Twig\DateExtension']->donneDateFormatAffichage(CoreExtension::getAttribute($this->env, $this->source, (isset($context["forfaitAUtiliser"]) || array_key_exists("forfaitAUtiliser", $context) ? $context["forfaitAUtiliser"] : (function () { throw new RuntimeError('Variable "forfaitAUtiliser" does not exist.', 220, $this->source); })()), "date_fin_acces", [], "any", false, false, false, 220));
// line 221
yield " ";
$context["itemAbo"] = ["nom" => (isset($context["nom"]) || array_key_exists("nom", $context) ? $context["nom"] : (function () { throw new RuntimeError('Variable "nom" does not exist.', 221, $this->source); })()), "nb" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["forfaitAUtiliser"]) || array_key_exists("forfaitAUtiliser", $context) ? $context["forfaitAUtiliser"] : (function () { throw new RuntimeError('Variable "forfaitAUtiliser" does not exist.', 221, $this->source); })()), "nb_utilisations_restantes", [], "any", false, false, false, 221), "date" => (isset($context["date"]) || array_key_exists("date", $context) ? $context["date"] : (function () { throw new RuntimeError('Variable "date" does not exist.', 221, $this->source); })())];
// line 222
yield " ";
yield $this->extensions['App\Twig\TranslationExtension']->translate("vous beneficiez d'un service \"%\$nom%\$\" pour lequel il vous reste %\$nb%\$ mises en relation a utiliser jusqu'au %\$date%\$", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 222, $this->source); })()), "", "M", "s", (isset($context["itemAbo"]) || array_key_exists("itemAbo", $context) ? $context["itemAbo"] : (function () { throw new RuntimeError('Variable "itemAbo" does not exist.', 222, $this->source); })()));
yield " *
";
} elseif ((CoreExtension::getAttribute($this->env, $this->source, // line 223
($context["forfaitAUtiliser"] ?? null), "date_fin_acces", [], "any", true, true, false, 223) && CoreExtension::getAttribute($this->env, $this->source, (isset($context["forfaitAUtiliser"]) || array_key_exists("forfaitAUtiliser", $context) ? $context["forfaitAUtiliser"] : (function () { throw new RuntimeError('Variable "forfaitAUtiliser" does not exist.', 223, $this->source); })()), "date_fin_acces", [], "any", false, false, false, 223))) {
// line 224
yield " ";
$context["date"] = $this->extensions['App\Twig\DateExtension']->donneDateFormatAffichage(CoreExtension::getAttribute($this->env, $this->source, (isset($context["forfaitAUtiliser"]) || array_key_exists("forfaitAUtiliser", $context) ? $context["forfaitAUtiliser"] : (function () { throw new RuntimeError('Variable "forfaitAUtiliser" does not exist.', 224, $this->source); })()), "date_fin_acces", [], "any", false, false, false, 224));
// line 225
yield " ";
$context["itemAbo"] = ["nom" => (isset($context["nom"]) || array_key_exists("nom", $context) ? $context["nom"] : (function () { throw new RuntimeError('Variable "nom" does not exist.', 225, $this->source); })()), "date" => (isset($context["date"]) || array_key_exists("date", $context) ? $context["date"] : (function () { throw new RuntimeError('Variable "date" does not exist.', 225, $this->source); })())];
// line 226
yield " ";
yield $this->extensions['App\Twig\TranslationExtension']->translate("vous beneficiez d'un service \"%\$nom%\$\" jusqu'au %\$date%\$", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 226, $this->source); })()), "", "M", "s", (isset($context["itemAbo"]) || array_key_exists("itemAbo", $context) ? $context["itemAbo"] : (function () { throw new RuntimeError('Variable "itemAbo" does not exist.', 226, $this->source); })()));
yield " *
";
} elseif (CoreExtension::getAttribute($this->env, $this->source, // line 227
($context["forfaitAUtiliser"] ?? null), "nb_utilisations_restantes", [], "any", true, true, false, 227)) {
// line 228
yield " ";
$context["itemAbo"] = ["nom" => (isset($context["nom"]) || array_key_exists("nom", $context) ? $context["nom"] : (function () { throw new RuntimeError('Variable "nom" does not exist.', 228, $this->source); })()), "nb" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["forfaitAUtiliser"]) || array_key_exists("forfaitAUtiliser", $context) ? $context["forfaitAUtiliser"] : (function () { throw new RuntimeError('Variable "forfaitAUtiliser" does not exist.', 228, $this->source); })()), "nb_utilisations_restantes", [], "any", false, false, false, 228)];
// line 229
yield " ";
yield $this->extensions['App\Twig\TranslationExtension']->translate("vous beneficiez d'un service \"%\$nom%\$\" pour lequel il vous reste %\$nb%\$ mises en relation a utiliser", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 229, $this->source); })()), "", "M", "s", (isset($context["itemAbo"]) || array_key_exists("itemAbo", $context) ? $context["itemAbo"] : (function () { throw new RuntimeError('Variable "itemAbo" does not exist.', 229, $this->source); })()));
yield " *
";
} else {
// line 231
yield " ";
$context["itemAbo"] = ["nom" => (isset($context["nom"]) || array_key_exists("nom", $context) ? $context["nom"] : (function () { throw new RuntimeError('Variable "nom" does not exist.', 231, $this->source); })())];
// line 232
yield " ";
yield $this->extensions['App\Twig\TranslationExtension']->translate("vous beneficiez d'un service \"%\$nom%\$\"", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 232, $this->source); })()), "", "M", "s", (isset($context["itemAbo"]) || array_key_exists("itemAbo", $context) ? $context["itemAbo"] : (function () { throw new RuntimeError('Variable "itemAbo" does not exist.', 232, $this->source); })()));
yield " *
";
}
// line 234
yield " ";
}
// line 235
yield " </div>
<div class=\"col-12\">
";
// line 237
yield $this->extensions['App\Twig\TranslationExtension']->translate("ajouter ce compte rendu d'opération au panier en cliquant sur le bouton ci-dessous", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 237, $this->source); })()), "", "M");
yield " **
</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=\"";
// line 242
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 242, $this->source); })()), "_get", ["id_valorisation"], "method", false, false, false, 242), "html", null, true);
yield "\">
<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\">";
// line 246
yield $this->extensions['App\Twig\TranslationExtension']->translate("ajouter au panier", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 246, $this->source); })()), "", "M");
yield "</div>
</button>
</form>
</div>
</div>
<div class=\"col-12 mt-4 mb-3\">
<small>
* : ";
// line 253
yield $this->extensions['App\Twig\TranslationExtension']->translate("charte 1 deposant forfait", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 253, $this->source); })()), "", "M");
yield "<br>
** : ";
// line 254
yield $this->extensions['App\Twig\TranslationExtension']->translate("charte 2 deposant forfait investisseur privee", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 254, $this->source); })()), "", "M");
yield "
</small>
</div>
";
} else {
// line 258
yield " ";
if ((null === CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 258, $this->source); })()), "user", [], "any", false, false, false, 258))) {
yield " ";
// line 259
yield " <div class=\"col-12 col-lg-6 mb-3 p-4 bkg_gris_clair\">
<div class=\"my-3 text-center\">
</div>
";
// line 263
yield Twig\Extension\CoreExtension::spaceless($this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi", Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\SecurityController::login")));
yield "
<div class=\"modal-footer bkg_gris_clair\">
\t\t\t\t\t\t\t\t\t\t<div class=\"col-12 text-center mb-3\">
\t\t\t\t\t\t\t\t\t\t\t<h5 class=\"modal-title\">Vous n'avez pas de compte</h5>
\t\t\t\t\t\t\t\t\t\t\t<a href=\"/creation-compte\" aria-pressed=\"true\"
\t\t\t\t\t\t\t\t\t\t\t\tclass=\"button-rond mt-2\" role=\"button\"> Créer un compte
\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t</div>
</div>
";
}
// line 274
yield "
";
// line 275
if ((null === CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 275, $this->source); })()), "user", [], "any", false, false, false, 275))) {
yield " <div class=\"col-12 col-lg-6 mb-3 p-4\">
";
} else {
// line 277
yield " <div class=\"col-12 col-lg-12 mb-3 p-4\">
";
}
// line 280
yield " ";
if ( !(isset($context["isFE"]) || array_key_exists("isFE", $context) ? $context["isFE"] : (function () { throw new RuntimeError('Variable "isFE" does not exist.', 280, $this->source); })())) {
// line 281
yield " <div class=\"my-3 text-center\" id=\"titleTdAboonement\">
<h5>";
// line 282
yield $this->extensions['App\Twig\TranslationExtension']->translate("vous souhaitez souscrire à une offre", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 282, $this->source); })()), "", "M");
yield " *</h5>
<a href=\"/comparatif-offres-fusacq\" target=\"_blank\" aria-pressed=\"true\" class=\"button-rond-blanc mt-2\" role=\"button\">
\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 284
yield $this->extensions['App\Twig\TranslationExtension']->translate("quelle offre est faite pour vous", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 284, $this->source); })()), "", "M");
yield " ?</a>
</div>
";
}
// line 287
yield " <div class=\"mt-4\">
<form action=\"";
// line 288
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ajoute_panier", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore", $context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.', 288, $this->source); })())]), "html", null, true);
yield "\" method=\"POST\" id=\"formRadioMiseEnRelation\">
<div class=\"col-12 mb-3\">
<div class=\"form-check\">
<label class=\"contai\">
";
// line 293
yield " ";
yield $this->extensions['App\Twig\TranslationExtension']->translate("Compte Rendu d'Opération à l'unité", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 293, $this->source); })()), "", "M");
yield " : ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TarifExtension']->tarif("tarif_CRO", (isset($context["codePays"]) || array_key_exists("codePays", $context) ? $context["codePays"] : (function () { throw new RuntimeError('Variable "codePays" does not exist.', 293, $this->source); })())), "html", null, true);
yield "€ ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::upper($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("HT", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 293, $this->source); })()), "")), "html", null, true);
yield "
<input type=\"radio\" name=\"option_payement\" value=\"commande_unitaire\" checked>
<span class=\"checkma\"></span>
</label>
</div>
<div class=\"mt-4 mb-3\">
<strong> ";
// line 299
yield Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("forfaits", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 299, $this->source); })()), "", "M"));
yield "</strong></div>
<!--- abonnements mensuel -->
<div class=\"form-check\">
<label class=\"contai\">
";
// line 304
yield " ";
yield $this->extensions['App\Twig\TranslationExtension']->translate("%%nb_relation_mer_offre_1%% CRO ou Mises En Relation :", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 304, $this->source); })()), "", "M");
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TarifExtension']->tarif("tarif_pack_mer_5_fusacq", (isset($context["codePays"]) || array_key_exists("codePays", $context) ? $context["codePays"] : (function () { throw new RuntimeError('Variable "codePays" does not exist.', 304, $this->source); })())), "html", null, true);
yield "€ ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::upper($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("HT", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 304, $this->source); })()), "")), "html", null, true);
yield "*
<input type=\"radio\" name=\"option_payement\" value=\"pack5\">
<span class=\"checkma\"></span>
</label>
</div>
<div class=\"form-check\">
<label class=\"contai\">
";
// line 312
yield " ";
yield $this->extensions['App\Twig\TranslationExtension']->translate("%%nb_relation_mer_offre_2%% CRO ou Mises En Relation :", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 312, $this->source); })()), "", "M");
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TarifExtension']->tarif("tarif_pack_mer_10_fusacq", (isset($context["codePays"]) || array_key_exists("codePays", $context) ? $context["codePays"] : (function () { throw new RuntimeError('Variable "codePays" does not exist.', 312, $this->source); })())), "html", null, true);
yield "€ ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::upper($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("HT", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 312, $this->source); })()), "")), "html", null, true);
yield "*
<input type=\"radio\" name=\"option_payement\" value=\"pack10\">
<span class=\"checkma\"></span>
</label>
</div>
<div class=\"form-check\">
<label class=\"contai\">
";
// line 320
yield " ";
yield $this->extensions['App\Twig\TranslationExtension']->translate("%%nb_relation_mer_offre_3%% CRO ou Mises En Relation :", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 320, $this->source); })()), "", "M");
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TarifExtension']->tarif("tarif_pack_mer_20_fusacq", (isset($context["codePays"]) || array_key_exists("codePays", $context) ? $context["codePays"] : (function () { throw new RuntimeError('Variable "codePays" does not exist.', 320, $this->source); })())), "html", null, true);
yield "€ ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::upper($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("HT", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 320, $this->source); })()), "")), "html", null, true);
yield "*
<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> ";
// line 329
yield Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("abonnements annuels", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 329, $this->source); })()), "", "M"));
yield "</strong>
</div>
<div class=\"form-check\">
<label class=\"contai\">
";
// line 334
yield " ";
yield $this->extensions['App\Twig\TranslationExtension']->translate("jusqu’à %%nb_relation_mer_offre_abo_annuel_1%% CRO ou MER /mois :", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 334, $this->source); })()), "", "M");
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TarifExtension']->tarif("tarif_abo_10_MER_mois_fusacq", (isset($context["codePays"]) || array_key_exists("codePays", $context) ? $context["codePays"] : (function () { throw new RuntimeError('Variable "codePays" does not exist.', 334, $this->source); })())), "html", null, true);
yield "€ ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::upper($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("HT", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 334, $this->source); })()), "")), "html", null, true);
yield "*
<input type=\"radio\" name=\"option_payement\" value=\"abo_10_par_mois\">
<span class=\"checkma\"></span>
</label>
</div>
<div class=\"form-check\">
<label class=\"contai\">
";
// line 342
yield " ";
yield $this->extensions['App\Twig\TranslationExtension']->translate("jusqu’à %%nb_relation_mer_offre_abo_annuel_2%% CRO ou MER /mois :", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 342, $this->source); })()), "", "M");
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TarifExtension']->tarif("tarif_abo_20_MER_mois_fusacq", (isset($context["codePays"]) || array_key_exists("codePays", $context) ? $context["codePays"] : (function () { throw new RuntimeError('Variable "codePays" does not exist.', 342, $this->source); })())), "html", null, true);
yield "€ ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::upper($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("HT", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 342, $this->source); })()), "")), "html", null, true);
yield "*
<input type=\"radio\" name=\"option_payement\" value=\"abo_20_par_mois\">
<span class=\"checkma\"></span>
</label>
</div>
<div class=\"form-check\">
<label class=\"contai\">
";
// line 350
yield " ";
yield $this->extensions['App\Twig\TranslationExtension']->translate("jusqu’à %%nb_relation_mer_offre_abo_annuel_3%% CRO ou MER /mois :", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 350, $this->source); })()), "", "M");
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TarifExtension']->tarif("tarif_abo_30_MER_mois_fusacq", (isset($context["codePays"]) || array_key_exists("codePays", $context) ? $context["codePays"] : (function () { throw new RuntimeError('Variable "codePays" does not exist.', 350, $this->source); })())), "html", null, true);
yield "€ ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::upper($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("HT", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 350, $this->source); })()), "")), "html", null, true);
yield "*
<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=\"";
// line 357
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 357, $this->source); })()), "_get", ["id_valorisation"], "method", false, false, false, 357), "html", null, true);
yield "\">
<input type=\"hidden\" id=\"type\" name=\"type\" value=\"annonce_CRO\">
<div class=\"my-3 text-center\">
";
// line 360
if ( !(null === CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 360, $this->source); })()), "user", [], "any", false, false, false, 360))) {
yield "
<button class=\"button-rond\" type=\"submit\">";
// line 361
yield $this->extensions['App\Twig\TranslationExtension']->translate("commander", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 361, $this->source); })()), "", "M");
yield "</button>
";
} else {
// line 363
yield " <a class=\"button-rond\" role=\"button\" aria-pressed=\"true\" href=\"#\" onclick=\"afficheAlert()\">
";
// line 364
yield $this->extensions['App\Twig\TranslationExtension']->translate("commander", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 364, $this->source); })()), "", "M");
yield "
</a>
";
}
// line 367
yield " </div>
</form>
<div>
<p>
<small>* : ";
// line 371
yield Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->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.", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 371, $this->source); })()), "", "M"));
yield "</small>
</p>
</div>
</div>
</div>
";
}
// line 377
yield " </div>
</div>
";
}
// line 380
yield " \t\t</div>\t
\t\t\t\t</div>
\t\t\t</div>
\t\t\t";
} else {
// line 384
yield " \t\t\t<div class=\"card mb-3 mt-sm-1 no_shadow\">
\t<div class=\"card-body\">
\t\t<div class=\"row\">\t\t
\t\t\t<div class=\"col-12 col-sm-10 mt-3 mb-3 offset-sm-1\">
\t\t<div>\t\t\t
\t<h5 class=\"mauve_cabinet\">";
// line 389
yield $this->extensions['App\Twig\TranslationExtension']->translate("résumé", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 389, $this->source); })()), "", "M");
yield "</h5>
</div>
\t\t<div class=\"col-12\">
\t\t<div class=\"row\">
\t\t\t<div class=\"col-12 col-lg-3 mb-1 no-padding-x\">
\t\t\t\t";
// line 394
yield $this->extensions['App\Twig\TranslationExtension']->translate("CA", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 394, $this->source); })()), "", "M");
yield " : <strong>";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 394, $this->source); })()), "_get", ["ca_n"], "method", false, false, false, 394), "html", null, true);
yield " k€</strong>
\t\t\t\t</div>
\t\t\t";
// line 399
yield " \t\t\t<div class=\"col-12 col-lg-2 mb-1 no-padding-x\">
\t\t\t\t";
// line 400
yield $this->extensions['App\Twig\TranslationExtension']->translate("acquéreur", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 400, $this->source); })()), "", "M");
yield " :
\t\t\t\t";
// line 401
if ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 401, $this->source); })()), "_get", ["type_acquereur"], "method", false, false, false, 401), "personne"))) {
// line 402
yield " \t\t\t\t\t<i class=\"fas fa-user gris_666\" aria-hidden=\"true\"></i>
\t\t\t\t\t";
} else {
// line 404
yield " \t\t\t\t\t\t<i class=\"fas fa-building gris_666\" aria-hidden=\"true\"></i>
\t\t\t\t\t\t";
}
// line 406
yield " \t\t\t\t</div>
\t\t\t<div class=\"col-12 col-lg-2 mb-1 no-padding-x\">
\t\t\t\t";
// line 408
yield $this->extensions['App\Twig\TranslationExtension']->translate("situation", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 408, $this->source); })()), "", "M");
yield " :
\t\t\t\t";
// line 409
if ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 409, $this->source); })()), "_get", ["societe_difficulte"], "method", false, false, false, 409), "oui"))) {
// line 410
yield " \t\t\t\t\t<i class=\"fas fa-long-arrow-alt-down gris_666\" aria-hidden=\"true\"></i>
\t\t\t\t";
} else {
// line 412
yield " \t\t\t\t\t<i class=\"fas fa-long-arrow-alt-up gris_666\" aria-hidden=\"true\"></i>
\t\t\t\t";
}
// line 413
yield "
\t\t\t\t</div>
\t\t\t<div class=\"col-12 col-lg-2 mb-1 no-padding-x\">
\t\t\t\t";
// line 416
yield $this->extensions['App\Twig\TranslationExtension']->translate("type", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 416, $this->source); })()), "", "M");
yield " :
\t\t\t\t";
// line 417
if ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 417, $this->source); })()), "_get", ["type_rachat"], "method", false, false, false, 417), "titres"))) {
// line 418
yield " \t\t\t\t\t<i class=\"fas fa-percentage gris_666\" aria-hidden=\"true\"></i>
\t\t\t\t";
} elseif ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, // line 419
(isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 419, $this->source); })()), "_get", ["type_rachat"], "method", false, false, false, 419), "fonds"))) {
// line 420
yield " \t\t\t\t\t<i class=\"fas fa-store gris_666\" aria-hidden=\"true\"></i>
\t\t\t\t";
} else {
// line 422
yield " \t\t\t\t\t";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 422, $this->source); })()), "donne_type_rachat", [], "any", false, false, false, 422), (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 422, $this->source); })()), "", "M"), "html", null, true);
yield "
\t\t\t\t";
}
// line 424
yield " \t\t\t\t</div>
\t\t</div>
\t</div>
\t
\t<div class=\"mt-5\">
\t<h5 class=\"mauve_cabinet\">";
// line 429
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("informations générales concernant la société et le cédant", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 429, $this->source); })()), "", "M"), "html", null, true);
yield "</h5>
</div>
<table class=\"table table-striped\">
\t\t\t<tbody>
\t\t\t<tr>
\t\t\t\t<td>";
// line 434
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("description de l'activité de la société", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 434, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t\t\t\t<td>";
// line 435
yield Twig\Extension\CoreExtension::nl2br($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 435, $this->source); })()), "_get", ["description_activite"], "method", false, false, false, 435), "html", null, true));
yield "</td>
\t\t\t</tr>
\t\t\t<tr>
\t\t\t\t<td>";
// line 438
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("la société était", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 438, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t\t\t\t<td>
\t\t\t\t";
// line 440
if ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 440, $this->source); })()), "_get", ["redressement_judiciaire"], "method", false, false, false, 440), "oui"))) {
// line 441
yield " \t\t\t\t\t";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("En Redressement Judiciaire", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 441, $this->source); })()), "", "M"), "html", null, true);
yield "
\t\t\t\t";
} elseif ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, // line 442
(isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 442, $this->source); })()), "_get", ["societe_difficulte"], "method", false, false, false, 442), "oui"))) {
// line 443
yield " \t\t\t\t\t";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("En Difficulté", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 443, $this->source); })()), "", "M"), "html", null, true);
yield "
\t\t\t\t";
} else {
// line 445
yield " \t\t\t\t\t";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("In Bonis", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 445, $this->source); })()), "", "M"), "html", null, true);
yield "
\t\t\t\t";
}
// line 447
yield " \t\t\t\t\t</td>
\t\t\t</tr>
\t\t\t<tr>
\t\t\t\t<td>";
// line 450
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("ancienneté de la société (au moment de l'opération)", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 450, $this->source); })()), "", "M"), "html", null, true);
yield " </td>
\t\t\t\t<td>
\t\t\t\t\t";
// line 452
if ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 452, $this->source); })()), "_get", ["date_creation_societe"], "method", false, false, false, 452) && CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 452, $this->source); })()), "_get", ["date_creation_societe"], "method", false, false, false, 452))) {
// line 453
yield " \t\t\t\t\t\t";
$context["annee_creation_societe"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 453, $this->source); })()), "_get", ["date_creation_societe"], "method", false, false, false, 453);
// line 454
yield " \t\t\t\t\t\t";
$context["annee_operation"] = Twig\Extension\CoreExtension::slice($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 454, $this->source); })()), "_get", ["date_mois_operation"], "method", false, false, false, 454), 0, 4);
// line 455
yield " \t\t\t\t\t\t";
$context["duree"] = ((isset($context["annee_operation"]) || array_key_exists("annee_operation", $context) ? $context["annee_operation"] : (function () { throw new RuntimeError('Variable "annee_operation" does not exist.', 455, $this->source); })()) - (isset($context["annee_creation_societe"]) || array_key_exists("annee_creation_societe", $context) ? $context["annee_creation_societe"] : (function () { throw new RuntimeError('Variable "annee_creation_societe" does not exist.', 455, $this->source); })()));
// line 456
yield " \t\t\t\t\t\t
\t\t\t\t\t\t";
// line 457
if ((-1 === CoreExtension::compare((isset($context["duree"]) || array_key_exists("duree", $context) ? $context["duree"] : (function () { throw new RuntimeError('Variable "duree" does not exist.', 457, $this->source); })()), 5))) {
yield "
\t\t\t\t\t\t\t";
// line 458
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("moins de 5 ans", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 458, $this->source); })()), "", "M"), "html", null, true);
yield "
\t\t\t\t\t\t";
} elseif ((0 >= CoreExtension::compare( // line 459
(isset($context["duree"]) || array_key_exists("duree", $context) ? $context["duree"] : (function () { throw new RuntimeError('Variable "duree" does not exist.', 459, $this->source); })()), 10))) {
// line 460
yield " \t\t\t\t\t\t\t";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("entre 5 et 10 ans", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 460, $this->source); })()), "", "M"), "html", null, true);
yield "
\t\t\t\t\t\t";
} else {
// line 462
yield " \t\t\t\t\t\t\t";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("plus de 10 ans", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 462, $this->source); })()), "", "M"), "html", null, true);
yield "
\t\t\t\t\t\t";
}
// line 464
yield " \t\t\t\t\t";
} else {
// line 465
yield " \t\t\t\t\t\t";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("non spécifié", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 465, $this->source); })()), "", "M"), "html", null, true);
yield "
\t\t\t\t\t";
}
// line 467
yield " \t\t\t\t\t</td>
\t\t\t</tr>
\t\t\t<tr>
\t\t\t\t<td>";
// line 470
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("raison de la cession", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 470, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t\t\t\t<td>
";
// line 472
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate($this->extensions['App\Twig\RaisonCessionExtension']->nom_raison_cession_by_id(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 472, $this->source); })()), "_get", ["id_raison_cession"], "method", false, false, false, 472)), (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 472, $this->source); })()), "", "M"), "html", null, true);
yield "
\t\t\t\t\t</td>
\t\t\t</tr>
\t\t\t<tr>
\t\t\t\t<td>";
// line 476
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("le cédant était", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 476, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t\t\t\t<td>
\t\t\t\t";
// line 478
if ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 478, $this->source); })()), "_get", ["type_cedant"], "method", false, false, false, 478), "personne"))) {
// line 479
yield " \t\t\t\t\t";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("une personne physique", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 479, $this->source); })()), "", "M"), "html", null, true);
yield "
\t\t\t\t";
} elseif ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, // line 480
(isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 480, $this->source); })()), "_get", ["type_cedant"], "method", false, false, false, 480), ""))) {
// line 481
yield " \t\t\t\t\t";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("une société", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 481, $this->source); })()), "", "M"), "html", null, true);
yield "
\t\t\t\t";
} else {
// line 483
yield " \t\t\t\t ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("non communiqué", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 483, $this->source); })()), "", "M"), "html", null, true);
yield "
\t\t\t\t";
}
// line 485
yield " \t\t\t\t\t</td>
\t</tr>
</tbody>
\t</table>
\t
\t<div class=\"mt-5\">
\t<h5 class=\"mauve_cabinet\">";
// line 491
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("informations concernant les éléments chiffrés et le prix de vente de la société", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 491, $this->source); })()), "", "M"), "html", null, true);
yield "</h5>
</div>
<table class=\"table table-striped\">
\t\t\t\t<thead>
\t\t\t\t\t<tr class=\"table-active\">
\t\t\t\t\t\t<th class=\"text-left\" colspan=\"5\">";
// line 496
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("éléments chiffrés", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 496, $this->source); })()), "", "M"), "html", null, true);
yield "</th>
\t\t\t\t\t</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>
\t <tbody>
\t ";
// line 507
if ((((CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 507, $this->source); })()), "_get", ["ca_nmoinsdeux_affichage"], "method", false, false, false, 507) || CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 507, $this->source); })()), "_get", ["ca_nmoinsun_affichage"], "method", false, false, false, 507)) || CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 507, $this->source); })()), "_get", ["ca_n_affichage"], "method", false, false, false, 507)) || CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 507, $this->source); })()), "_get", ["ca_retraite_affichage"], "method", false, false, false, 507))) {
// line 508
yield " \t <tr>
<td><strong>";
// line 509
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("CA HT", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 509, $this->source); })()), "", "M"), "html", null, true);
yield "</strong> <a href=\"#\" data-toggle=\"tooltip\" data-placement=\"right\" style=\"width: 400px\" data-original-title=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("formulaire CERFA 2052 : ligne FL", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 509, $this->source); })()), "", "M"), "html", null, true);
yield "\"><i class=\"fas fa-question-circle gris_666\" aria-hidden=\"true\"></i></a></td>
<td class=\"text-right\">";
// line 510
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 510, $this->source); })()), "_get", ["ca_nmoinsdeux_affichage"], "method", false, false, false, 510)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 510, $this->source); })()), "_get", ["ca_nmoinsdeux_affichage"], "method", false, false, false, 510), "html", null, true);
yield " k€";
}
yield "</td>
<td class=\"text-right\">";
// line 511
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 511, $this->source); })()), "_get", ["ca_nmoinsun_affichage"], "method", false, false, false, 511)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 511, $this->source); })()), "_get", ["ca_nmoinsun_affichage"], "method", false, false, false, 511), "html", null, true);
yield " k€";
}
yield "</td>
<td class=\"text-right\">";
// line 512
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 512, $this->source); })()), "_get", ["ca_n_affichage"], "method", false, false, false, 512)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 512, $this->source); })()), "_get", ["ca_n_affichage"], "method", false, false, false, 512), "html", null, true);
yield " k€";
}
yield "</td>
<td class=\"text-right\">";
// line 513
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 513, $this->source); })()), "_get", ["ca_retraite_affichage"], "method", false, false, false, 513)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 513, $this->source); })()), "_get", ["ca_retraite_affichage"], "method", false, false, false, 513), "html", null, true);
yield " k€";
}
yield "</td>
</tr>
";
}
// line 516
yield " ";
if ((((CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 516, $this->source); })()), "_get", ["marge_brute_nmoinsdeux_affichage"], "method", false, false, false, 516) || CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 516, $this->source); })()), "_get", ["marge_brute_nmoinsun_affichage"], "method", false, false, false, 516)) || CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 516, $this->source); })()), "_get", ["marge_brute_n_affichage"], "method", false, false, false, 516)) || CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 516, $this->source); })()), "_get", ["marge_brute_retraite_affichage"], "method", false, false, false, 516))) {
// line 517
yield " <tr>
<td><strong>";
// line 518
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("marge brute", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 518, $this->source); })()), "", "M"), "html", null, true);
yield "</strong></td>
<td class=\"text-right\">";
// line 519
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 519, $this->source); })()), "_get", ["marge_brute_nmoinsdeux_affichage"], "method", false, false, false, 519)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 519, $this->source); })()), "_get", ["marge_brute_nmoinsdeux_affichage"], "method", false, false, false, 519), "html", null, true);
yield " k€";
}
yield "</td>
<td class=\"text-right\">";
// line 520
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 520, $this->source); })()), "_get", ["marge_brute_nmoinsun_affichage"], "method", false, false, false, 520)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 520, $this->source); })()), "_get", ["marge_brute_nmoinsun_affichage"], "method", false, false, false, 520), "html", null, true);
yield " k€";
}
yield "</td>
<td class=\"text-right\">";
// line 521
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 521, $this->source); })()), "_get", ["marge_brute_n_affichage"], "method", false, false, false, 521)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 521, $this->source); })()), "_get", ["marge_brute_n_affichage"], "method", false, false, false, 521), "html", null, true);
yield " k€";
}
yield "</td>
<td class=\"text-right\">";
// line 522
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 522, $this->source); })()), "_get", ["marge_brute_retraite_affichage"], "method", false, false, false, 522)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 522, $this->source); })()), "_get", ["marge_brute_retraite_affichage"], "method", false, false, false, 522), "html", null, true);
yield " k€";
}
yield "</td>
</tr>
";
}
// line 525
yield " ";
if ((((CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 525, $this->source); })()), "_get", ["EBE_nmoinsdeux_affichage"], "method", false, false, false, 525) || CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 525, $this->source); })()), "_get", ["EBE_nmoinsun_affichage"], "method", false, false, false, 525)) || CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 525, $this->source); })()), "_get", ["EBE_n_affichage"], "method", false, false, false, 525)) || CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 525, $this->source); })()), "_get", ["EBE_retraite_affichage"], "method", false, false, false, 525))) {
// line 526
yield " <tr>
<td><strong>";
// line 527
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("EBE", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 527, $this->source); })()), "", "M"), "html", null, true);
yield "</strong> <a href=\"#\" data-toggle=\"tooltip\" data-placement=\"right\" style=\"width: 400px\" data-original-title=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("Excedent Brut d'Exploitation", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 527, $this->source); })()), "", "M"), "html", null, true);
yield "\"><i class=\"fas fa-question-circle gris_666\" aria-hidden=\"true\"></i></a></td>
<td class=\"text-right\">";
// line 528
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 528, $this->source); })()), "_get", ["EBE_nmoinsdeux_affichage"], "method", false, false, false, 528)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 528, $this->source); })()), "_get", ["EBE_nmoinsdeux_affichage"], "method", false, false, false, 528), "html", null, true);
yield " k€";
}
yield "</td>
<td class=\"text-right\">";
// line 529
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 529, $this->source); })()), "_get", ["EBE_nmoinsun_affichage"], "method", false, false, false, 529)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 529, $this->source); })()), "_get", ["EBE_nmoinsun_affichage"], "method", false, false, false, 529), "html", null, true);
yield " k€";
}
yield "</td>
<td class=\"text-right\">";
// line 530
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 530, $this->source); })()), "_get", ["EBE_n_affichage"], "method", false, false, false, 530)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 530, $this->source); })()), "_get", ["EBE_n_affichage"], "method", false, false, false, 530), "html", null, true);
yield " k€";
}
yield "</td>
<td class=\"text-right\">";
// line 531
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 531, $this->source); })()), "_get", ["EBE_retraite_affichage"], "method", false, false, false, 531)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 531, $this->source); })()), "_get", ["EBE_retraite_affichage"], "method", false, false, false, 531), "html", null, true);
yield " k€";
}
yield "</td>
</tr>
";
}
// line 534
yield " ";
if ((((CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 534, $this->source); })()), "_get", ["resultat_exploitation_nmoinsdeux_affichage"], "method", false, false, false, 534) || CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 534, $this->source); })()), "_get", ["resultat_exploitation_nmoinsun_affichage"], "method", false, false, false, 534)) || CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 534, $this->source); })()), "_get", ["resultat_exploitation_n_affichage"], "method", false, false, false, 534)) || CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 534, $this->source); })()), "_get", ["resultat_exploitation_retraite_affichage"], "method", false, false, false, 534))) {
// line 535
yield " <tr>
<td><strong>";
// line 536
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("résultat d'exploitation", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 536, $this->source); })()), "", "M"), "html", null, true);
yield "</strong> <a href=\"#\" data-toggle=\"tooltip\" data-placement=\"right\" style=\"width: 400px\" data-original-title=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("formulaire CERFA 2052 : ligne GG", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 536, $this->source); })()), "", "M"), "html", null, true);
yield "\"><i class=\"fas fa-question-circle gris_666\" aria-hidden=\"true\"></i></a></td>
<td class=\"text-right\">";
// line 537
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 537, $this->source); })()), "_get", ["resultat_exploitation_nmoinsdeux_affichage"], "method", false, false, false, 537)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 537, $this->source); })()), "_get", ["resultat_exploitation_nmoinsdeux_affichage"], "method", false, false, false, 537), "html", null, true);
yield " k€";
}
yield "</td>
<td class=\"text-right\">";
// line 538
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 538, $this->source); })()), "_get", ["resultat_exploitation_nmoinsun_affichage"], "method", false, false, false, 538)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 538, $this->source); })()), "_get", ["resultat_exploitation_nmoinsun_affichage"], "method", false, false, false, 538), "html", null, true);
yield " k€";
}
yield "</td>
<td class=\"text-right\">";
// line 539
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 539, $this->source); })()), "_get", ["resultat_exploitation_n_affichage"], "method", false, false, false, 539)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 539, $this->source); })()), "_get", ["resultat_exploitation_n_affichage"], "method", false, false, false, 539), "html", null, true);
yield " k€";
}
yield "</td>
<td class=\"text-right\">";
// line 540
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 540, $this->source); })()), "_get", ["resultat_exploitation_retraite_affichage"], "method", false, false, false, 540)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 540, $this->source); })()), "_get", ["resultat_exploitation_retraite_affichage"], "method", false, false, false, 540), "html", null, true);
yield " k€";
}
yield "</td>
</tr>
";
}
// line 543
yield " ";
if ((((CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 543, $this->source); })()), "_get", ["resultat_net_nmoinsdeux_affichage"], "method", false, false, false, 543) || CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 543, $this->source); })()), "_get", ["resultat_net_nmoinsun_affichage"], "method", false, false, false, 543)) || CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 543, $this->source); })()), "_get", ["resultat_net_n_affichage"], "method", false, false, false, 543)) || CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 543, $this->source); })()), "_get", ["resultat_net_retraite_affichage"], "method", false, false, false, 543))) {
// line 544
yield " <tr>
<td><strong>";
// line 545
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("résultat net", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 545, $this->source); })()), "", "M"), "html", null, true);
yield "</strong> <a href=\"#\" data-toggle=\"tooltip\" data-placement=\"right\" style=\"width: 400px\" data-original-title=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("formulaire CERFA 2053 : ligne HN", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 545, $this->source); })()), "", "M"), "html", null, true);
yield "\"><i class=\"fas fa-question-circle gris_666\" aria-hidden=\"true\"></i></a></td>
<td class=\"text-right\">";
// line 546
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 546, $this->source); })()), "_get", ["resultat_net_nmoinsdeux_affichage"], "method", false, false, false, 546)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 546, $this->source); })()), "_get", ["resultat_net_nmoinsdeux_affichage"], "method", false, false, false, 546), "html", null, true);
yield " k€";
}
yield "</td>
<td class=\"text-right\">";
// line 547
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 547, $this->source); })()), "_get", ["resultat_net_nmoinsun_affichage"], "method", false, false, false, 547)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 547, $this->source); })()), "_get", ["resultat_net_nmoinsun_affichage"], "method", false, false, false, 547), "html", null, true);
yield " k€";
}
yield "</td>
<td class=\"text-right\">";
// line 548
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 548, $this->source); })()), "_get", ["resultat_net_n_affichage"], "method", false, false, false, 548)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 548, $this->source); })()), "_get", ["resultat_net_n_affichage"], "method", false, false, false, 548), "html", null, true);
yield " k€";
}
yield "</td>
<td class=\"text-right\">";
// line 549
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 549, $this->source); })()), "_get", ["resultat_net_retraite_affichage"], "method", false, false, false, 549)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 549, $this->source); })()), "_get", ["resultat_net_retraite_affichage"], "method", false, false, false, 549), "html", null, true);
yield " k€";
}
yield "</td>
</tr>
";
}
// line 552
yield " ";
if ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 552, $this->source); })()), "_get", ["fonds_propres_affichage"], "method", false, false, false, 552) || CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 552, $this->source); })()), "_get", ["fonds_propres_retraite_affichage"], "method", false, false, false, 552))) {
// line 553
yield " \t <tr>
<td><strong>";
// line 554
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("fonds propres (=actif net)", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 554, $this->source); })()), "", "M"), "html", null, true);
yield "</strong> <a href=\"#\" data-toggle=\"tooltip\" data-placement=\"right\" style=\"width: 400px\" data-original-title=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("formulaire CERFA 2051 : ligne DL", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 554, $this->source); })()), "", "M"), "html", null, true);
yield "\"><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\">";
// line 557
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 557, $this->source); })()), "_get", ["fonds_propres_affichage"], "method", false, false, false, 557)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 557, $this->source); })()), "_get", ["fonds_propres_affichage"], "method", false, false, false, 557), "html", null, true);
yield " k€";
}
yield "</td>
<td class=\"text-right\">";
// line 558
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 558, $this->source); })()), "_get", ["fonds_propres_retraite_affichage"], "method", false, false, false, 558)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 558, $this->source); })()), "_get", ["fonds_propres_retraite_affichage"], "method", false, false, false, 558), "html", null, true);
yield " k€";
}
yield "</td>
\t </tr>
\t ";
}
// line 561
yield " \t ";
if ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 561, $this->source); })()), "_get", ["dettes_financieres_affichage"], "method", false, false, false, 561) || CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 561, $this->source); })()), "_get", ["dettes_financieres_retraite_affichage"], "method", false, false, false, 561))) {
// line 562
yield " \t <tr>
<td>
<strong>";
// line 564
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("dettes financières", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 564, $this->source); })()), "", "M"), "html", null, true);
yield "</strong> <a href=\"#\" data-toggle=\"tooltip\" data-html=\"true\" data-placement=\"right\" data-original-title=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("formulaire CERFA 2051 : ", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 564, $this->source); })()), "", "M"), "html", null, true);
yield "<br> ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("lignes DS + DT + DU + DV - EH", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 564, $this->source); })()), "", "M"), "html", null, true);
yield "
<br><br><u>";
// line 565
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("définition", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 565, $this->source); })()), "", "M"), "html", null, true);
yield "</u> :<br>
";
// line 566
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("emprunts obligataires convertibles", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 566, $this->source); })()), "", "M"), "html", null, true);
yield "<br>
+ ";
// line 567
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("autres emprunts obligataires", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 567, $this->source); })()), "", "M"), "html", null, true);
yield "<br>
+ ";
// line 568
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("emprunts et dettes auprès des établissements de crédit", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 568, $this->source); })()), "", "M"), "html", null, true);
yield "<br>
+ ";
// line 569
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("emprunts et dettes financières divers", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 569, $this->source); })()), "", "M"), "html", null, true);
yield "\">
<i class=\"fas fa-question-circle gris_666\" aria-hidden=\"true\"></i></a>
\t\t\t\t\t\t\t\t\t\t\t</td>
<td class=\"text-right\"></td>
<td class=\"text-right\"></td>
<td class=\"text-right\">";
// line 574
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 574, $this->source); })()), "_get", ["dettes_financieres_affichage"], "method", false, false, false, 574)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 574, $this->source); })()), "_get", ["dettes_financieres_affichage"], "method", false, false, false, 574), "html", null, true);
yield " k€";
}
yield "</td>
<td class=\"text-right\">";
// line 575
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 575, $this->source); })()), "_get", ["dettes_financieres_retraite_affichage"], "method", false, false, false, 575)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 575, $this->source); })()), "_get", ["dettes_financieres_retraite_affichage"], "method", false, false, false, 575), "html", null, true);
yield " k€";
}
yield "</td>
\t </tr>
\t ";
}
// line 578
yield " \t ";
if ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 578, $this->source); })()), "_get", ["tresorerie_disponible_affichage"], "method", false, false, false, 578) || CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 578, $this->source); })()), "_get", ["tresorerie_disponible_retraite_affichage"], "method", false, false, false, 578))) {
// line 579
yield " \t <tr>
<td class=\"texte\"><strong>";
// line 580
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("trésorerie structurelle", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 580, $this->source); })()), "", "M"), "html", null, true);
yield "</strong> <a href=\"#\" data-toggle=\"tooltip\" data-placement=\"right\" data-html=\"true\" style=\"width: 400px\" data-original-title=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("formulaire CERFA", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 580, $this->source); })()), "", "M"), "html", null, true);
yield " : <br>
\t";
// line 581
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("({2050}[CF] + {2050}[CD])", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 581, $this->source); })()), "", "M"), "html", null, true);
yield " <br>-
\t";
// line 582
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("({2051}[EH] + {2058-C}[YS])", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 582, $this->source); })()), "", "M"), "html", null, true);
yield "<br>
\t<br><br><u>";
// line 583
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("définition", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 583, $this->source); })()), "", "M"), "html", null, true);
yield "</u> :
\t<br>";
// line 584
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("trésorerie Actif - Trésorerie Passif =", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 584, $this->source); })()), "", "M"), "html", null, true);
yield "
\t<br>";
// line 585
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("(Disponibilité + Valeur Mobilière de placement)", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 585, $this->source); })()), "", "M"), "html", null, true);
yield "
\t<br>- ";
// line 586
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("(Concours bancaires courant + effets escomptés non échus)", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 586, $this->source); })()), "", "M"), "html", null, true);
yield "\"><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\">";
// line 590
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 590, $this->source); })()), "_get", ["tresorerie_disponible_affichage"], "method", false, false, false, 590)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 590, $this->source); })()), "_get", ["tresorerie_disponible_affichage"], "method", false, false, false, 590), "html", null, true);
yield " k€";
}
yield "</td>
<td class=\"text-right\">";
// line 591
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 591, $this->source); })()), "_get", ["tresorerie_disponible_retraite_affichage"], "method", false, false, false, 591)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 591, $this->source); })()), "_get", ["tresorerie_disponible_retraite_affichage"], "method", false, false, false, 591), "html", null, true);
yield " k€";
}
yield "</td>
\t\t\t\t\t</tr>
\t\t\t\t\t";
}
// line 594
yield " \t\t\t\t\t";
if ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 594, $this->source); })()), "_get", ["participation_salaries_affichage"], "method", false, false, false, 594) || CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 594, $this->source); })()), "_get", ["participation_salaries_retraite_affichage"], "method", false, false, false, 594))) {
// line 595
yield " \t <tr>
<td><strong>";
// line 596
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("participation des salariés", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 596, $this->source); })()), "", "M"), "html", null, true);
yield "</strong> <a href=\"#\" data-toggle=\"tooltip\" data-placement=\"right\" style=\"width: 400px\" data-original-title=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("Formulaire CERFA 2053 ligne HJ", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 596, $this->source); })()), "", "M"), "html", null, true);
yield "\"><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\">";
// line 599
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 599, $this->source); })()), "_get", ["participation_salaries_affichage"], "method", false, false, false, 599)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 599, $this->source); })()), "_get", ["participation_salaries_affichage"], "method", false, false, false, 599), "html", null, true);
yield " k€";
}
yield "</td>
<td class=\"text-right\">";
// line 600
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 600, $this->source); })()), "_get", ["participation_salaries_retraite_affichage"], "method", false, false, false, 600)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 600, $this->source); })()), "_get", ["participation_salaries_retraite_affichage"], "method", false, false, false, 600), "html", null, true);
yield " k€";
}
yield "</td>
\t </tr>
\t ";
}
// line 603
yield " \t ";
if ((((CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 603, $this->source); })()), "_get", ["nb_personnes_nmoinsdeux_affichage"], "method", false, false, false, 603) || CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 603, $this->source); })()), "_get", ["nb_personnes_nmoinsun_affichage"], "method", false, false, false, 603)) || CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 603, $this->source); })()), "_get", ["nb_personnes_n_affichage"], "method", false, false, false, 603)) || CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 603, $this->source); })()), "_get", ["nb_personnes_retraite_affichage"], "method", false, false, false, 603))) {
// line 604
yield " \t <tr>
\t <td class=\"texte\"><strong>";
// line 605
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("nb personnes", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 605, $this->source); })()), "", "M"), "html", null, true);
yield "</strong></td>
<td class=\"text-right\">";
// line 606
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 606, $this->source); })()), "_get", ["nb_personnes_nmoinsdeux_affichage"], "method", false, false, false, 606), "html", null, true);
yield "</td>
<td class=\"text-right\">";
// line 607
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 607, $this->source); })()), "_get", ["nb_personnes_nmoinsun_affichage"], "method", false, false, false, 607), "html", null, true);
yield "</td>
<td class=\"text-right\">";
// line 608
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 608, $this->source); })()), "_get", ["nb_personnes_n_affichage"], "method", false, false, false, 608), "html", null, true);
yield "</td>
\t\t\t\t <td class=\"text-right\">";
// line 609
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 609, $this->source); })()), "_get", ["nb_personnes_retraite_affichage"], "method", false, false, false, 609), "html", null, true);
yield "</td>
\t </tr>
\t ";
}
// line 612
yield " \t ";
if ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 612, $this->source); })()), "_get", ["retraitement_des_comptes"], "method", false, false, false, 612) || CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 612, $this->source); })()), "_get", ["complement_retraitement_des_comptes"], "method", false, false, false, 612))) {
// line 613
yield " \t <tr>
\t \t<td><strong>";
// line 614
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("retraitement des comptes", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 614, $this->source); })()), "", "M"), "html", null, true);
yield "</strong></td>
\t \t<td colspan=\"4\">
\t \t\t";
// line 616
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("Les comptes ont été retraités pour valoriser l'entreprise.", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 616, $this->source); })()), "", "M"), "html", null, true);
yield "<br>
\t \t\t";
// line 617
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 617, $this->source); })()), "_get", ["complement_retraitement_des_comptes"], "method", false, false, false, 617)) {
// line 618
yield " \t \t\t\t";
yield Twig\Extension\CoreExtension::nl2br($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 618, $this->source); })()), "_get", ["complement_retraitement_des_comptes"], "method", false, false, false, 618), (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 618, $this->source); })()), "", "M"), "html", null, true));
yield "
\t \t\t";
}
// line 620
yield " \t \t</td>
\t\t\t\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t\t\t\t";
}
// line 623
yield "\t\t\t\t\t\t\t\t\t\t";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 623, $this->source); })()), "_get", ["opportunites_developpement"], "method", false, false, false, 623)) {
// line 624
yield " \t <tr>
\t \t<td><strong>";
// line 625
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("opportunités de developpement", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 625, $this->source); })()), "", "M"), "html", null, true);
yield "</strong></td>
\t \t<td colspan=\"4\">
";
// line 627
yield Twig\Extension\CoreExtension::nl2br($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 627, $this->source); })()), "_get", ["opportunites_developpement"], "method", false, false, false, 627), "html", null, true));
yield "
\t \t</td>
\t\t\t\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t\t\t\t";
}
// line 631
yield " \t </tbody>
\t\t\t\t</table>
\t\t\t\t<table class=\"table table-striped mt-5\">
\t\t\t\t<thead>
\t\t\t\t\t<tr class=\"table-active\">
\t\t\t\t\t\t<th class=\"text-left\" colspan=\"5\">";
// line 636
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("prix de vente", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 636, $this->source); })()), "", "M"), "html", null, true);
yield "</th>
\t\t\t\t\t</tr>
</thead>
<tbody>
\t <tr>
";
// line 641
if ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 641, $this->source); })()), "_get", ["type_rachat"], "method", false, false, false, 641), "fonds"))) {
// line 642
yield " \t";
$context["phrase_sujet_prix_vente"] = "le fonds de commerce";
// line 643
yield " ";
} elseif ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 643, $this->source); })()), "_get", ["type_rachat"], "method", false, false, false, 643), "titres"))) {
// line 644
yield " ";
$context["phrase_sujet_prix_vente"] = "100% des titres";
// line 645
yield " ";
} else {
// line 646
yield " \t";
$context["phrase_sujet_prix_vente"] = "100% des titres ou pour le fonds de commerce";
// line 647
yield " ";
}
// line 648
yield " \t \t<td>";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate((("prix de vente pour " . (isset($context["phrase_sujet_prix_vente"]) || array_key_exists("phrase_sujet_prix_vente", $context) ? $context["phrase_sujet_prix_vente"] : (function () { throw new RuntimeError('Variable "phrase_sujet_prix_vente" does not exist.', 648, $this->source); })())) . " (hors cession de l'immobilier)"), (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 648, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t \t<td colspan=\"4\">";
// line 649
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 649, $this->source); })()), "_get", ["prix_vente"], "method", false, false, false, 649), "html", null, true);
yield " k€</td>
\t </tr>
\t ";
// line 651
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 651, $this->source); })()), "_get", ["prix_vente_locaux"], "method", false, false, false, 651)) {
// line 652
yield " \t <tr>
<td>";
// line 653
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("prix de vente de l'immobilier (si cession des murs)", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 653, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
<td colspan=\"4\">";
// line 654
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 654, $this->source); })()), "_get", ["prix_vente_locaux"], "method", false, false, false, 654), "html", null, true);
yield " k€</td>
\t </tr>
\t ";
}
// line 657
yield " \t ";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 657, $this->source); })()), "_get", ["autres_frais"], "method", false, false, false, 657)) {
// line 658
yield " \t\t\t\t\t<tr>
<td>";
// line 659
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("autres frais liés à l'acquisition (conseils, avocats, création holding,...)", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 659, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
<td colspan=\"4\">";
// line 660
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 660, $this->source); })()), "_get", ["autres_frais"], "method", false, false, false, 660), "html", null, true);
yield " k€</td>
\t </tr>
\t ";
}
// line 663
yield " \t ";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 663, $this->source); })()), "_get", ["description_autres_frais"], "method", false, false, false, 663)) {
// line 664
yield " \t <tr>
<td>";
// line 665
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("description des autres frais", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 665, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
<td colspan=\"4\">";
// line 666
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 666, $this->source); })()), "_get", ["description_autres_frais"], "method", false, false, false, 666), "html", null, true);
yield "</td>
\t </tr>
\t ";
}
// line 669
yield " \t ";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 669, $this->source); })()), "_get", ["complement_methodes"], "method", false, false, false, 669)) {
// line 670
yield " \t <tr>
\t \t<td>";
// line 671
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("méthode(s) / multiple(s) particulier(s) utilisé(s) pour déterminer le prix de cession", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 671, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t \t<td colspan=\"4\">
\t \t\t";
// line 673
yield Twig\Extension\CoreExtension::nl2br($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 673, $this->source); })()), "_get", ["complement_methodes"], "method", false, false, false, 673), "html", null, true));
yield "
\t \t</td>
\t </tr>
\t ";
}
// line 677
yield " \t ";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 677, $this->source); })()), "_get", ["commentaire_prix"], "method", false, false, false, 677)) {
// line 678
yield " \t <tr>
\t\t\t\t\t\t\t\t\t\t\t<td>";
// line 679
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("commentaires sur le prix de vente", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 679, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t\t\t\t\t\t\t\t\t\t\t<td colspan=\"4\">
\t\t\t\t\t\t\t\t\t\t\t\t";
// line 681
yield Twig\Extension\CoreExtension::nl2br($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 681, $this->source); })()), "_get", ["commentaire_prix"], "method", false, false, false, 681), "html", null, true));
yield "
\t\t\t\t\t\t\t\t\t\t\t</td>
\t </tr>
\t ";
}
// line 685
yield "\t\t\t\t\t\t\t\t\t</tbody>
\t </table>
\t
\t <div class=\"mt-5\">
\t<h5 class=\"mauve_cabinet\">";
// line 689
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("informations concernant l'opération", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 689, $this->source); })()), "", "M"), "html", null, true);
yield "</h5>
</div>
<table class=\"table table-striped\">
<thead>
<tr class=\"table-active\">
\t\t\t\t\t\t\t\t\t\t\t<th class=\"text-left\" colspan=\"2\">";
// line 694
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("générale", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 694, $this->source); })()), "", "M"), "html", null, true);
yield "</th>
</tr>
</thead>
<tbody>
\t";
// line 698
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 698, $this->source); })()), "donne_approx_date_operation_aff", [], "any", false, false, false, 698)) {
// line 699
yield " \t";
}
// line 704
yield " \t";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 704, $this->source); })()), "_get", ["nb_acheteurs_potentiels"], "method", false, false, false, 704)) {
// line 705
yield " <tr>
<td class=\"texte\">";
// line 706
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("le cédant a rencontré", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 706, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
<td class=\"texte\">
";
// line 708
$context["p"] = "";
// line 709
yield " ";
if ((1 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 709, $this->source); })()), "_get", ["nb_acheteurs_potentiels"], "method", false, false, false, 709), 1))) {
// line 710
yield " ";
$context["p"] = "p";
// line 711
yield " ";
}
// line 712
yield " ";
$context["arrayVarsTrans"] = ["nb_acheteurs_potentiels" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 712, $this->source); })()), "_get", ["nb_acheteurs_potentiels"], "method", false, false, false, 712)];
// line 713
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("%\$nb_acheteurs_potentiels%\$ \$\$acheteur potentiel\$\${p|acheteurs potentiels}", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 713, $this->source); })()), "", "M", (isset($context["p"]) || array_key_exists("p", $context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.', 713, $this->source); })()), (isset($context["arrayVarsTrans"]) || array_key_exists("arrayVarsTrans", $context) ? $context["arrayVarsTrans"] : (function () { throw new RuntimeError('Variable "arrayVarsTrans" does not exist.', 713, $this->source); })())), "html", null, true);
yield "
\t</td>
\t</tr>
\t";
}
// line 717
yield " \t";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 717, $this->source); })()), "_get", ["duree_negociations"], "method", false, false, false, 717)) {
// line 718
yield " <tr>
<td class=\"texte\">";
// line 719
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("les négociations avec l'acheteur final ont duré", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 719, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
<td class=\"texte\">
\t";
// line 721
$context["arrayVarsTrans"] = ["duree_negociations" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 721, $this->source); })()), "_get", ["duree_negociations"], "method", false, false, false, 721)];
// line 722
yield " \t";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("%\$duree_negociations%\$ mois", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 722, $this->source); })()), "", "m", "", (isset($context["arrayVarsTrans"]) || array_key_exists("arrayVarsTrans", $context) ? $context["arrayVarsTrans"] : (function () { throw new RuntimeError('Variable "arrayVarsTrans" does not exist.', 722, $this->source); })())), "html", null, true);
yield "
\t</td>
\t</tr>
\t";
}
// line 726
yield " </tbody>
</table>
<table class=\"table table-striped mt-3\">
\t<thead>
\t \t<tr class=\"table-active\">
\t \t<th class=\"text-left\" colspan=\"2\">";
// line 731
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("caractéristiques de l'opération", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 731, $this->source); })()), "", "M"), "html", null, true);
yield "</th>
\t \t</tr>
\t </thead>
\t <tbody>
\t <tr>
\t\t\t\t\t\t<td class=\"texte\">";
// line 736
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("l'acquereur a acheté", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 736, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t\t\t\t\t\t<td class=\"texte\">
\t\t\t\t\t\t\t";
// line 738
if ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 738, $this->source); })()), "_get", ["type_rachat"], "method", false, false, false, 738), "fonds"))) {
// line 739
yield " \t\t\t\t\t\t\t\t";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("le fonds de commerce", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 739, $this->source); })()), "", "M"), "html", null, true);
yield "
\t\t\t\t\t\t\t";
} else {
// line 741
yield " \t\t\t\t\t\t\t\t";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("les titres de la société", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 741, $this->source); })()), "", "M"), "html", null, true);
yield "
\t\t\t\t\t\t\t";
}
// line 743
yield " \t\t\t\t\t\t</td>
\t\t\t\t\t</tr>
\t\t\t\t\t";
// line 745
if ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 745, $this->source); })()), "_get", ["type_rachat"], "method", false, false, false, 745), "fonds"))) {
// line 746
yield " \t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t";
} else {
// line 748
yield " \t\t\t\t\t\t\t\t";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 748, $this->source); })()), "_get", ["pourcentage_titres_repris"], "method", false, false, false, 748)) {
// line 749
yield " \t\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t\t<td>
";
// line 751
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("pourcentage des titres rachetés par l'acquéreur le jour de l'opération", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 751, $this->source); })()), "", "M"), "html", null, true);
yield "
\t\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t\t<td>
";
// line 754
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 754, $this->source); })()), "_get", ["pourcentage_titres_repris"], "method", false, false, false, 754), "html", null, true);
yield " %
\t\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t";
} else {
// line 758
yield " \t\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t\t<td>
";
// line 760
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("L'acquéreur a acheté 100 % des titres", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 760, $this->source); })()), "", "M"), "html", null, true);
yield "
\t\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t\t<td>
";
// line 763
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 763, $this->source); })()), "_get", ["reprise_100_pourcents"], "method", false, false, false, 763), "html", null, true);
yield " %
\t\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t";
}
// line 767
yield " \t\t\t\t\t\t\t";
}
// line 768
yield " \t\t\t\t\t\t\t";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 768, $this->source); })()), "_get", ["complement_montage"], "method", false, false, false, 768)) {
// line 769
yield " \t <tr>
<td>";
// line 770
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("montage de reprise", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 770, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
<td>";
// line 771
yield Twig\Extension\CoreExtension::nl2br($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 771, $this->source); })()), "_get", ["complement_montage"], "method", false, false, false, 771), "html", null, true));
yield "</td>
\t\t\t\t\t</tr>
\t\t\t\t\t";
}
// line 774
yield " \t\t\t\t\t";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 774, $this->source); })()), "_get", ["earn_out"], "method", false, false, false, 774)) {
// line 775
yield " \t <tr>
<td>";
// line 776
yield $this->extensions['App\Twig\TranslationExtension']->translate("Un <strong>earn out</strong> a-t-il été mis en place ?", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 776, $this->source); })()), "", "M");
yield "</td>
<td>";
// line 777
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 777, $this->source); })()), "_get", ["earn_out"], "method", false, false, false, 777), (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 777, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t\t\t\t\t</tr>
\t\t\t\t\t";
}
// line 780
yield " \t\t\t\t\t";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 780, $this->source); })()), "_get", ["complement_earn_out"], "method", false, false, false, 780)) {
// line 781
yield " \t <tr>
<td>";
// line 782
yield $this->extensions['App\Twig\TranslationExtension']->translate("caractéristiques de l'<strong>earn out</strong>", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 782, $this->source); })()), "", "M");
yield "</td>
<td>";
// line 783
yield Twig\Extension\CoreExtension::nl2br($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 783, $this->source); })()), "_get", ["complement_earn_out"], "method", false, false, false, 783), "html", null, true));
yield "</td>
\t\t\t\t\t</tr>
\t\t\t\t\t";
}
// line 786
yield " \t\t\t\t\t";
if ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 786, $this->source); })()), "_get", ["type_rachat"], "method", false, false, false, 786), "fonds"))) {
// line 787
yield " \t\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t\t<td>
";
// line 789
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("caractéristiques de la garantie d'actif et de passif", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 789, $this->source); })()), "", "M"), "html", null, true);
yield "
\t\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t\t<td>
";
// line 792
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("pas de garantie d'actif et de passif car rachat du fonds de commerce", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 792, $this->source); })()), "", "M"), "html", null, true);
yield "
\t\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t";
} else {
// line 796
yield " \t\t\t\t\t\t\t\t<tr>
\t \t\t\t\t<td>
";
// line 798
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("caractéristiques de la garantie d'actif et de passif", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 798, $this->source); })()), "", "M"), "html", null, true);
yield " :
\t\t\t</td>
\t\t\t<td> </td>
\t\t\t\t\t</tr>
\t\t\t\t\t";
// line 802
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 802, $this->source); })()), "_get", ["montant_garantie"], "method", false, false, false, 802)) {
// line 803
yield " \t\t\t\t\t<tr>
\t\t\t<td> - ";
// line 804
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("montant de la garantie", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 804, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t\t\t<td class=\"texte\">";
// line 805
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 805, $this->source); })()), "_get", ["montant_garantie"], "method", false, false, false, 805), "html", null, true);
yield " k€</td>
\t\t\t\t\t</tr>
\t\t\t\t\t";
}
// line 808
yield " \t\t\t\t\t";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 808, $this->source); })()), "_get", ["duree_garantie"], "method", false, false, false, 808)) {
// line 809
yield " \t\t\t\t\t<tr>
\t\t\t<td class=\"texte\"> - ";
// line 810
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("durée", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 810, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t\t\t<td class=\"texte\">
\t\t\t\t";
// line 812
$context["arrayVarsTrans"] = ["duree_garantie" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 812, $this->source); })()), "_get", ["duree_garantie"], "method", false, false, false, 812)];
// line 813
yield " \t ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("%\$duree_garantie%\$ mois", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 813, $this->source); })()), "", "m", "", (isset($context["arrayVarsTrans"]) || array_key_exists("arrayVarsTrans", $context) ? $context["arrayVarsTrans"] : (function () { throw new RuntimeError('Variable "arrayVarsTrans" does not exist.', 813, $this->source); })())), "html", null, true);
yield "
\t\t\t</td>
\t\t\t\t\t</tr>
\t\t\t\t\t";
}
// line 817
yield " \t\t\t\t\t";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 817, $this->source); })()), "_get", ["garantie_garantie"], "method", false, false, false, 817)) {
// line 818
yield " \t\t\t\t\t<tr>
\t\t\t<td class=\"texte\"> - ";
// line 819
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("une garantie de la garantie a-t-elle été mise en place ?", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 819, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t\t\t<td class=\"texte\">";
// line 820
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 820, $this->source); })()), "_get", ["garantie_garantie"], "method", false, false, false, 820), (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 820, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t\t\t\t\t</tr>
\t\t\t\t\t";
}
// line 823
yield " \t\t\t\t\t";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 823, $this->source); })()), "_get", ["complement_garantie"], "method", false, false, false, 823)) {
// line 824
yield " \t\t\t\t\t<tr>
\t\t\t<td class=\"texte\"> - ";
// line 825
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("commentaire sur la garantie", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 825, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t\t\t<td class=\"texte\">";
// line 826
yield Twig\Extension\CoreExtension::nl2br($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 826, $this->source); })()), "_get", ["complement_garantie"], "method", false, false, false, 826), "html", null, true));
yield "</td>
\t\t\t\t\t</tr>
\t\t\t\t\t";
}
// line 829
yield " \t\t\t\t\t\t\t";
}
// line 830
yield " \t\t\t\t\t</tbody>
</table>
<table class=\"table table-striped\">
\t<thead>
\t <tr class=\"table-active\">
\t\t\t\t\t\t\t\t\t\t\t<th class=\"text-left\" colspan=\"2\">";
// line 836
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("financement de l'opération", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 836, $this->source); })()), "", "M"), "html", null, true);
yield "</th>
\t </tr>
\t </thead>
\t <tbody>
\t \t";
// line 840
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 840, $this->source); })()), "_get", ["apports_fonds_propres_acquereur"], "method", false, false, false, 840)) {
// line 841
yield " \t <tr>
\t <td>";
// line 842
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("montant apporté en fonds propres par l'acquereur", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 842, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t <td>";
// line 843
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 843, $this->source); })()), "_get", ["apports_fonds_propres_acquereur"], "method", false, false, false, 843), "html", null, true);
yield " k€</td>
\t\t\t\t\t</tr>
\t\t\t\t\t";
}
// line 846
yield " \t\t\t\t\t";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 846, $this->source); })()), "_get", ["apports_fonds_propres_investisseur"], "method", false, false, false, 846)) {
// line 847
yield " \t <tr>
\t <td>";
// line 848
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("montant apporté en fonds propres par des investisseurs (privés, Business Angel, fonds d'investissement, ...)", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 848, $this->source); })()), "", "M"), "html", null, true);
yield "<br></td>
\t <td>";
// line 849
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 849, $this->source); })()), "_get", ["apports_fonds_propres_investisseur"], "method", false, false, false, 849), "html", null, true);
yield " k€</td>
\t\t\t\t\t</tr>
\t\t\t\t\t";
}
// line 852
yield " \t\t\t\t\t";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 852, $this->source); })()), "_get", ["montant_finance_dette"], "method", false, false, false, 852)) {
// line 853
yield " \t <tr>
\t <td>";
// line 854
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("montant financé par une dette bancaire", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 854, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t <td>";
// line 855
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 855, $this->source); })()), "_get", ["montant_finance_dette"], "method", false, false, false, 855), "html", null, true);
yield " k€</td>
\t\t\t\t\t</tr>
\t\t\t\t\t";
}
// line 858
yield " ";
if ((((CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 858, $this->source); })()), "_get", ["pret_oseo"], "method", false, false, false, 858) + CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 858, $this->source); })()), "_get", ["garantie_oseo"], "method", false, false, false, 858)) + CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 858, $this->source); })()), "_get", ["pret_honneur"], "method", false, false, false, 858)) + CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 858, $this->source); })()), "_get", ["autre_financement"], "method", false, false, false, 858))) {
// line 859
yield " \t <tr>
\t <td>";
// line 860
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("autre financement", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 860, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t <td width=\"326\"> </td>
\t\t\t\t\t</tr>
\t\t\t\t\t";
}
// line 864
yield " \t\t\t\t\t";
if ((((CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 864, $this->source); })()), "_get", ["pret_oseo"], "method", false, false, false, 864) + CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 864, $this->source); })()), "_get", ["garantie_oseo"], "method", false, false, false, 864)) + CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 864, $this->source); })()), "_get", ["pret_honneur"], "method", false, false, false, 864)) + CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 864, $this->source); })()), "_get", ["autre_financement"], "method", false, false, false, 864))) {
// line 865
yield " \t <tr>
\t <td> ";
// line 866
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("montant", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 866, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t <td>";
// line 867
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((((CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 867, $this->source); })()), "_get", ["pret_oseo"], "method", false, false, false, 867) + CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 867, $this->source); })()), "_get", ["garantie_oseo"], "method", false, false, false, 867)) + CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 867, $this->source); })()), "_get", ["pret_honneur"], "method", false, false, false, 867)) + CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 867, $this->source); })()), "_get", ["autre_financement"], "method", false, false, false, 867)), "html", null, true);
yield " k€</td>
\t\t\t\t\t</tr>
\t\t\t\t\t";
}
// line 870
yield " ";
if ((((CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 870, $this->source); })()), "_get", ["pret_oseo"], "method", false, false, false, 870) || CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 870, $this->source); })()), "_get", ["garantie_oseo"], "method", false, false, false, 870)) || CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 870, $this->source); })()), "_get", ["pret_honneur"], "method", false, false, false, 870)) || CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 870, $this->source); })()), "_get", ["autre_financement"], "method", false, false, false, 870))) {
// line 871
yield " \t\t\t\t\t<tr>
\t \t<td> ";
// line 872
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("type", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 872, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t \t";
// line 873
$context["type_autre_financement"] = "";
// line 874
yield " \t \t";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 874, $this->source); })()), "_get", ["pret_oseo"], "method", false, false, false, 874)) {
// line 875
yield " ";
$context["type_autre_financement"] = ((isset($context["type_autre_financement"]) || array_key_exists("type_autre_financement", $context) ? $context["type_autre_financement"] : (function () { throw new RuntimeError('Variable "type_autre_financement" does not exist.', 875, $this->source); })()) . "prêt OSEO, ");
// line 876
yield " ";
}
// line 877
yield " ";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 877, $this->source); })()), "_get", ["garantie_oseo"], "method", false, false, false, 877)) {
// line 878
yield " ";
$context["type_autre_financement"] = ((isset($context["type_autre_financement"]) || array_key_exists("type_autre_financement", $context) ? $context["type_autre_financement"] : (function () { throw new RuntimeError('Variable "type_autre_financement" does not exist.', 878, $this->source); })()) . "garantie OSEO, ");
// line 879
yield " ";
}
// line 880
yield " ";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 880, $this->source); })()), "_get", ["pret_honneur"], "method", false, false, false, 880)) {
// line 881
yield " ";
$context["type_autre_financement"] = ((isset($context["type_autre_financement"]) || array_key_exists("type_autre_financement", $context) ? $context["type_autre_financement"] : (function () { throw new RuntimeError('Variable "type_autre_financement" does not exist.', 881, $this->source); })()) . "prêt d'honneur, ");
// line 882
yield " ";
}
// line 883
yield " ";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 883, $this->source); })()), "_get", ["autre_financement"], "method", false, false, false, 883)) {
// line 884
yield " ";
$context["type_autre_financement"] = ((isset($context["type_autre_financement"]) || array_key_exists("type_autre_financement", $context) ? $context["type_autre_financement"] : (function () { throw new RuntimeError('Variable "type_autre_financement" does not exist.', 884, $this->source); })()) . "autres, ");
// line 885
yield " ";
}
// line 886
yield " ";
$context["type_autre_financement"] = Twig\Extension\CoreExtension::slice($this->env->getCharset(), (isset($context["type_autre_financement"]) || array_key_exists("type_autre_financement", $context) ? $context["type_autre_financement"] : (function () { throw new RuntimeError('Variable "type_autre_financement" does not exist.', 886, $this->source); })()), 0, -3);
// line 887
yield " \t \t<td>";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate((isset($context["type_autre_financement"]) || array_key_exists("type_autre_financement", $context) ? $context["type_autre_financement"] : (function () { throw new RuntimeError('Variable "type_autre_financement" does not exist.', 887, $this->source); })()), (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 887, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t\t\t\t\t</tr>
\t\t\t\t\t";
}
// line 890
yield " ";
if ((((CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 890, $this->source); })()), "_get", ["complement_pret_oseo"], "method", false, false, false, 890) || CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 890, $this->source); })()), "_get", ["complement_garantie_oseo"], "method", false, false, false, 890)) || CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 890, $this->source); })()), "_get", ["complement_pret_honneur"], "method", false, false, false, 890)) || CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 890, $this->source); })()), "_get", ["complement_autre_financement"], "method", false, false, false, 890))) {
// line 891
yield " \t <tr>
\t \t<td> ";
// line 892
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("commentaire", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 892, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
";
// line 893
$context["complement_autre_financement"] = "";
// line 894
yield " ";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 894, $this->source); })()), "_get", ["complement_pret_oseo"], "method", false, false, false, 894)) {
// line 895
yield " ";
$context["complement_autre_financement"] = (((isset($context["complement_autre_financement"]) || array_key_exists("complement_autre_financement", $context) ? $context["complement_autre_financement"] : (function () { throw new RuntimeError('Variable "complement_autre_financement" does not exist.', 895, $this->source); })()) . CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 895, $this->source); })()), "_get", ["complement_pret_oseo"], "method", false, false, false, 895)) . "
");
// line 896
yield " ";
}
// line 897
yield " ";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 897, $this->source); })()), "_get", ["complement_garantie_oseo"], "method", false, false, false, 897)) {
// line 898
yield " ";
$context["complement_autre_financement"] = (((isset($context["complement_autre_financement"]) || array_key_exists("complement_autre_financement", $context) ? $context["complement_autre_financement"] : (function () { throw new RuntimeError('Variable "complement_autre_financement" does not exist.', 898, $this->source); })()) . CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 898, $this->source); })()), "_get", ["complement_garantie_oseo"], "method", false, false, false, 898)) . "
");
// line 899
yield " ";
}
// line 900
yield " ";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 900, $this->source); })()), "_get", ["complement_pret_honneur"], "method", false, false, false, 900)) {
// line 901
yield " ";
$context["complement_autre_financement"] = (((isset($context["complement_autre_financement"]) || array_key_exists("complement_autre_financement", $context) ? $context["complement_autre_financement"] : (function () { throw new RuntimeError('Variable "complement_autre_financement" does not exist.', 901, $this->source); })()) . CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 901, $this->source); })()), "_get", ["complement_pret_honneur"], "method", false, false, false, 901)) . "
");
// line 902
yield " ";
}
// line 903
yield " ";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 903, $this->source); })()), "_get", ["complement_autre_financement"], "method", false, false, false, 903)) {
// line 904
yield " ";
$context["complement_autre_financement"] = (((isset($context["complement_autre_financement"]) || array_key_exists("complement_autre_financement", $context) ? $context["complement_autre_financement"] : (function () { throw new RuntimeError('Variable "complement_autre_financement" does not exist.', 904, $this->source); })()) . CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 904, $this->source); })()), "_get", ["complement_autre_financement"], "method", false, false, false, 904)) . "
");
// line 905
yield " ";
}
// line 906
yield "\t\t\t\t\t\t\t\t\t\t\t";
$context["complement_autre_financement"] = Twig\Extension\CoreExtension::slice($this->env->getCharset(), (isset($context["complement_autre_financement"]) || array_key_exists("complement_autre_financement", $context) ? $context["complement_autre_financement"] : (function () { throw new RuntimeError('Variable "complement_autre_financement" does not exist.', 906, $this->source); })()), 0, -4);
// line 907
yield " \t \t<td>";
yield Twig\Extension\CoreExtension::nl2br($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["complement_autre_financement"]) || array_key_exists("complement_autre_financement", $context) ? $context["complement_autre_financement"] : (function () { throw new RuntimeError('Variable "complement_autre_financement" does not exist.', 907, $this->source); })()), "html", null, true));
yield "</td>
\t\t\t\t\t</tr>
\t\t\t\t\t";
}
// line 910
yield " \t\t\t\t\t";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 910, $this->source); })()), "_get", ["credit_vendeur"], "method", false, false, false, 910)) {
// line 911
yield " \t <tr>
\t \t<td>";
// line 912
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("un crédit vendeur a-t-il été mis en place ?", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 912, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t \t<td>";
// line 913
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 913, $this->source); })()), "_get", ["credit_vendeur"], "method", false, false, false, 913), (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 913, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t\t\t\t\t</tr>
\t\t\t\t\t";
}
// line 916
yield " \t\t\t\t\t";
if (((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 916, $this->source); })()), "_get", ["credit_vendeur"], "method", false, false, false, 916), "oui")) && CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 916, $this->source); })()), "_get", ["montant_credit_vendeur"], "method", false, false, false, 916))) {
// line 917
yield " \t <tr>
\t \t<td> ";
// line 918
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("montant", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 918, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t \t<td>
\t \t\t";
// line 920
if ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 920, $this->source); })()), "_get", ["credit_vendeur"], "method", false, false, false, 920), "oui"))) {
// line 921
yield " \t \t ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 921, $this->source); })()), "_get", ["montant_credit_vendeur"], "method", false, false, false, 921), "html", null, true);
yield " k€
\t \t ";
}
// line 923
yield " \t \t </td>
\t\t\t\t\t</tr>
\t\t\t\t\t";
}
// line 926
yield " \t\t\t\t\t";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 926, $this->source); })()), "_get", ["commentaire_credit_vendeur"], "method", false, false, false, 926)) {
// line 927
yield " \t <tr>
\t \t<td> ";
// line 928
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("commentaire", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 928, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t \t<td>";
// line 929
yield Twig\Extension\CoreExtension::nl2br($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 929, $this->source); })()), "_get", ["commentaire_credit_vendeur"], "method", false, false, false, 929), "html", null, true));
yield "</td>
\t\t\t\t\t</tr>
\t\t\t\t\t";
}
// line 932
yield " \t\t\t\t</tbody>
</table>
<table class=\"table table-striped\">
\t<thead>
\t <tr class=\"table-active\">
\t <th class=\"text-left\" colspan=\"2\">";
// line 938
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("dispositions particulières", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 938, $this->source); })()), "", "M"), "html", null, true);
yield "</th>
\t </tr>
\t </thead>
\t <tbody>
\t <tr>
\t \t<td>";
// line 943
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("suite au rachat de l'entreprise", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 943, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t \t<td>
\t \t ";
// line 945
if ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 945, $this->source); })()), "_get", ["cedant_reste_dans_entreprise"], "method", false, false, false, 945), "oui"))) {
// line 946
yield " \t \t \t";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("le cédant reste à un poste opérationnel", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 946, $this->source); })()), "", "M"), "html", null, true);
yield "
\t \t ";
} elseif ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, // line 947
(isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 947, $this->source); })()), "_get", ["cedant_reste_dans_entreprise"], "method", false, false, false, 947), "non"))) {
// line 948
yield " \t \t \t";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("le cédant quitte tout poste opérationnel", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 948, $this->source); })()), "", "M"), "html", null, true);
yield "
\t \t ";
} else {
// line 950
yield " \t \t \t";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("la position du cédant vis à vis de l'entreprise est est inconnue", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 950, $this->source); })()), "", "M"), "html", null, true);
yield "
\t \t ";
}
// line 952
yield " \t \t </td>
\t\t\t\t\t</tr>
\t\t\t\t\t";
// line 954
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 954, $this->source); })()), "_get", ["accompagnement_par_cedant"], "method", false, false, false, 954)) {
// line 955
yield " \t <tr>
\t \t<td>";
// line 956
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("accompagnement du repreneur par le cédant ?", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 956, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t <td>";
// line 957
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 957, $this->source); })()), "_get", ["accompagnement_par_cedant"], "method", false, false, false, 957), "html", null, true);
yield "</td>
\t\t\t\t\t</tr>
\t\t\t\t\t";
}
// line 960
yield " \t\t\t\t\t";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 960, $this->source); })()), "_get", ["duree_accompagnement_par_cedant"], "method", false, false, false, 960)) {
// line 961
yield " \t <tr>
\t <td>";
// line 962
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("durée", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 962, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t <td>
\t ";
// line 964
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 964, $this->source); })()), "_get", ["duree_accompagnement_par_cedant"], "method", false, false, false, 964)) {
// line 965
yield " \t\t\t\t\t\t\t\t\t\t\t\t";
$context["arrayVarsTrans"] = ["duree_accompagnement_par_cedant" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 965, $this->source); })()), "_get", ["duree_accompagnement_par_cedant"], "method", false, false, false, 965)];
// line 966
yield " \t";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("%\$duree_accompagnement_par_cedant%\$ mois", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 966, $this->source); })()), "", "m", "", (isset($context["arrayVarsTrans"]) || array_key_exists("arrayVarsTrans", $context) ? $context["arrayVarsTrans"] : (function () { throw new RuntimeError('Variable "arrayVarsTrans" does not exist.', 966, $this->source); })())), "html", null, true);
yield "
";
}
// line 968
yield "\t\t\t\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t</tr>
\t\t\t\t\t";
}
// line 971
yield " \t\t\t\t\t";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 971, $this->source); })()), "_get", ["complement_operation"], "method", false, false, false, 971)) {
// line 972
yield " \t <tr>
\t <td>";
// line 973
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("commentaires sur l'opération", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 973, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t <td>";
// line 974
yield Twig\Extension\CoreExtension::nl2br($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 974, $this->source); })()), "_get", ["complement_operation"], "method", false, false, false, 974), "html", null, true));
yield "</td>
\t\t\t\t\t</tr>
\t\t\t\t\t";
}
// line 977
yield " </tbody>
\t </table>
\t
\t <div class=\"mt-5\">
\t<h5 class=\"mauve_cabinet\">";
// line 981
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("informations concernant l'acquéreur", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 981, $this->source); })()), "", "M"), "html", null, true);
yield "</h5>
</div>
<table class=\"table table-striped\">
\t <tbody>
\t \t<tr>
<td>";
// line 986
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("l'acquéreur est", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 986, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
";
// line 987
if ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 987, $this->source); })()), "_get", ["type_acquereur"], "method", false, false, false, 987), "personne"))) {
// line 988
yield " \t";
$context["type_acquereur"] = "une personne physique";
// line 989
yield " \t";
if ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 989, $this->source); })()), "_get", ["repreneur_meme_secteur"], "method", false, false, false, 989), "oui"))) {
// line 990
yield " \t\t";
$context["type_acquereur"] = ((isset($context["type_acquereur"]) || array_key_exists("type_acquereur", $context) ? $context["type_acquereur"] : (function () { throw new RuntimeError('Variable "type_acquereur" does not exist.', 990, $this->source); })()) . " qui connaissait le métier");
// line 991
yield " \t";
} elseif ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 991, $this->source); })()), "_get", ["repreneur_meme_secteur"], "method", false, false, false, 991), "non"))) {
// line 992
yield " \t\t";
$context["type_acquereur"] = ((isset($context["type_acquereur"]) || array_key_exists("type_acquereur", $context) ? $context["type_acquereur"] : (function () { throw new RuntimeError('Variable "type_acquereur" does not exist.', 992, $this->source); })()) . " venant d'un autre secteur d'activité");
// line 993
yield " \t";
}
// line 994
yield " ";
} elseif ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 994, $this->source); })()), "_get", ["type_acquereur"], "method", false, false, false, 994), "societe"))) {
// line 995
yield " \t";
$context["type_acquereur"] = "une société";
// line 996
yield " \t\t";
if ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 996, $this->source); })()), "_get", ["societe_meme_secteur"], "method", false, false, false, 996), "oui"))) {
// line 997
yield " \t\t";
$context["type_acquereur"] = ((isset($context["type_acquereur"]) || array_key_exists("type_acquereur", $context) ? $context["type_acquereur"] : (function () { throw new RuntimeError('Variable "type_acquereur" does not exist.', 997, $this->source); })()) . " du même secteur d'activité");
// line 998
yield " \t";
} elseif ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 998, $this->source); })()), "_get", ["societe_meme_secteur"], "method", false, false, false, 998), "non"))) {
// line 999
yield " \t\t";
$context["type_acquereur"] = ((isset($context["type_acquereur"]) || array_key_exists("type_acquereur", $context) ? $context["type_acquereur"] : (function () { throw new RuntimeError('Variable "type_acquereur" does not exist.', 999, $this->source); })()) . " d'un autre secteur d'activité");
// line 1000
yield " \t";
}
// line 1001
yield " ";
} elseif ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 1001, $this->source); })()), "_get", ["type_acquereur"], "method", false, false, false, 1001), "fonds_investissement"))) {
// line 1002
yield " \t";
$context["type_acquereur"] = "un fonds d'investissement";
// line 1003
yield " ";
} else {
// line 1004
yield " \t";
$context["type_acquereur"] = "non renseigné";
// line 1005
yield " ";
}
// line 1006
yield " <td>";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate((isset($context["type_acquereur"]) || array_key_exists("type_acquereur", $context) ? $context["type_acquereur"] : (function () { throw new RuntimeError('Variable "type_acquereur" does not exist.', 1006, $this->source); })()), (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 1006, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t </tr>
\t <tr>
<td>";
// line 1009
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("situé", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 1009, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
";
// line 1010
if ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 1010, $this->source); })()), "_get", ["acquereur_meme_departement"], "method", false, false, false, 1010), "oui"))) {
// line 1011
yield " ";
$context["loc"] = "dans le même département";
// line 1012
yield " ";
} elseif ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 1012, $this->source); })()), "_get", ["acquereur_meme_region"], "method", false, false, false, 1012), "oui"))) {
// line 1013
yield " \t";
$context["loc"] = "dans la même région";
// line 1014
yield " ";
} elseif ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 1014, $this->source); })()), "_get", ["acquereur_meme_pays"], "method", false, false, false, 1014), "oui"))) {
// line 1015
yield " \t";
$context["loc"] = "dans le même pays";
// line 1016
yield " ";
} else {
// line 1017
yield " \t";
$context["loc"] = "dans un autre pays";
// line 1018
yield " ";
}
// line 1019
yield " <td>";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate((isset($context["loc"]) || array_key_exists("loc", $context) ? $context["loc"] : (function () { throw new RuntimeError('Variable "loc" does not exist.', 1019, $this->source); })()), (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 1019, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
\t </tr>
";
// line 1021
if ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 1021, $this->source); })()), "_get", ["type_acquereur"], "method", false, false, false, 1021), "societe"))) {
// line 1022
yield " \t";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 1022, $this->source); })()), "_get", ["ca_societe_acquereur"], "method", false, false, false, 1022)) {
// line 1023
yield " \t\t<tr>
<td>";
// line 1024
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("CA de la société acquéreur", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 1024, $this->source); })()), "", "M"), "html", null, true);
yield "</td>
<td>
";
// line 1026
if ((-1 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 1026, $this->source); })()), "_get", ["ca_societe_acquereur"], "method", false, false, false, 1026), 1000))) {
// line 1027
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("moins de 1M€", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 1027, $this->source); })()), "", "M"), "html", null, true);
yield "
";
} elseif (((-1 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, // line 1028
(isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 1028, $this->source); })()), "_get", ["ca_societe_acquereur"], "method", false, false, false, 1028), 5000)) && (0 <= CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 1028, $this->source); })()), "_get", ["ca_societe_acquereur"], "method", false, false, false, 1028), 1000)))) {
// line 1029
yield " \t";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("entre 1M€ et 5M€", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 1029, $this->source); })()), "", "M"), "html", null, true);
yield "
";
} elseif (((-1 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, // line 1030
(isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 1030, $this->source); })()), "_get", ["ca_societe_acquereur"], "method", false, false, false, 1030), 10000)) && (0 <= CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 1030, $this->source); })()), "_get", ["ca_societe_acquereur"], "method", false, false, false, 1030), 5000)))) {
// line 1031
yield " \t";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("entre 5M€ et 10M€", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 1031, $this->source); })()), "", "M"), "html", null, true);
yield "
";
} elseif ((0 <= CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, // line 1032
(isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 1032, $this->source); })()), "_get", ["ca_societe_acquereur"], "method", false, false, false, 1032), 10000))) {
// line 1033
yield " \t";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("plus de 10M€", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 1033, $this->source); })()), "", "M"), "html", null, true);
yield "
";
}
// line 1035
yield " \t</td>
\t </tr>
";
}
// line 1038
yield " ";
}
// line 1039
yield " \t \t</tbody>
\t \t</table>
\t \t
\t \t";
// line 1042
if ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 1042, $this->source); })()), "_get", ["affichage_multiples"], "method", false, false, false, 1042), "oui"))) {
// line 1043
yield " \t \t<div class=\"mt-5 mb-2\">
<h5 class=\"mauve_cabinet\">";
// line 1044
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("les multiples de la transaction", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 1044, $this->source); })()), "", "M"), "html", null, true);
yield "</h5>
</div>
<div>
\t\t\t\t";
// line 1047
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->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", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 1047, $this->source); })()), "", "M"), "html", null, true);
yield " :
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t";
// line 1049
$context["t"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 1049, $this->source); })()), "donne_tableau_multiples_publique", [], "any", false, false, false, 1049);
// line 1050
yield "\t\t\t\t\t\t\t\t";
$context["t_retraite"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 1050, $this->source); })()), "donne_tableau_multiples_publique_retraite", [], "any", false, false, false, 1050);
// line 1051
yield " ";
if ((1 === CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, (isset($context["t"]) || array_key_exists("t", $context) ? $context["t"] : (function () { throw new RuntimeError('Variable "t" does not exist.', 1051, $this->source); })()), "multiples", [], "any", false, false, false, 1051)), 0))) {
// line 1052
yield " \t";
$context["liste"] = "";
// line 1053
yield " <table class=\"table table-striped\">
<thead>
<tr class=\"table-active\">
\t \t<th style=\"text-align: left;\">";
// line 1056
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("multiples", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 1056, $this->source); })()), "", "M"), "html", null, true);
yield "</th>
\t</tr>
\t </thead>
<tbody>
";
// line 1060
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, (isset($context["t"]) || array_key_exists("t", $context) ? $context["t"] : (function () { throw new RuntimeError('Variable "t" does not exist.', 1060, $this->source); })()), "multiples", [], "any", false, false, false, 1060));
foreach ($context['_seq'] as $context["index"] => $context["multiple"]) {
// line 1061
yield " \t";
$context["liste"] = ((isset($context["liste"]) || array_key_exists("liste", $context) ? $context["liste"] : (function () { throw new RuntimeError('Variable "liste" does not exist.', 1061, $this->source); })()) . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["t"]) || array_key_exists("t", $context) ? $context["t"] : (function () { throw new RuntimeError('Variable "t" does not exist.', 1061, $this->source); })()), "descriptions", [], "any", false, false, false, 1061), $context["index"], [], "array", false, false, false, 1061));
// line 1062
yield " \t";
if ((1 === CoreExtension::compare($context["multiple"], 0))) {
// line 1063
yield " \t\t<tr>
\t \t<td>
\t \t\t<span title=\"";
// line 1065
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 1065, $this->source); })()), "_get", ["prix_vente"], "method", false, false, false, 1065), "html", null, true);
yield " k€\" style=\"cursor:pointer;\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("prix de cession", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 1065, $this->source); })()), "", "M"), "html", null, true);
yield "</span> = ";
yield CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["t"]) || array_key_exists("t", $context) ? $context["t"] : (function () { throw new RuntimeError('Variable "t" does not exist.', 1065, $this->source); })()), "descriptions", [], "any", false, false, false, 1065), $context["index"], [], "array", false, false, false, 1065);
yield "
\t \t\t</td>
\t </tr>
\t";
}
// line 1069
yield " \t ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['index'], $context['multiple'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1070
yield " \t ";
if ((1 === CoreExtension::compare($this->extensions['App\Twig\PhpFunctionsExtension']->strposFilter((isset($context["liste"]) || array_key_exists("liste", $context) ? $context["liste"] : (function () { throw new RuntimeError('Variable "liste" does not exist.', 1070, $this->source); })()), "EBIT"), -1))) {
// line 1071
yield " \t \t<tr>
\t \t<td>
\t \t\t<span>";
// line 1073
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("* EBIT = Résultat Net (n) - participation des salariés", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 1073, $this->source); })()), "", "M"), "html", null, true);
yield "</span>
\t \t\t</td>
\t </tr>
\t ";
}
// line 1077
yield " </tbody>
\t\t</table>
";
}
// line 1080
yield " ";
if ((1 === CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, (isset($context["t_retraite"]) || array_key_exists("t_retraite", $context) ? $context["t_retraite"] : (function () { throw new RuntimeError('Variable "t_retraite" does not exist.', 1080, $this->source); })()), "multiples", [], "any", false, false, false, 1080)), 0))) {
// line 1081
yield " \t";
$context["liste"] = "";
// line 1082
yield " <table class=\"table table-striped\">
<thead>
<tr class=\"table-active\">
\t \t<th style=\"text-align: left;\">";
// line 1085
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("multiples après retraitement des comptes", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 1085, $this->source); })()), "", "M"), "html", null, true);
yield "</th>
\t</tr>
\t </thead>
<tbody>
";
// line 1089
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, (isset($context["t_retraite"]) || array_key_exists("t_retraite", $context) ? $context["t_retraite"] : (function () { throw new RuntimeError('Variable "t_retraite" does not exist.', 1089, $this->source); })()), "multiples", [], "any", false, false, false, 1089));
foreach ($context['_seq'] as $context["index"] => $context["multiple"]) {
// line 1090
yield " \t";
$context["liste"] = ((isset($context["liste"]) || array_key_exists("liste", $context) ? $context["liste"] : (function () { throw new RuntimeError('Variable "liste" does not exist.', 1090, $this->source); })()) . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["t_retraite"]) || array_key_exists("t_retraite", $context) ? $context["t_retraite"] : (function () { throw new RuntimeError('Variable "t_retraite" does not exist.', 1090, $this->source); })()), "descriptions", [], "any", false, false, false, 1090), $context["index"], [], "array", false, false, false, 1090));
// line 1091
yield " \t";
if ((1 === CoreExtension::compare($context["multiple"], 0))) {
// line 1092
yield " \t\t<tr>
\t \t<td>
\t \t\t<span title=\"";
// line 1094
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["valorisation"]) || array_key_exists("valorisation", $context) ? $context["valorisation"] : (function () { throw new RuntimeError('Variable "valorisation" does not exist.', 1094, $this->source); })()), "_get", ["prix_vente"], "method", false, false, false, 1094), "html", null, true);
yield " k€\" style=\"cursor:pointer;\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("prix de cession", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 1094, $this->source); })()), "", "M"), "html", null, true);
yield "</span> = ";
yield CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["t_retraite"]) || array_key_exists("t_retraite", $context) ? $context["t_retraite"] : (function () { throw new RuntimeError('Variable "t_retraite" does not exist.', 1094, $this->source); })()), "descriptions", [], "any", false, false, false, 1094), $context["index"], [], "array", false, false, false, 1094);
yield "
\t \t\t</td>
\t </tr>
\t";
}
// line 1098
yield " \t ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['index'], $context['multiple'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1099
yield " </tbody>
\t\t</table>
";
}
// line 1102
yield "
<div class=\"col-12 my-3\">
\t\t\t\t<i class=\"fas fa-user gris_666\" aria-hidden=\"true\"></i> - <small>";
// line 1104
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("personne physique", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 1104, $this->source); })()), "", "M"), "html", null, true);
yield "</small><br>
\t\t\t\t<i class=\"fas fa-building gris_666\" aria-hidden=\"true\"></i> - <small>";
// line 1105
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("société", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 1105, $this->source); })()), "", "M"), "html", null, true);
yield "</small><br>
\t\t\t\t<i class=\"fas fa-long-arrow-alt-up gris_666\" aria-hidden=\"true\"></i> - <small>";
// line 1106
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("société in bonis", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 1106, $this->source); })()), "", "M"), "html", null, true);
yield "</small><br>
\t\t\t\t<i class=\"fas fa-long-arrow-alt-down gris_666\" aria-hidden=\"true\"></i> - <small>";
// line 1107
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("société en difficulté", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 1107, $this->source); })()), "", "M"), "html", null, true);
yield "</small><br>
\t\t\t\t<i class=\"fas fa-percentage gris_666\" aria-hidden=\"true\"></i> - <small>";
// line 1108
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("achat de titres", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 1108, $this->source); })()), "", "M"), "html", null, true);
yield "</small><br>
\t\t\t\t<i class=\"fas fa-store gris_666\" aria-hidden=\"true\"></i> - <small>";
// line 1109
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("achat fonds de commerce", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 1109, $this->source); })()), "", "M"), "html", null, true);
yield "</small>
\t\t\t</div>
\t\t\t\t\t\t\t\t
\t \t";
}
// line 1113
yield " \t\t\t</div>
\t\t</div>\t
\t\t\t\t</div>
\t\t\t</div>
\t\t\t";
}
// line 1118
yield "
</div><!--FIN COLONNE DROITE -->
</div> <!--FIN ROW CONTAINER -->
</div> <!--FIN CONTAINER -->
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
// line 1126
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 1127
yield " ";
yield from $this->yieldParentBlock("javascripts", $context, $blocks);
yield "
<script type=\"module\" src=\"";
// line 1128
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/js/base_valorisations/detail_valorisation.js"), "html", null, true);
yield "\"></script>
<script type=\"text/javascript\">
\tsessionStorage.removeItem(\"form\"); // desactive le bug du modal login
\t\t\$(function () {
\t\t\t\$('[data-toggle=\"tooltip\"]').tooltip()
\t\t});
\t\t
\t\tfunction afficheAlert(){
\t\t\tlet txt = \"";
// line 1136
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("Merci de vous authentifier (ou de vous créer un compte) pour pouvoir commander.", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 1136, $this->source); })()), "", "M"), "html", null, true);
yield "\";
\t\t\talert(txt);
\t\t\treturn false;
\t\t}
\t</script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "base_valorisations/detail_valorisation.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 2781 => 1136, 2770 => 1128, 2765 => 1127, 2755 => 1126, 2738 => 1118, 2731 => 1113, 2724 => 1109, 2720 => 1108, 2716 => 1107, 2712 => 1106, 2708 => 1105, 2704 => 1104, 2700 => 1102, 2695 => 1099, 2689 => 1098, 2678 => 1094, 2674 => 1092, 2671 => 1091, 2668 => 1090, 2664 => 1089, 2657 => 1085, 2652 => 1082, 2649 => 1081, 2646 => 1080, 2641 => 1077, 2634 => 1073, 2630 => 1071, 2627 => 1070, 2621 => 1069, 2610 => 1065, 2606 => 1063, 2603 => 1062, 2600 => 1061, 2596 => 1060, 2589 => 1056, 2584 => 1053, 2581 => 1052, 2578 => 1051, 2575 => 1050, 2573 => 1049, 2568 => 1047, 2562 => 1044, 2559 => 1043, 2557 => 1042, 2552 => 1039, 2549 => 1038, 2544 => 1035, 2538 => 1033, 2536 => 1032, 2531 => 1031, 2529 => 1030, 2524 => 1029, 2522 => 1028, 2517 => 1027, 2515 => 1026, 2510 => 1024, 2507 => 1023, 2504 => 1022, 2502 => 1021, 2496 => 1019, 2493 => 1018, 2490 => 1017, 2487 => 1016, 2484 => 1015, 2481 => 1014, 2478 => 1013, 2475 => 1012, 2472 => 1011, 2470 => 1010, 2466 => 1009, 2459 => 1006, 2456 => 1005, 2453 => 1004, 2450 => 1003, 2447 => 1002, 2444 => 1001, 2441 => 1000, 2438 => 999, 2435 => 998, 2432 => 997, 2429 => 996, 2426 => 995, 2423 => 994, 2420 => 993, 2417 => 992, 2414 => 991, 2411 => 990, 2408 => 989, 2405 => 988, 2403 => 987, 2399 => 986, 2391 => 981, 2385 => 977, 2379 => 974, 2375 => 973, 2372 => 972, 2369 => 971, 2364 => 968, 2358 => 966, 2355 => 965, 2353 => 964, 2348 => 962, 2345 => 961, 2342 => 960, 2336 => 957, 2332 => 956, 2329 => 955, 2327 => 954, 2323 => 952, 2317 => 950, 2311 => 948, 2309 => 947, 2304 => 946, 2302 => 945, 2297 => 943, 2289 => 938, 2281 => 932, 2275 => 929, 2271 => 928, 2268 => 927, 2265 => 926, 2260 => 923, 2254 => 921, 2252 => 920, 2247 => 918, 2244 => 917, 2241 => 916, 2235 => 913, 2231 => 912, 2228 => 911, 2225 => 910, 2218 => 907, 2215 => 906, 2212 => 905, 2208 => 904, 2205 => 903, 2202 => 902, 2198 => 901, 2195 => 900, 2192 => 899, 2188 => 898, 2185 => 897, 2182 => 896, 2178 => 895, 2175 => 894, 2173 => 893, 2169 => 892, 2166 => 891, 2163 => 890, 2156 => 887, 2153 => 886, 2150 => 885, 2147 => 884, 2144 => 883, 2141 => 882, 2138 => 881, 2135 => 880, 2132 => 879, 2129 => 878, 2126 => 877, 2123 => 876, 2120 => 875, 2117 => 874, 2115 => 873, 2111 => 872, 2108 => 871, 2105 => 870, 2099 => 867, 2095 => 866, 2092 => 865, 2089 => 864, 2082 => 860, 2079 => 859, 2076 => 858, 2070 => 855, 2066 => 854, 2063 => 853, 2060 => 852, 2054 => 849, 2050 => 848, 2047 => 847, 2044 => 846, 2038 => 843, 2034 => 842, 2031 => 841, 2029 => 840, 2022 => 836, 2014 => 830, 2011 => 829, 2005 => 826, 2001 => 825, 1998 => 824, 1995 => 823, 1989 => 820, 1985 => 819, 1982 => 818, 1979 => 817, 1971 => 813, 1969 => 812, 1964 => 810, 1961 => 809, 1958 => 808, 1952 => 805, 1948 => 804, 1945 => 803, 1943 => 802, 1936 => 798, 1932 => 796, 1925 => 792, 1919 => 789, 1915 => 787, 1912 => 786, 1906 => 783, 1902 => 782, 1899 => 781, 1896 => 780, 1890 => 777, 1886 => 776, 1883 => 775, 1880 => 774, 1874 => 771, 1870 => 770, 1867 => 769, 1864 => 768, 1861 => 767, 1854 => 763, 1848 => 760, 1844 => 758, 1837 => 754, 1831 => 751, 1827 => 749, 1824 => 748, 1820 => 746, 1818 => 745, 1814 => 743, 1808 => 741, 1802 => 739, 1800 => 738, 1795 => 736, 1787 => 731, 1780 => 726, 1772 => 722, 1770 => 721, 1765 => 719, 1762 => 718, 1759 => 717, 1751 => 713, 1748 => 712, 1745 => 711, 1742 => 710, 1739 => 709, 1737 => 708, 1732 => 706, 1729 => 705, 1726 => 704, 1723 => 699, 1721 => 698, 1714 => 694, 1706 => 689, 1700 => 685, 1693 => 681, 1688 => 679, 1685 => 678, 1682 => 677, 1675 => 673, 1670 => 671, 1667 => 670, 1664 => 669, 1658 => 666, 1654 => 665, 1651 => 664, 1648 => 663, 1642 => 660, 1638 => 659, 1635 => 658, 1632 => 657, 1626 => 654, 1622 => 653, 1619 => 652, 1617 => 651, 1612 => 649, 1607 => 648, 1604 => 647, 1601 => 646, 1598 => 645, 1595 => 644, 1592 => 643, 1589 => 642, 1587 => 641, 1579 => 636, 1572 => 631, 1565 => 627, 1560 => 625, 1557 => 624, 1554 => 623, 1549 => 620, 1543 => 618, 1541 => 617, 1537 => 616, 1532 => 614, 1529 => 613, 1526 => 612, 1520 => 609, 1516 => 608, 1512 => 607, 1508 => 606, 1504 => 605, 1501 => 604, 1498 => 603, 1489 => 600, 1482 => 599, 1474 => 596, 1471 => 595, 1468 => 594, 1459 => 591, 1452 => 590, 1445 => 586, 1441 => 585, 1437 => 584, 1433 => 583, 1429 => 582, 1425 => 581, 1419 => 580, 1416 => 579, 1413 => 578, 1404 => 575, 1397 => 574, 1389 => 569, 1385 => 568, 1381 => 567, 1377 => 566, 1373 => 565, 1365 => 564, 1361 => 562, 1358 => 561, 1349 => 558, 1342 => 557, 1334 => 554, 1331 => 553, 1328 => 552, 1319 => 549, 1312 => 548, 1305 => 547, 1298 => 546, 1292 => 545, 1289 => 544, 1286 => 543, 1277 => 540, 1270 => 539, 1263 => 538, 1256 => 537, 1250 => 536, 1247 => 535, 1244 => 534, 1235 => 531, 1228 => 530, 1221 => 529, 1214 => 528, 1208 => 527, 1205 => 526, 1202 => 525, 1193 => 522, 1186 => 521, 1179 => 520, 1172 => 519, 1168 => 518, 1165 => 517, 1162 => 516, 1153 => 513, 1146 => 512, 1139 => 511, 1132 => 510, 1126 => 509, 1123 => 508, 1121 => 507, 1107 => 496, 1099 => 491, 1091 => 485, 1085 => 483, 1079 => 481, 1077 => 480, 1072 => 479, 1070 => 478, 1065 => 476, 1058 => 472, 1053 => 470, 1048 => 467, 1042 => 465, 1039 => 464, 1033 => 462, 1027 => 460, 1025 => 459, 1021 => 458, 1017 => 457, 1014 => 456, 1011 => 455, 1008 => 454, 1005 => 453, 1003 => 452, 998 => 450, 993 => 447, 987 => 445, 981 => 443, 979 => 442, 974 => 441, 972 => 440, 967 => 438, 961 => 435, 957 => 434, 949 => 429, 942 => 424, 936 => 422, 932 => 420, 930 => 419, 927 => 418, 925 => 417, 921 => 416, 916 => 413, 912 => 412, 908 => 410, 906 => 409, 902 => 408, 898 => 406, 894 => 404, 890 => 402, 888 => 401, 884 => 400, 881 => 399, 874 => 394, 866 => 389, 859 => 384, 853 => 380, 848 => 377, 839 => 371, 833 => 367, 827 => 364, 824 => 363, 819 => 361, 815 => 360, 809 => 357, 794 => 350, 779 => 342, 764 => 334, 757 => 329, 740 => 320, 725 => 312, 710 => 304, 703 => 299, 689 => 293, 682 => 288, 679 => 287, 673 => 284, 668 => 282, 665 => 281, 662 => 280, 658 => 277, 653 => 275, 650 => 274, 636 => 263, 630 => 259, 626 => 258, 619 => 254, 615 => 253, 605 => 246, 598 => 242, 590 => 237, 586 => 235, 583 => 234, 577 => 232, 574 => 231, 568 => 229, 565 => 228, 563 => 227, 558 => 226, 555 => 225, 552 => 224, 550 => 223, 545 => 222, 542 => 221, 539 => 220, 536 => 219, 533 => 218, 530 => 217, 527 => 216, 524 => 215, 521 => 214, 518 => 213, 515 => 212, 512 => 211, 509 => 210, 506 => 209, 503 => 208, 500 => 207, 497 => 206, 491 => 204, 488 => 203, 485 => 202, 482 => 201, 479 => 200, 476 => 199, 473 => 198, 470 => 197, 467 => 196, 464 => 195, 462 => 194, 457 => 193, 454 => 192, 451 => 191, 448 => 190, 445 => 189, 442 => 188, 439 => 187, 436 => 186, 433 => 185, 431 => 184, 428 => 183, 426 => 182, 422 => 180, 420 => 179, 417 => 178, 409 => 173, 405 => 171, 395 => 164, 390 => 162, 381 => 156, 375 => 154, 373 => 152, 372 => 151, 365 => 147, 353 => 137, 351 => 136, 343 => 131, 339 => 130, 333 => 127, 329 => 126, 323 => 123, 319 => 122, 313 => 119, 309 => 118, 303 => 115, 299 => 114, 296 => 113, 291 => 107, 287 => 106, 279 => 101, 272 => 96, 270 => 95, 263 => 91, 258 => 88, 256 => 87, 253 => 86, 246 => 82, 242 => 80, 240 => 79, 233 => 75, 224 => 69, 220 => 68, 208 => 61, 202 => 57, 198 => 55, 189 => 53, 185 => 52, 182 => 51, 180 => 50, 177 => 49, 173 => 47, 164 => 45, 160 => 44, 157 => 43, 155 => 42, 147 => 37, 139 => 36, 133 => 35, 123 => 27, 121 => 26, 114 => 21, 112 => 20, 106 => 16, 104 => 15, 103 => 13, 102 => 11, 98 => 9, 95 => 8, 85 => 7, 61 => 3, 38 => 1,);
}
public function getSourceContext()
{
return new Source("{% 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 %}
\t\t\t\t<div class=\"row\">
\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t<div class=\"ml-5 my-2\">
\t\t\t\t\t\t\t<img src=\"{{ asset('build/img/logo_valo_entreprises.png') }}\" alt=\"{{ translate(\"logo valorisation entreprise\",lang,\"\",\"M\") | raw }}\">
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t
\t\t\t\t<div class=\"row\">\t
\t\t\t\t\t<div class=\"col-12 mt-5 mb-5 ml-5\">
\t\t\t\t\t\t<h2 class=\"gris_666\">{{ translate(\"Valorisation et Evaluation d'entreprise\",lang,\"\",\"M\") | raw }}</h2>\t
\t\t\t\t\t\t{{ 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 }}\t\t\t
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t
\t\t\t\t<div class=\"row\">
\t<div class=\"col-12 col-sm-10 mt-3 mb-3 offset-sm-1 sectorielles\">
\t\t<h3 class=\"mauve_cabinet\">{{ titre_ariane }}</h3>
\t</div>
</div>
{% if not isNoLongerAvailable %}
<div class=\"row no-print\">
<div class=\"col-12 text-right pr-4\">
\t<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\">
\t\t<div class=\"row\">\t\t
\t\t\t<div class=\"col-12 col-sm-10 mt-3 mb-5 offset-sm-1\">
\t\t\t\t{{ 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 }}
\t\t\t</div>
\t\t</div>
</div>
{% elseif not hasCommande and not hasServiceCRO %}
<div class=\"card mb-3 mt-sm-1 no_shadow\">
\t<div class=\"card-body\">
\t\t<div class=\"row\">\t\t
\t\t\t<div class=\"col-12 col-sm-10 mt-3 mb-3 offset-sm-1\">
\t\t<div>\t\t\t
\t<h5 class=\"mauve_cabinet ml-sm-3\">{{ translate(\"résumé\",lang,\"\",\"M\") | raw }}</h5>
</div>
\t\t<table class=\"table table-striped\">
\t\t\t<tbody>
\t\t\t<tr>
\t\t\t\t<td>{{ translate(\"description de l'activité de la société\",lang,\"\",\"M\") | raw }}</td>
\t\t\t\t<td>{{ valorisation._get('description_activite') }}</td>
\t\t\t</tr>
\t\t\t{#<tr>
\t\t\t\t<td>{{ translate(\"date de l'operation\",lang,\"\",\"M\") | raw }}</td>
\t\t\t\t<td>{{ translate(valorisation.donne_approx_date_operation_aff, lang, \"\", \"M\") }}</td>
\t\t\t</tr>#}
\t\t\t<tr>
\t\t\t\t<td>{{ translate(\"type d'acquéreur\",lang,\"\",\"M\") | raw }}</td>
\t\t\t\t<td>{{ translate(valorisation.donne_type_acquereur, lang, \"\", \"M\") }}</td>
\t\t\t</tr>
\t\t\t<tr>
\t\t\t\t<td>{{ translate(\"type de rachat\",lang,\"\",\"M\") | raw }}</td>
\t\t\t\t<td>{{ translate(valorisation.donne_type_rachat, lang, \"\", \"M\") }}</td>
\t\t\t</tr>
\t\t\t<tr>
\t\t\t\t<td>{{ translate(\"CA de la société\",lang,\"\",\"M\") | raw }}</td>
\t\t\t\t<td>{{ translate(valorisation.donne_approx_ca_aff, lang, \"\", \"M\") }}</td>
\t\t\t</tr>
\t\t\t<tr>
\t\t\t\t<td>{{ translate(\"société en RJ\",lang,\"\",\"M\") | raw }}</td>
\t\t\t\t<td>{{ translate(valorisation.donne_redressement_judiciaire, lang, \"\", \"M\") }}</td>
\t\t\t</tr>
\t\t\t<tr>
\t\t\t\t<td>{{ translate(\"société en difficulté\",lang,\"\",\"M\") | raw }}</td>
\t\t\t\t<td>{{ translate(valorisation.donne_societe_difficulte, lang, \"\", \"M\") }}</td>
\t\t\t</tr>
\t\t\t</tbody>
\t\t</table>
\t\t\t</div>
\t\t\t{% if lignePanier %}
\t\t\t<script>
\t\t\t\$(function(){
\t\t\t\tdocument.getElementById('ajout-panier').scrollIntoView({
\t\t\t behavior: 'smooth'
\t\t\t});
\t\t\t});
\t\t\t</script>
\t\t\t<div class=\"col-12 text-center no-print\" id=\"ajout-panier\">
\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t<div class=\"col-12 alert alert-success fs12 text-center my-5\" role=\"alert\">
\t{{ translate(\"le Compte Rendu d'Opération a été ajouté dans votre panier\",lang,\"\",\"M\") | raw }}
\t</div>
\t <div class=\"col-12 col-lg-6 text-center text-lg-right\">
\t \t<div class=\"col-sm-12 my-3\">
\t \t {% set urlRetourListPanier=path('base_valorisations_index', {
\t\t\t\t\t\t\t 'codePays': codePaysWithUnderScore
\t\t\t\t\t\t\t }) %}
\t \t\t<a href=\"{{ urlRetourListPanier }}\" class=\"button-rond\" role=\"button\" aria-pressed=\"true\">
\t \t\t\t<div class=\"icon-btn-vous\"><i class=\"fas fa-chevron-circle-left fa-2x white\"></i></div>
\t \t<div class=\"float-right pt-1\">{{ translate(\"continuer la recherche\",lang,\"\",\"M\") | raw }}</div>
\t </a>
\t \t\t</div>
\t </div>
\t \t<div class=\"col-12 col-lg-6 text-center text-lg-left\">
\t \t<div class=\"col-sm-12 my-3\">
\t \t<a href=\"{{ path('panier_index', {'codePays' : codePaysWithUnderScore}) }}\" class=\"button-rond-vert\" role=\"button\" aria-pressed=\"true\">
\t \t<div class=\"icon-btn-vous\"><i class=\"fas fa-shopping-cart fa-2x white\"></i></div>
\t \t<div class=\"float-right pt-1\">{{ translate(\"consulter le panier\",lang,\"\",\"M\") | raw }} </div>
\t \t</a>
\t </div>
\t </div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t{% else %}
\t\t\t\t<div class=\"col-12 my-3 text-center no-print\" v-if=\"btn_visible\" v-cloak>
\t\t\t\t<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>
\t\t\t\t</div>
\t\t\t\t{% endif %}
\t\t\t\t
\t\t\t\t{% 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\">
\t\t\t\t\t\t\t\t\t\t<div class=\"col-12 text-center mb-3\">
\t\t\t\t\t\t\t\t\t\t\t<h5 class=\"modal-title\">Vous n'avez pas de compte</h5>
\t\t\t\t\t\t\t\t\t\t\t<a href=\"/creation-compte\" aria-pressed=\"true\"
\t\t\t\t\t\t\t\t\t\t\t\tclass=\"button-rond mt-2\" role=\"button\"> Créer un compte
\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t</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\">
\t\t\t\t\t\t\t\t\t\t\t\t\t{{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 %}
\t\t</div>\t
\t\t\t\t</div>
\t\t\t</div>
\t\t\t{% else %}
\t\t\t<div class=\"card mb-3 mt-sm-1 no_shadow\">
\t<div class=\"card-body\">
\t\t<div class=\"row\">\t\t
\t\t\t<div class=\"col-12 col-sm-10 mt-3 mb-3 offset-sm-1\">
\t\t<div>\t\t\t
\t<h5 class=\"mauve_cabinet\">{{ translate(\"résumé\",lang,\"\",\"M\") | raw }}</h5>
</div>
\t\t<div class=\"col-12\">
\t\t<div class=\"row\">
\t\t\t<div class=\"col-12 col-lg-3 mb-1 no-padding-x\">
\t\t\t\t{{ translate(\"CA\",lang,\"\",\"M\") | raw }} : <strong>{{ valorisation._get('ca_n') }} k€</strong>
\t\t\t\t</div>
\t\t\t{#<div class=\"col-12 col-lg-3 mb-1 no-padding-x\">
\t\t\t\t{{ translate(\"date\",lang,\"\",\"M\") | raw }} : <strong>{{ translate(valorisation.donne_approx_date_operation_aff, lang, \"\", \"M\") }}</strong>
\t\t\t\t</div>#}
\t\t\t<div class=\"col-12 col-lg-2 mb-1 no-padding-x\">
\t\t\t\t{{ translate(\"acquéreur\",lang,\"\",\"M\") | raw }} :
\t\t\t\t{% if valorisation._get('type_acquereur') == \"personne\" %}
\t\t\t\t\t<i class=\"fas fa-user gris_666\" aria-hidden=\"true\"></i>
\t\t\t\t\t{% else %}
\t\t\t\t\t\t<i class=\"fas fa-building gris_666\" aria-hidden=\"true\"></i>
\t\t\t\t\t\t{% endif %}
\t\t\t\t</div>
\t\t\t<div class=\"col-12 col-lg-2 mb-1 no-padding-x\">
\t\t\t\t{{ translate(\"situation\",lang,\"\",\"M\") | raw }} :
\t\t\t\t{% if valorisation._get('societe_difficulte') == \"oui\" %}
\t\t\t\t\t<i class=\"fas fa-long-arrow-alt-down gris_666\" aria-hidden=\"true\"></i>
\t\t\t\t{% else %}
\t\t\t\t\t<i class=\"fas fa-long-arrow-alt-up gris_666\" aria-hidden=\"true\"></i>
\t\t\t\t{% endif %}
\t\t\t\t</div>
\t\t\t<div class=\"col-12 col-lg-2 mb-1 no-padding-x\">
\t\t\t\t{{ translate(\"type\",lang,\"\",\"M\") | raw }} :
\t\t\t\t{% if valorisation._get('type_rachat') == \"titres\" %}
\t\t\t\t\t<i class=\"fas fa-percentage gris_666\" aria-hidden=\"true\"></i>
\t\t\t\t{% elseif valorisation._get('type_rachat') == \"fonds\" %}
\t\t\t\t\t<i class=\"fas fa-store gris_666\" aria-hidden=\"true\"></i>
\t\t\t\t{% else %}
\t\t\t\t\t{{ translate(valorisation.donne_type_rachat, lang, \"\", \"M\") }}
\t\t\t\t{% endif %}
\t\t\t\t</div>
\t\t</div>
\t</div>
\t
\t<div class=\"mt-5\">
\t<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\">
\t\t\t<tbody>
\t\t\t<tr>
\t\t\t\t<td>{{ translate(\"description de l'activité de la société\", lang, \"\", \"M\") }}</td>
\t\t\t\t<td>{{ valorisation._get('description_activite') | nl2br }}</td>
\t\t\t</tr>
\t\t\t<tr>
\t\t\t\t<td>{{ translate(\"la société était\", lang, \"\", \"M\") }}</td>
\t\t\t\t<td>
\t\t\t\t{% if valorisation._get('redressement_judiciaire') == \"oui\" %}
\t\t\t\t\t{{ translate(\"En Redressement Judiciaire\", lang, \"\", \"M\") }}
\t\t\t\t{% elseif valorisation._get('societe_difficulte') == \"oui\" %}
\t\t\t\t\t{{ translate(\"En Difficulté\", lang, \"\", \"M\") }}
\t\t\t\t{% else %}
\t\t\t\t\t{{ translate(\"In Bonis\", lang, \"\", \"M\") }}
\t\t\t\t{% endif %}
\t\t\t\t\t</td>
\t\t\t</tr>
\t\t\t<tr>
\t\t\t\t<td>{{ translate(\"ancienneté de la société (au moment de l'opération)\", lang, \"\", \"M\") }} </td>
\t\t\t\t<td>
\t\t\t\t\t{% if valorisation._get('date_creation_societe') and valorisation._get('date_creation_societe') %}
\t\t\t\t\t\t{% set annee_creation_societe = valorisation._get('date_creation_societe') %}
\t\t\t\t\t\t{% set annee_operation = valorisation._get('date_mois_operation') | slice(0, 4) %}
\t\t\t\t\t\t{% set duree = annee_operation - annee_creation_societe %}
\t\t\t\t\t\t
\t\t\t\t\t\t{% if duree < 5 %}
\t\t\t\t\t\t\t{{ translate(\"moins de 5 ans\", lang, \"\", \"M\") }}
\t\t\t\t\t\t{% elseif duree <= 10 %}
\t\t\t\t\t\t\t{{ translate(\"entre 5 et 10 ans\", lang, \"\", \"M\") }}
\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t{{ translate(\"plus de 10 ans\", lang, \"\", \"M\") }}
\t\t\t\t\t\t{% endif %}
\t\t\t\t\t{% else %}
\t\t\t\t\t\t{{ translate(\"non spécifié\", lang, \"\", \"M\") }}
\t\t\t\t\t{% endif %}
\t\t\t\t\t</td>
\t\t\t</tr>
\t\t\t<tr>
\t\t\t\t<td>{{ translate(\"raison de la cession\", lang, \"\", \"M\") }}</td>
\t\t\t\t<td>
{{ translate(nom_raison_cession_by_id(valorisation._get('id_raison_cession')), lang, \"\", \"M\") }}
\t\t\t\t\t</td>
\t\t\t</tr>
\t\t\t<tr>
\t\t\t\t<td>{{ translate(\"le cédant était\", lang, \"\", \"M\") }}</td>
\t\t\t\t<td>
\t\t\t\t{% if valorisation._get('type_cedant') == \"personne\" %}
\t\t\t\t\t{{ translate(\"une personne physique\", lang, \"\", \"M\") }}
\t\t\t\t{% elseif valorisation._get('type_cedant') == \"\" %}
\t\t\t\t\t{{ translate(\"une société\", lang, \"\", \"M\") }}
\t\t\t\t{% else %}
\t\t\t\t {{ translate(\"non communiqué\", lang, \"\", \"M\") }}
\t\t\t\t{% endif %}
\t\t\t\t\t</td>
\t</tr>
</tbody>
\t</table>
\t
\t<div class=\"mt-5\">
\t<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\">
\t\t\t\t<thead>
\t\t\t\t\t<tr class=\"table-active\">
\t\t\t\t\t\t<th class=\"text-left\" colspan=\"5\">{{ translate(\"éléments chiffrés\", lang, \"\", \"M\") }}</th>
\t\t\t\t\t</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>
\t <tbody>
\t {% if valorisation._get('ca_nmoinsdeux_affichage') or valorisation._get('ca_nmoinsun_affichage') or valorisation._get('ca_n_affichage') or valorisation._get('ca_retraite_affichage') %}
\t <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') %}
\t <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>
\t </tr>
\t {% endif %}
\t {% if valorisation._get('dettes_financieres_affichage') or valorisation._get('dettes_financieres_retraite_affichage') %}
\t <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>
\t\t\t\t\t\t\t\t\t\t\t</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>
\t </tr>
\t {% endif %}
\t {% if valorisation._get('tresorerie_disponible_affichage') or valorisation._get('tresorerie_disponible_retraite_affichage') %}
\t <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>
\t{{ translate(\"({2050}[CF] + {2050}[CD])\", lang, \"\", \"M\") }} <br>-
\t{{ translate(\"({2051}[EH] + {2058-C}[YS])\", lang, \"\", \"M\") }}<br>
\t<br><br><u>{{ translate(\"définition\", lang, \"\", \"M\") }}</u> :
\t<br>{{ translate(\"trésorerie Actif - Trésorerie Passif =\", lang, \"\", \"M\") }}
\t<br>{{ translate(\"(Disponibilité + Valeur Mobilière de placement)\", lang, \"\", \"M\") }}
\t<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>
\t\t\t\t\t</tr>
\t\t\t\t\t{% endif %}
\t\t\t\t\t{% if valorisation._get('participation_salaries_affichage') or valorisation._get('participation_salaries_retraite_affichage') %}
\t <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>
\t </tr>
\t {% endif %}
\t {% 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') %}
\t <tr>
\t <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>
\t\t\t\t <td class=\"text-right\">{{ valorisation._get('nb_personnes_retraite_affichage') }}</td>
\t </tr>
\t {% endif %}
\t {% if valorisation._get('retraitement_des_comptes') or valorisation._get('complement_retraitement_des_comptes') %}
\t <tr>
\t \t<td><strong>{{ translate(\"retraitement des comptes\", lang, \"\", \"M\") }}</strong></td>
\t \t<td colspan=\"4\">
\t \t\t{{ translate(\"Les comptes ont été retraités pour valoriser l'entreprise.\", lang, \"\", \"M\") }}<br>
\t \t\t{% if valorisation._get('complement_retraitement_des_comptes') %}
\t \t\t\t{{ translate(valorisation._get('complement_retraitement_des_comptes'), lang, \"\", \"M\") | nl2br }}
\t \t\t{% endif %}
\t \t</td>
\t\t\t\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t{% if valorisation._get('opportunites_developpement') %}
\t <tr>
\t \t<td><strong>{{ translate(\"opportunités de developpement\", lang, \"\", \"M\") }}</strong></td>
\t \t<td colspan=\"4\">
{{ valorisation._get('opportunites_developpement') | nl2br }}
\t \t</td>
\t\t\t\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t\t\t\t{% endif %}
\t </tbody>
\t\t\t\t</table>
\t\t\t\t<table class=\"table table-striped mt-5\">
\t\t\t\t<thead>
\t\t\t\t\t<tr class=\"table-active\">
\t\t\t\t\t\t<th class=\"text-left\" colspan=\"5\">{{ translate(\"prix de vente\", lang, \"\", \"M\") }}</th>
\t\t\t\t\t</tr>
</thead>
<tbody>
\t <tr>
{% if valorisation._get('type_rachat') == 'fonds' %}
\t{% set phrase_sujet_prix_vente = \"le fonds de commerce\" %}
{% elseif valorisation._get('type_rachat') == \"titres\" %}
{% set phrase_sujet_prix_vente = \"100% des titres\" %}
{% else %}
\t{% set phrase_sujet_prix_vente = \"100% des titres ou pour le fonds de commerce\" %}
{% endif %}
\t \t<td>{{ translate(\"prix de vente pour \" ~ phrase_sujet_prix_vente ~ \" (hors cession de l'immobilier)\", lang, \"\", \"M\") }}</td>
\t \t<td colspan=\"4\">{{ valorisation._get('prix_vente') }} k€</td>
\t </tr>
\t {% if valorisation._get('prix_vente_locaux') %}
\t <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>
\t </tr>
\t {% endif %}
\t {% if valorisation._get('autres_frais') %}
\t\t\t\t\t<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>
\t </tr>
\t {% endif %}
\t {% if valorisation._get('description_autres_frais') %}
\t <tr>
<td>{{ translate(\"description des autres frais\", lang, \"\", \"M\") }}</td>
<td colspan=\"4\">{{ valorisation._get('description_autres_frais') }}</td>
\t </tr>
\t {% endif %}
\t {% if valorisation._get('complement_methodes') %}
\t <tr>
\t \t<td>{{ translate(\"méthode(s) / multiple(s) particulier(s) utilisé(s) pour déterminer le prix de cession\", lang, \"\", \"M\") }}</td>
\t \t<td colspan=\"4\">
\t \t\t{{ valorisation._get('complement_methodes') | nl2br }}
\t \t</td>
\t </tr>
\t {% endif %}
\t {% if valorisation._get('commentaire_prix') %}
\t <tr>
\t\t\t\t\t\t\t\t\t\t\t<td>{{ translate(\"commentaires sur le prix de vente\", lang, \"\", \"M\") }}</td>
\t\t\t\t\t\t\t\t\t\t\t<td colspan=\"4\">
\t\t\t\t\t\t\t\t\t\t\t\t{{ valorisation._get('commentaire_prix') | nl2br }}
\t\t\t\t\t\t\t\t\t\t\t</td>
\t </tr>
\t {% endif %}
\t\t\t\t\t\t\t\t\t</tbody>
\t </table>
\t
\t <div class=\"mt-5\">
\t<h5 class=\"mauve_cabinet\">{{ translate(\"informations concernant l'opération\", lang, \"\", \"M\") }}</h5>
</div>
<table class=\"table table-striped\">
<thead>
<tr class=\"table-active\">
\t\t\t\t\t\t\t\t\t\t\t<th class=\"text-left\" colspan=\"2\">{{ translate(\"générale\", lang, \"\", \"M\") }}</th>
</tr>
</thead>
<tbody>
\t{% 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>
\t</tr>#}
\t{% endif %}
\t{% 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) }}
\t</td>
\t</tr>
\t{% endif %}
\t{% 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\">
\t{% set arrayVarsTrans = {\"duree_negociations\": valorisation._get('duree_negociations') } %}
\t{{ translate(\"%\$duree_negociations%\$ mois\", lang, \"\", \"m\", \"\", arrayVarsTrans) }}
\t</td>
\t</tr>
\t{% endif %}
</tbody>
</table>
<table class=\"table table-striped mt-3\">
\t<thead>
\t \t<tr class=\"table-active\">
\t \t<th class=\"text-left\" colspan=\"2\">{{ translate(\"caractéristiques de l'opération\", lang, \"\", \"M\") }}</th>
\t \t</tr>
\t </thead>
\t <tbody>
\t <tr>
\t\t\t\t\t\t<td class=\"texte\">{{ translate(\"l'acquereur a acheté\", lang, \"\", \"M\") }}</td>
\t\t\t\t\t\t<td class=\"texte\">
\t\t\t\t\t\t\t{% if valorisation._get('type_rachat') == \"fonds\" %}
\t\t\t\t\t\t\t\t{{ translate(\"le fonds de commerce\", lang, \"\", \"M\") }}
\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t{{ translate(\"les titres de la société\", lang, \"\", \"M\") }}
\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t</td>
\t\t\t\t\t</tr>
\t\t\t\t\t{% if valorisation._get('type_rachat') == \"fonds\" %}
\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t{% if valorisation._get('pourcentage_titres_repris') %}
\t\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t\t<td>
{{ translate(\"pourcentage des titres rachetés par l'acquéreur le jour de l'opération\", lang, \"\", \"M\") }}
\t\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t\t<td>
{{ valorisation._get('pourcentage_titres_repris') }} %
\t\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t\t<td>
{{ translate(\"L'acquéreur a acheté 100 % des titres\", lang, \"\", \"M\") }}
\t\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t\t<td>
{{ valorisation._get('reprise_100_pourcents') }} %
\t\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t{% if valorisation._get('complement_montage') %}
\t <tr>
<td>{{ translate(\"montage de reprise\", lang, \"\", \"M\") }}</td>
<td>{{ valorisation._get('complement_montage') | nl2br }}</td>
\t\t\t\t\t</tr>
\t\t\t\t\t{% endif %}
\t\t\t\t\t{% if valorisation._get('earn_out') %}
\t <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>
\t\t\t\t\t</tr>
\t\t\t\t\t{% endif %}
\t\t\t\t\t{% if valorisation._get('complement_earn_out') %}
\t <tr>
<td>{{ translate(\"caractéristiques de l'<strong>earn out</strong>\", lang, \"\", \"M\") | raw }}</td>
<td>{{ valorisation._get('complement_earn_out') | nl2br }}</td>
\t\t\t\t\t</tr>
\t\t\t\t\t{% endif %}
\t\t\t\t\t{% if valorisation._get('type_rachat') == \"fonds\" %}
\t\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t\t<td>
{{ translate(\"caractéristiques de la garantie d'actif et de passif\", lang, \"\", \"M\") }}
\t\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t\t<td>
{{ translate(\"pas de garantie d'actif et de passif car rachat du fonds de commerce\", lang, \"\", \"M\") }}
\t\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t<tr>
\t \t\t\t\t<td>
{{ translate(\"caractéristiques de la garantie d'actif et de passif\", lang, \"\", \"M\") }} :
\t\t\t</td>
\t\t\t<td> </td>
\t\t\t\t\t</tr>
\t\t\t\t\t{% if valorisation._get('montant_garantie') %}
\t\t\t\t\t<tr>
\t\t\t<td> - {{ translate(\"montant de la garantie\", lang, \"\", \"M\") }}</td>
\t\t\t<td class=\"texte\">{{ valorisation._get('montant_garantie') }} k€</td>
\t\t\t\t\t</tr>
\t\t\t\t\t{% endif %}
\t\t\t\t\t{% if valorisation._get('duree_garantie') %}
\t\t\t\t\t<tr>
\t\t\t<td class=\"texte\"> - {{ translate(\"durée\", lang, \"\", \"M\") }}</td>
\t\t\t<td class=\"texte\">
\t\t\t\t{% set arrayVarsTrans = {\"duree_garantie\": valorisation._get('duree_garantie') } %}
\t {{ translate(\"%\$duree_garantie%\$ mois\", lang, \"\", \"m\", \"\", arrayVarsTrans) }}
\t\t\t</td>
\t\t\t\t\t</tr>
\t\t\t\t\t{% endif %}
\t\t\t\t\t{% if valorisation._get('garantie_garantie') %}
\t\t\t\t\t<tr>
\t\t\t<td class=\"texte\"> - {{ translate(\"une garantie de la garantie a-t-elle été mise en place ?\", lang, \"\", \"M\") }}</td>
\t\t\t<td class=\"texte\">{{ translate(valorisation._get('garantie_garantie'), lang, \"\", \"M\") }}</td>
\t\t\t\t\t</tr>
\t\t\t\t\t{% endif %}
\t\t\t\t\t{% if valorisation._get('complement_garantie') %}
\t\t\t\t\t<tr>
\t\t\t<td class=\"texte\"> - {{ translate(\"commentaire sur la garantie\", lang, \"\", \"M\") }}</td>
\t\t\t<td class=\"texte\">{{ valorisation._get('complement_garantie') | nl2br }}</td>
\t\t\t\t\t</tr>
\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t</tbody>
</table>
<table class=\"table table-striped\">
\t<thead>
\t <tr class=\"table-active\">
\t\t\t\t\t\t\t\t\t\t\t<th class=\"text-left\" colspan=\"2\">{{ translate(\"financement de l'opération\", lang, \"\", \"M\") }}</th>
\t </tr>
\t </thead>
\t <tbody>
\t \t{% if valorisation._get('apports_fonds_propres_acquereur') %}
\t <tr>
\t <td>{{ translate(\"montant apporté en fonds propres par l'acquereur\", lang, \"\", \"M\") }}</td>
\t <td>{{ valorisation._get('apports_fonds_propres_acquereur') }} k€</td>
\t\t\t\t\t</tr>
\t\t\t\t\t{% endif %}
\t\t\t\t\t{% if valorisation._get('apports_fonds_propres_investisseur') %}
\t <tr>
\t <td>{{ translate(\"montant apporté en fonds propres par des investisseurs (privés, Business Angel, fonds d'investissement, ...)\", lang, \"\", \"M\") }}<br></td>
\t <td>{{ valorisation._get('apports_fonds_propres_investisseur') }} k€</td>
\t\t\t\t\t</tr>
\t\t\t\t\t{% endif %}
\t\t\t\t\t{% if valorisation._get('montant_finance_dette') %}
\t <tr>
\t <td>{{ translate(\"montant financé par une dette bancaire\", lang, \"\", \"M\") }}</td>
\t <td>{{ valorisation._get('montant_finance_dette') }} k€</td>
\t\t\t\t\t</tr>
\t\t\t\t\t{% endif %}
{% if (valorisation._get('pret_oseo') + valorisation._get('garantie_oseo') + valorisation._get('pret_honneur') + valorisation._get('autre_financement')) %}
\t <tr>
\t <td>{{ translate(\"autre financement\", lang, \"\", \"M\") }}</td>
\t <td width=\"326\"> </td>
\t\t\t\t\t</tr>
\t\t\t\t\t{% endif %}
\t\t\t\t\t{% if valorisation._get('pret_oseo') + valorisation._get('garantie_oseo') + valorisation._get('pret_honneur') + valorisation._get('autre_financement') %}
\t <tr>
\t <td> {{ translate(\"montant\", lang, \"\", \"M\") }}</td>
\t <td>{{ valorisation._get('pret_oseo') + valorisation._get('garantie_oseo') + valorisation._get('pret_honneur') + valorisation._get('autre_financement') }} k€</td>
\t\t\t\t\t</tr>
\t\t\t\t\t{% endif %}
{% if valorisation._get('pret_oseo') or valorisation._get('garantie_oseo') or valorisation._get('pret_honneur') or valorisation._get('autre_financement') %}
\t\t\t\t\t<tr>
\t \t<td> {{ translate(\"type\", lang, \"\", \"M\") }}</td>
\t \t{% set type_autre_financement = \"\" %}
\t \t{% 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) %}
\t \t<td>{{ translate(type_autre_financement, lang, \"\", \"M\") }}</td>
\t\t\t\t\t</tr>
\t\t\t\t\t{% 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') %}
\t <tr>
\t \t<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 %}
\t\t\t\t\t\t\t\t\t\t\t{% set complement_autre_financement = complement_autre_financement | slice(0, -4) %}
\t \t<td>{{ complement_autre_financement | nl2br }}</td>
\t\t\t\t\t</tr>
\t\t\t\t\t{% endif %}
\t\t\t\t\t{% if valorisation._get('credit_vendeur') %}
\t <tr>
\t \t<td>{{ translate(\"un crédit vendeur a-t-il été mis en place ?\", lang, \"\", \"M\") }}</td>
\t \t<td>{{ translate(valorisation._get('credit_vendeur'), lang, \"\", \"M\") }}</td>
\t\t\t\t\t</tr>
\t\t\t\t\t{% endif %}
\t\t\t\t\t{% if valorisation._get('credit_vendeur') == \"oui\" and valorisation._get('montant_credit_vendeur') %}
\t <tr>
\t \t<td> {{ translate(\"montant\", lang, \"\", \"M\") }}</td>
\t \t<td>
\t \t\t{% if valorisation._get('credit_vendeur') == \"oui\" %}
\t \t {{ valorisation._get('montant_credit_vendeur') }} k€
\t \t {% endif %}
\t \t </td>
\t\t\t\t\t</tr>
\t\t\t\t\t{% endif %}
\t\t\t\t\t{% if valorisation._get('commentaire_credit_vendeur') %}
\t <tr>
\t \t<td> {{ translate(\"commentaire\", lang, \"\", \"M\") }}</td>
\t \t<td>{{ valorisation._get('commentaire_credit_vendeur') | nl2br }}</td>
\t\t\t\t\t</tr>
\t\t\t\t\t{% endif %}
\t\t\t\t</tbody>
</table>
<table class=\"table table-striped\">
\t<thead>
\t <tr class=\"table-active\">
\t <th class=\"text-left\" colspan=\"2\">{{ translate(\"dispositions particulières\", lang, \"\", \"M\") }}</th>
\t </tr>
\t </thead>
\t <tbody>
\t <tr>
\t \t<td>{{ translate(\"suite au rachat de l'entreprise\", lang, \"\", \"M\") }}</td>
\t \t<td>
\t \t {% if valorisation._get('cedant_reste_dans_entreprise') == \"oui\" %}
\t \t \t{{ translate(\"le cédant reste à un poste opérationnel\", lang, \"\", \"M\") }}
\t \t {% elseif valorisation._get('cedant_reste_dans_entreprise') == \"non\" %}
\t \t \t{{ translate(\"le cédant quitte tout poste opérationnel\", lang, \"\", \"M\") }}
\t \t {% else %}
\t \t \t{{ translate(\"la position du cédant vis à vis de l'entreprise est est inconnue\", lang, \"\", \"M\") }}
\t \t {% endif %}
\t \t </td>
\t\t\t\t\t</tr>
\t\t\t\t\t{% if valorisation._get('accompagnement_par_cedant') %}
\t <tr>
\t \t<td>{{ translate(\"accompagnement du repreneur par le cédant ?\", lang, \"\", \"M\") }}</td>
\t <td>{{ valorisation._get('accompagnement_par_cedant') }}</td>
\t\t\t\t\t</tr>
\t\t\t\t\t{% endif %}
\t\t\t\t\t{% if valorisation._get('duree_accompagnement_par_cedant') %}
\t <tr>
\t <td>{{ translate(\"durée\", lang, \"\", \"M\") }}</td>
\t <td>
\t {% if valorisation._get('duree_accompagnement_par_cedant') %}
\t\t\t\t\t\t\t\t\t\t\t\t{% set arrayVarsTrans = {\"duree_accompagnement_par_cedant\": valorisation._get('duree_accompagnement_par_cedant') } %}
\t{{ translate(\"%\$duree_accompagnement_par_cedant%\$ mois\", lang, \"\", \"m\", \"\", arrayVarsTrans) }}
{% endif %}
\t\t\t\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t</tr>
\t\t\t\t\t{% endif %}
\t\t\t\t\t{% if valorisation._get('complement_operation') %}
\t <tr>
\t <td>{{ translate(\"commentaires sur l'opération\", lang, \"\", \"M\") }}</td>
\t <td>{{ valorisation._get('complement_operation') | nl2br }}</td>
\t\t\t\t\t</tr>
\t\t\t\t\t{% endif %}
</tbody>
\t </table>
\t
\t <div class=\"mt-5\">
\t<h5 class=\"mauve_cabinet\">{{ translate(\"informations concernant l'acquéreur\", lang, \"\", \"M\") }}</h5>
</div>
<table class=\"table table-striped\">
\t <tbody>
\t \t<tr>
<td>{{ translate(\"l'acquéreur est\", lang, \"\", \"M\") }}</td>
{% if valorisation._get('type_acquereur') == \"personne\" %}
\t{% set type_acquereur = \"une personne physique\" %}
\t{% if valorisation._get('repreneur_meme_secteur') == \"oui\" %}
\t\t{% set type_acquereur = type_acquereur ~ \" qui connaissait le métier\" %}
\t{% elseif valorisation._get('repreneur_meme_secteur') == \"non\" %}
\t\t{% set type_acquereur = type_acquereur ~ \" venant d'un autre secteur d'activité\" %}
\t{% endif %}
{% elseif valorisation._get('type_acquereur') == \"societe\" %}
\t{% set type_acquereur = \"une société\" %}
\t\t{% if valorisation._get('societe_meme_secteur') == \"oui\" %}
\t\t{% set type_acquereur = type_acquereur ~ \" du même secteur d'activité\" %}
\t{% elseif valorisation._get('societe_meme_secteur') == \"non\" %}
\t\t{% set type_acquereur = type_acquereur ~ \" d'un autre secteur d'activité\" %}
\t{% endif %}
{% elseif valorisation._get('type_acquereur') == \"fonds_investissement\" %}
\t{% set type_acquereur = \"un fonds d'investissement\" %}
{% else %}
\t{% set type_acquereur = \"non renseigné\" %}
{% endif %}
<td>{{ translate(type_acquereur, lang, \"\", \"M\") }}</td>
\t </tr>
\t <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\" %}
\t{% set loc = \"dans la même région\" %}
{% elseif valorisation._get('acquereur_meme_pays') == \"oui\" %}
\t{% set loc = \"dans le même pays\" %}
{% else %}
\t{% set loc = \"dans un autre pays\" %}
{% endif %}
<td>{{ translate(loc, lang, \"\", \"M\") }}</td>
\t </tr>
{% if valorisation._get('type_acquereur') == \"societe\" %}
\t{% if valorisation._get('ca_societe_acquereur') %}
\t\t<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 %}
\t{{ translate(\"entre 1M€ et 5M€\", lang, \"\", \"M\") }}
{% elseif valorisation._get('ca_societe_acquereur') < 10000 and valorisation._get('ca_societe_acquereur') >= 5000 %}
\t{{ translate(\"entre 5M€ et 10M€\", lang, \"\", \"M\") }}
{% elseif valorisation._get('ca_societe_acquereur') >= 10000 %}
\t{{ translate(\"plus de 10M€\", lang, \"\", \"M\") }}
{% endif %}
\t</td>
\t </tr>
{% endif %}
{% endif %}
\t \t</tbody>
\t \t</table>
\t \t
\t \t{% if valorisation._get('affichage_multiples') == \"oui\" %}
\t \t<div class=\"mt-5 mb-2\">
<h5 class=\"mauve_cabinet\">{{ translate(\"les multiples de la transaction\", lang, \"\", \"M\") }}</h5>
</div>
<div>
\t\t\t\t{{ 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\") }} :
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t{% set t = valorisation.donne_tableau_multiples_publique %}
\t\t\t\t\t\t\t\t{% set t_retraite = valorisation.donne_tableau_multiples_publique_retraite %}
{% if t.multiples | length > 0 %}
\t{% set liste = \"\" %}
<table class=\"table table-striped\">
<thead>
<tr class=\"table-active\">
\t \t<th style=\"text-align: left;\">{{ translate(\"multiples\", lang, \"\", \"M\") }}</th>
\t</tr>
\t </thead>
<tbody>
{% for index, multiple in t.multiples %}
\t{% set liste = liste ~ t.descriptions[index] %}
\t{% if multiple > 0 %}
\t\t<tr>
\t \t<td>
\t \t\t<span title=\"{{ valorisation._get('prix_vente') }} k€\" style=\"cursor:pointer;\">{{ translate(\"prix de cession\", lang, \"\", \"M\") }}</span> = {{ t.descriptions[index] | raw }}
\t \t\t</td>
\t </tr>
\t{% endif %}
\t {% endfor %}
\t {% if strpos(liste, 'EBIT') > -1 %}
\t \t<tr>
\t \t<td>
\t \t\t<span>{{ translate(\"* EBIT = Résultat Net (n) - participation des salariés\", lang, \"\", \"M\") }}</span>
\t \t\t</td>
\t </tr>
\t {% endif %}
</tbody>
\t\t</table>
{% endif %}
{% if t_retraite.multiples | length > 0 %}
\t{% set liste = \"\" %}
<table class=\"table table-striped\">
<thead>
<tr class=\"table-active\">
\t \t<th style=\"text-align: left;\">{{ translate(\"multiples après retraitement des comptes\", lang, \"\", \"M\") }}</th>
\t</tr>
\t </thead>
<tbody>
{% for index, multiple in t_retraite.multiples %}
\t{% set liste = liste ~ t_retraite.descriptions[index] %}
\t{% if multiple > 0 %}
\t\t<tr>
\t \t<td>
\t \t\t<span title=\"{{ valorisation._get('prix_vente') }} k€\" style=\"cursor:pointer;\">{{ translate(\"prix de cession\", lang, \"\", \"M\") }}</span> = {{ t_retraite.descriptions[index] | raw }}
\t \t\t</td>
\t </tr>
\t{% endif %}
\t {% endfor %}
</tbody>
\t\t</table>
{% endif %}
<div class=\"col-12 my-3\">
\t\t\t\t<i class=\"fas fa-user gris_666\" aria-hidden=\"true\"></i> - <small>{{ translate(\"personne physique\", lang, \"\", \"M\") }}</small><br>
\t\t\t\t<i class=\"fas fa-building gris_666\" aria-hidden=\"true\"></i> - <small>{{ translate(\"société\", lang, \"\", \"M\") }}</small><br>
\t\t\t\t<i class=\"fas fa-long-arrow-alt-up gris_666\" aria-hidden=\"true\"></i> - <small>{{ translate(\"société in bonis\", lang, \"\", \"M\") }}</small><br>
\t\t\t\t<i class=\"fas fa-long-arrow-alt-down gris_666\" aria-hidden=\"true\"></i> - <small>{{ translate(\"société en difficulté\", lang, \"\", \"M\") }}</small><br>
\t\t\t\t<i class=\"fas fa-percentage gris_666\" aria-hidden=\"true\"></i> - <small>{{ translate(\"achat de titres\", lang, \"\", \"M\") }}</small><br>
\t\t\t\t<i class=\"fas fa-store gris_666\" aria-hidden=\"true\"></i> - <small>{{ translate(\"achat fonds de commerce\", lang, \"\", \"M\") }}</small>
\t\t\t</div>
\t\t\t\t\t\t\t\t
\t \t{% endif %}
\t\t\t</div>
\t\t</div>\t
\t\t\t\t</div>
\t\t\t</div>
\t\t\t{% 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\">
\tsessionStorage.removeItem(\"form\"); // desactive le bug du modal login
\t\t\$(function () {
\t\t\t\$('[data-toggle=\"tooltip\"]').tooltip()
\t\t});
\t\t
\t\tfunction afficheAlert(){
\t\t\tlet txt = \"{{ translate(\"Merci de vous authentifier (ou de vous créer un compte) pour pouvoir commander.\", lang, \"\", \"M\") }}\";
\t\t\talert(txt);
\t\t\treturn false;
\t\t}
\t</script>
{% endblock %}", "base_valorisations/detail_valorisation.html.twig", "/home/www/fusacq_symfony_5.4_preprod/templates/base_valorisations/detail_valorisation.html.twig");
}
}