<?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;
/* annuaires/experts/fiche_expert_detail.html.twig */
class __TwigTemplate_3df321cdaa2e93e53591475493bcda45af5d3f4278e9fe1590d37d3cddcb33c7 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", "annuaires/experts/fiche_expert_detail.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "annuaires/experts/fiche_expert_detail.html.twig"));
$this->parent = $this->loadTemplate("base.html.twig", "annuaires/experts/fiche_expert_detail.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"));
// line 4
yield " ";
yield from $this->yieldParentBlock("stylesheets", $context, $blocks);
yield "
<link rel=\"stylesheet\" href=\"";
// line 5
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/css/annuaires/experts/index.css"), "html", null, true);
yield "\">
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
// line 8
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 9
yield "
";
// line 10
yield from $this->loadTemplate("assets/assets_vuejs.html.twig", "annuaires/experts/fiche_expert_detail.html.twig", 10)->unwrap()->yield($context);
// line 11
yield " ";
yield from $this->loadTemplate("assets/assets_form_errors.html.twig", "annuaires/experts/fiche_expert_detail.html.twig", 11)->unwrap()->yield($context);
// line 12
yield "
<!-- Menu -->
";
// line 14
yield Twig\Extension\CoreExtension::spaceless($this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi", Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\CoreController::menu", ["lang" => // line 16
(isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 16, $this->source); })()), "currentRoute" => // line 17
(isset($context["currentRoute"]) || array_key_exists("currentRoute", $context) ? $context["currentRoute"] : (function () { throw new RuntimeError('Variable "currentRoute" does not exist.', 17, $this->source); })()), "codePays" => // line 18
(isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore", $context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.', 18, $this->source); })())])));
// line 19
yield "
<!-- Menu -->
<!-- Publicité -->
";
// line 23
yield from $this->loadTemplate("includes/publicite.html.twig", "annuaires/experts/fiche_expert_detail.html.twig", 23)->unwrap()->yield($context);
// line 24
yield " <!-- Publicité -->
<div class=\"container\">
<div class=\"row\">
<!--COLONNE GAUCHE -->
";
// line 30
yield Twig\Extension\CoreExtension::spaceless($this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi", Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\AnnuairesExpertsController::colonnesGaucheExpert", ["lang" => // line 32
(isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 32, $this->source); })()), "codePays" => // line 33
(isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore", $context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.', 33, $this->source); })())])));
// line 34
yield "
<!--FIN COLONNE GAUCHE -->
<!--COLONNE DROITE -->
<div class=\"col-12 col-lg-9 bkg_blanc no_shadow\">
";
// line 41
yield from $this->loadTemplate("includes/experts_publicite.html.twig", "annuaires/experts/fiche_expert_detail.html.twig", 41)->unwrap()->yield($context);
// line 42
yield "
<!-- ARIANE -->
";
// line 45
yield Twig\Extension\CoreExtension::spaceless($this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi", Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\AnnuairesExpertsController::fileAriane", ["lang" => // line 48
(isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 48, $this->source); })()), "idLocalisationPrestataire" => CoreExtension::getAttribute($this->env, $this->source, // line 49
(isset($context["prestation"]) || array_key_exists("prestation", $context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.', 49, $this->source); })()), "id_localisation_prestataire", [], "any", false, false, false, 49), "idPaysPrestataire" => CoreExtension::getAttribute($this->env, $this->source, // line 50
(isset($context["prestation"]) || array_key_exists("prestation", $context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.', 50, $this->source); })()), "id_pays", [], "any", false, false, false, 50), "currentRoute" => // line 51
(isset($context["currentRoute"]) || array_key_exists("currentRoute", $context) ? $context["currentRoute"] : (function () { throw new RuntimeError('Variable "currentRoute" does not exist.', 51, $this->source); })()), "currentRouteParams" => CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 52
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 52, $this->source); })()), "request", [], "any", false, false, false, 52), "attributes", [], "any", false, false, false, 52), "get", ["_route_params"], "method", false, false, false, 52), "codePays" => // line 53
(isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore", $context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.', 53, $this->source); })())])));
// line 55
yield "
<!-- FIN ARIANE -->
<!-- CARD -->
<div class=\"card no_shadow\">
<div class=\"card-body\">
<div class=\"row\">
<div class=\"col-12 col-sm-11 offset-sm-1\">
<h2 class=\"gris_666\">";
// line 65
yield CoreExtension::getAttribute($this->env, $this->source, (isset($context["prestation"]) || array_key_exists("prestation", $context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.', 65, $this->source); })()), "nom_commercial_societe", [], "any", false, false, false, 65);
yield "</h2>
</div>
<div class=\"col-12 col-sm-5 offset-sm-1 mt-1\">
<ul class=\"cat_regions\">
";
// line 69
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["prestation"] ?? null), "adresse", [], "any", true, true, false, 69)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, ($context["prestation"] ?? null), "adresse", [], "any", false, false, false, 69))) : (""))) {
// line 70
yield " <li><i class=\"fas fa-map-marker-alt gris_ccc\"></i> ";
yield CoreExtension::getAttribute($this->env, $this->source, (isset($context["prestation"]) || array_key_exists("prestation", $context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.', 70, $this->source); })()), "adresse", [], "any", false, false, false, 70);
yield "</li>
";
}
// line 72
yield " <li> ";
yield CoreExtension::getAttribute($this->env, $this->source, (isset($context["prestation"]) || array_key_exists("prestation", $context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.', 72, $this->source); })()), "code_postal", [], "any", false, false, false, 72);
yield " ";
yield CoreExtension::getAttribute($this->env, $this->source, (isset($context["prestation"]) || array_key_exists("prestation", $context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.', 72, $this->source); })()), "ville", [], "any", false, false, false, 72);
yield " - ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\LocalisationsExtension']->nom_localisation(CoreExtension::getAttribute($this->env, $this->source, (isset($context["prestation"]) || array_key_exists("prestation", $context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.', 72, $this->source); })()), "pays", [], "any", false, false, false, 72)), "html", null, true);
yield "</li>
";
// line 73
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["prestation"] ?? null), "telephone", [], "any", true, true, false, 73)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, ($context["prestation"] ?? null), "telephone", [], "any", false, false, false, 73))) : (""))) {
// line 74
yield " <li>
<i class=\"fas fa-phone-alt gris_ccc\"></i>
";
// line 76
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["prestation"]) || array_key_exists("prestation", $context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.', 76, $this->source); })()), "telephone", [], "any", false, false, false, 76), "html", null, true);
yield "
</li>
";
}
// line 79
yield " ";
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["prestation"] ?? null), "url_site_web", [], "any", true, true, false, 79)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, ($context["prestation"] ?? null), "url_site_web", [], "any", false, false, false, 79))) : (""))) {
// line 80
yield " <li class=\"oneline\">
<i class=\"fas fa-globe-americas gris_ccc\"></i>
";
// line 83
$context["lien_externe"] = $this->extensions['App\Twig\UrlExtension']->fixUrl(CoreExtension::getAttribute($this->env, $this->source, (isset($context["prestation"]) || array_key_exists("prestation", $context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.', 83, $this->source); })()), "url_site_web", [], "any", false, false, false, 83));
// line 84
yield " <a href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lien_externe"]) || array_key_exists("lien_externe", $context) ? $context["lien_externe"] : (function () { throw new RuntimeError('Variable "lien_externe" does not exist.', 84, $this->source); })()), "html", null, true);
yield "\" target=\"_blank\" >
";
// line 85
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\UrlExtension']->fixUrl(CoreExtension::getAttribute($this->env, $this->source, (isset($context["prestation"]) || array_key_exists("prestation", $context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.', 85, $this->source); })()), "url_site_web", [], "any", false, false, false, 85)), "html", null, true);
yield "
</a>
</li>
";
}
// line 89
yield " </ul>
</div>
<div class=\"col-12 col-sm-3 text-center mt-5\">
";
// line 92
if ( !((array_key_exists("lien_externe", $context)) ? (Twig\Extension\CoreExtension::default((isset($context["lien_externe"]) || array_key_exists("lien_externe", $context) ? $context["lien_externe"] : (function () { throw new RuntimeError('Variable "lien_externe" does not exist.', 92, $this->source); })()))) : (""))) {
// line 93
yield " ";
$context["lien_externe"] = "javascript:void(0)";
// line 94
yield " ";
}
// line 95
yield " <a href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lien_externe"]) || array_key_exists("lien_externe", $context) ? $context["lien_externe"] : (function () { throw new RuntimeError('Variable "lien_externe" does not exist.', 95, $this->source); })()), "html", null, true);
yield "\" ";
if ((0 !== CoreExtension::compare((isset($context["lien_externe"]) || array_key_exists("lien_externe", $context) ? $context["lien_externe"] : (function () { throw new RuntimeError('Variable "lien_externe" does not exist.', 95, $this->source); })()), "javascript:void(0)"))) {
yield " target=\"_blank\" ";
}
yield " >
<img class=\"img-fluid\"
alt=\"";
// line 97
yield CoreExtension::getAttribute($this->env, $this->source, (isset($context["prestation"]) || array_key_exists("prestation", $context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.', 97, $this->source); })()), "nom_commercial_societe", [], "any", false, false, false, 97);
yield "\"
src=\"";
// line 98
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["prestation"]) || array_key_exists("prestation", $context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.', 98, $this->source); })()), "imgAffichage", [], "any", false, false, false, 98), "html", null, true);
yield "\"
onError=\"this.src='";
// line 99
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["prestation"]) || array_key_exists("prestation", $context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.', 99, $this->source); })()), "imgAffichageEnError", [], "any", false, false, false, 99), "html", null, true);
yield "'\"
>
</a>
</div>
<div class=\"col-6 col-sm-3 mt-2\">
<img class=\"img-fluid\" src=\"";
// line 106
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["DNS"]) || array_key_exists("DNS", $context) ? $context["DNS"] : (function () { throw new RuntimeError('Variable "DNS" does not exist.', 106, $this->source); })()), "PDC", [], "any", false, false, false, 106), "html", null, true);
yield "/images/cartes/big/pays/";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["prestation"]) || array_key_exists("prestation", $context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.', 106, $this->source); })()), "id_pays", [], "any", false, false, false, 106), "html", null, true);
yield "/";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\PaysRegionDepartementExtension']->splitLocalisation(CoreExtension::getAttribute($this->env, $this->source, (isset($context["prestation"]) || array_key_exists("prestation", $context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.', 106, $this->source); })()), "id_localisation_prestataire", [], "any", false, false, false, 106), "region"), "html", null, true);
yield ".png\" alt=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\LocalisationsExtension']->nom_localisation(CoreExtension::getAttribute($this->env, $this->source, (isset($context["prestation"]) || array_key_exists("prestation", $context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.', 106, $this->source); })()), "id_localisation_prestataire", [], "any", false, false, false, 106)), "html", null, true);
yield "\" >
</div>
";
// line 108
if ((1 === CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, (isset($context["prestation"]) || array_key_exists("prestation", $context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.', 108, $this->source); })()), "certifications", [], "any", false, false, false, 108)), 0))) {
// line 109
yield " <div class=\"col-12 col-sm-11 offset-sm-1 mt-2 small\">
<strong>";
// line 110
yield $this->extensions['App\Twig\TranslationExtension']->translate("certifications", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 110, $this->source); })()), "", "M");
yield "</strong> :
";
// line 111
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, (isset($context["prestation"]) || array_key_exists("prestation", $context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.', 111, $this->source); })()), "certifications", [], "any", false, false, false, 111));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["certification"]) {
// line 112
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["certification"], "nom_affichage_certification", [], "any", false, false, false, 112), "html", null, true);
yield ": ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["certification"], "valeur_certification", [], "any", false, false, false, 112), "html", null, true);
yield "
";
// line 113
if ( !CoreExtension::getAttribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, false, 113)) {
// line 114
yield "
<span class=\"gris_ddd\">|</span>
";
}
// line 117
yield " ";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['certification'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 118
yield " </div>
";
}
// line 120
yield " </div>
</div>
</div>
<!-- FIN CARD -->
<div class=\"row mt-3\">
<div class=\"onglet9 col-12\">
<nav>
<div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
<div class=\"col-12 col-sm-4 no-padding-x bl_gris br_gris order-4 order-sm-1\">
";
// line 133
$context["lien_activite"] = $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("annuaires_experts_activite_expert", ["titreslug" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env, $this->source, (isset($context["prestation"]) || array_key_exists("prestation", $context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.', 133, $this->source); })()), "titre_service", [], "any", false, false, false, 133)), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore", $context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.', 133, $this->source); })()), "idServicePrestataire" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["prestation"]) || array_key_exists("prestation", $context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.', 133, $this->source); })()), "id_service_prestataire", [], "any", false, false, false, 133)]);
// line 134
yield " ";
$context["style_lien_disable"] = "";
// line 135
yield " ";
if ((-1 === CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["equipes"]) || array_key_exists("equipes", $context) ? $context["equipes"] : (function () { throw new RuntimeError('Variable "equipes" does not exist.', 135, $this->source); })())), 1))) {
// line 136
yield " ";
$context["lien_activite"] = "javascript:void(0)";
// line 137
yield " ";
$context["style_lien_disable"] = "pointer-events: none; cursor: default;";
// line 138
yield " ";
}
// line 139
yield " <a class=\"nav-item nav-link\" href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lien_activite"]) || array_key_exists("lien_activite", $context) ? $context["lien_activite"] : (function () { throw new RuntimeError('Variable "lien_activite" does not exist.', 139, $this->source); })()), "html", null, true);
yield "\" style=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["style_lien_disable"]) || array_key_exists("style_lien_disable", $context) ? $context["style_lien_disable"] : (function () { throw new RuntimeError('Variable "style_lien_disable" does not exist.', 139, $this->source); })()), "html", null, true);
yield "\" >
<span class=\"fs13\">";
// line 140
yield $this->extensions['App\Twig\TranslationExtension']->translate("activite", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 140, $this->source); })()), "", "M");
yield "</span></a>
</div>
<div class=\"col-12 col-sm-4 no-padding-x br_gris order-sm-2\">
<div class=\"nav-item nav-link active\">
<span class=\"fs13\">";
// line 144
yield Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("equipe", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 144, $this->source); })()), "", "M"));
yield "</span> <span class=\"badge badge-secondary\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["equipes"]) || array_key_exists("equipes", $context) ? $context["equipes"] : (function () { throw new RuntimeError('Variable "equipes" does not exist.', 144, $this->source); })())), "html", null, true);
yield "</span>
</div>
</div>
<div class=\"col-12 col-sm-4 no-padding-x br_gris order-sm-3\">
";
// line 148
$context["lien_blog"] = $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("annuaires_experts_blog_expert", ["titreslug" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env, $this->source, (isset($context["prestation"]) || array_key_exists("prestation", $context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.', 148, $this->source); })()), "titre_service", [], "any", false, false, false, 148)), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore", $context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.', 148, $this->source); })()), "idServicePrestataire" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["prestation"]) || array_key_exists("prestation", $context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.', 148, $this->source); })()), "id_service_prestataire", [], "any", false, false, false, 148)]);
// line 149
yield " ";
$context["style_lien_disable"] = "";
// line 150
yield " ";
if ((-1 === CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["blogs"]) || array_key_exists("blogs", $context) ? $context["blogs"] : (function () { throw new RuntimeError('Variable "blogs" does not exist.', 150, $this->source); })())), 1))) {
// line 151
yield " ";
$context["lien_blog"] = "javascript:void(0)";
// line 152
yield " ";
$context["style_lien_disable"] = "pointer-events: none; cursor: default;";
// line 153
yield " ";
}
// line 154
yield " <a class=\"nav-item nav-link\" href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lien_blog"]) || array_key_exists("lien_blog", $context) ? $context["lien_blog"] : (function () { throw new RuntimeError('Variable "lien_blog" does not exist.', 154, $this->source); })()), "html", null, true);
yield "\" style=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["style_lien_disable"]) || array_key_exists("style_lien_disable", $context) ? $context["style_lien_disable"] : (function () { throw new RuntimeError('Variable "style_lien_disable" does not exist.', 154, $this->source); })()), "html", null, true);
yield "\" >
<span class=\"fs13\">";
// line 155
yield $this->extensions['App\Twig\TranslationExtension']->translate("blog", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 155, $this->source); })()), "", "M");
yield "</span> <span class=\"badge badge-secondary\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["blogs"]) || array_key_exists("blogs", $context) ? $context["blogs"] : (function () { throw new RuntimeError('Variable "blogs" does not exist.', 155, $this->source); })())), "html", null, true);
yield "</span></a>
</div>
</div>
</nav>
</div>
</div>
<div class=\"row mt-3\">
<!-- membre precedent -->
<div class=\"col-6 text-center\">
";
// line 165
if (((array_key_exists("lienExpertPrecedant", $context)) ? (Twig\Extension\CoreExtension::default((isset($context["lienExpertPrecedant"]) || array_key_exists("lienExpertPrecedant", $context) ? $context["lienExpertPrecedant"] : (function () { throw new RuntimeError('Variable "lienExpertPrecedant" does not exist.', 165, $this->source); })()))) : (""))) {
// line 166
yield " <div class=\"row\">
<div class=\"col-2 div_inline\">
<a href=\"";
// line 168
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lienExpertPrecedant"]) || array_key_exists("lienExpertPrecedant", $context) ? $context["lienExpertPrecedant"] : (function () { throw new RuntimeError('Variable "lienExpertPrecedant" does not exist.', 168, $this->source); })()), "html", null, true);
yield "\">
<i class=\"fas fa-arrow-circle-left fa-2x bleu_fusacq\">
</i>
</a>
</div>
<div class=\"col-10 div_inline text-left no-padding-x pt-1\">";
// line 173
yield Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("membre precedent", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 173, $this->source); })()), "", ""));
yield " </div>
</div>
";
}
// line 176
yield " </div>
<!-- membre precedent -->
<!-- membre suivant -->
<div class=\"col-6 text-center\">
";
// line 181
if (((array_key_exists("lienExpertSuivant", $context)) ? (Twig\Extension\CoreExtension::default((isset($context["lienExpertSuivant"]) || array_key_exists("lienExpertSuivant", $context) ? $context["lienExpertSuivant"] : (function () { throw new RuntimeError('Variable "lienExpertSuivant" does not exist.', 181, $this->source); })()))) : (""))) {
// line 182
yield " <div class=\"row\">
<div class=\"col-10 div_inline text-right no-padding-x pt-1\">";
// line 183
yield Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("membre suivant", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 183, $this->source); })()), "", ""));
yield "</div>
<div class=\"col-2 div_inline\">
<a href=\"";
// line 185
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lienExpertSuivant"]) || array_key_exists("lienExpertSuivant", $context) ? $context["lienExpertSuivant"] : (function () { throw new RuntimeError('Variable "lienExpertSuivant" does not exist.', 185, $this->source); })()), "html", null, true);
yield "\">
<i class=\"fas fa-arrow-circle-right fa-2x bleu_fusacq\">
</i>
</a>
</div>
</div>
";
}
// line 192
yield " </div>
<!-- membre suivant -->
</div>
<div class=\"card no_shadow my-3\">
<div class=\"card-body\">
<div class=\"row\">
<div class=\"col-12 col-sm-10 offset-sm-1\">
<div class=\"row border_bottom\">
<div class=\"col-6 my-2\">
<h5>";
// line 202
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["membre"]) || array_key_exists("membre", $context) ? $context["membre"] : (function () { throw new RuntimeError('Variable "membre" does not exist.', 202, $this->source); })()), "prenom", [], "any", false, false, false, 202), "html", null, true);
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["membre"]) || array_key_exists("membre", $context) ? $context["membre"] : (function () { throw new RuntimeError('Variable "membre" does not exist.', 202, $this->source); })()), "nom", [], "any", false, false, false, 202), "html", null, true);
yield "</h5>
<strong>";
// line 203
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["membre"]) || array_key_exists("membre", $context) ? $context["membre"] : (function () { throw new RuntimeError('Variable "membre" does not exist.', 203, $this->source); })()), "fonction", [], "any", false, false, false, 203), "html", null, true);
yield "</strong>
<p>
<span>";
// line 205
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["membre"]) || array_key_exists("membre", $context) ? $context["membre"] : (function () { throw new RuntimeError('Variable "membre" does not exist.', 205, $this->source); })()), "raison_sociale", [], "any", false, false, false, 205), "html", null, true);
yield "</span>
</p>
</div>
<div class=\"col-6 my-2\" style=\"text-align : right;\">
";
// line 209
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["membre"] ?? null), "photo", [], "any", true, true, false, 209)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, ($context["membre"] ?? null), "photo", [], "any", false, false, false, 209))) : (""))) {
// line 210
yield " <img src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["DNS"]) || array_key_exists("DNS", $context) ? $context["DNS"] : (function () { throw new RuntimeError('Variable "DNS" does not exist.', 210, $this->source); })()), "FUSACQ", [], "any", false, false, false, 210), "html", null, true);
yield "/images/photos_equipes_prestataires_small/";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["membre"]) || array_key_exists("membre", $context) ? $context["membre"] : (function () { throw new RuntimeError('Variable "membre" does not exist.', 210, $this->source); })()), "photo", [], "any", false, false, false, 210), "html", null, true);
yield "\" style=\"max-width: 109px;\" onload=\"\">
";
} else {
// line 212
yield " <img src=\"https://www.help-fusacq.com/fr/css/images/homme.gif\" style=\"max-width: 109px;\" onload=\"\">
";
}
// line 214
yield " </div>
</div>
<div class=\"row ";
// line 216
if (((array_key_exists("operations", $context)) ? (Twig\Extension\CoreExtension::default((isset($context["operations"]) || array_key_exists("operations", $context) ? $context["operations"] : (function () { throw new RuntimeError('Variable "operations" does not exist.', 216, $this->source); })()))) : (""))) {
yield " border_bottom ";
}
yield " \">
<div class=\"col-12 mt-2 pt-3\">
<strong>
";
// line 219
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("parcours professionnel et competences", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 219, $this->source); })()), "", "M"), "html", null, true);
yield "
</strong>
<p class=\"mt-2\">
";
// line 222
yield Twig\Extension\CoreExtension::nl2br(CoreExtension::getAttribute($this->env, $this->source, (isset($context["membre"]) || array_key_exists("membre", $context) ? $context["membre"] : (function () { throw new RuntimeError('Variable "membre" does not exist.', 222, $this->source); })()), "parcours", [], "any", false, false, false, 222));
yield "
</p>
</div>
</div>
";
// line 227
if (((array_key_exists("operations", $context)) ? (Twig\Extension\CoreExtension::default((isset($context["operations"]) || array_key_exists("operations", $context) ? $context["operations"] : (function () { throw new RuntimeError('Variable "operations" does not exist.', 227, $this->source); })()))) : (""))) {
// line 228
yield " <div class=\"row\">
<div class=\"col-12 mt-2 pt-3\">
<strong>
";
// line 231
$context["suffix_genre"] = "";
// line 232
yield " ";
if ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["membre"]) || array_key_exists("membre", $context) ? $context["membre"] : (function () { throw new RuntimeError('Variable "membre" does not exist.', 232, $this->source); })()), "genre", [], "any", false, false, false, 232), "feminin"))) {
$context["suffix_genre"] = "e";
}
// line 233
yield " ";
$context["arrayVarsTrans"] = ["prenom" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["membre"]) || array_key_exists("membre", $context) ? $context["membre"] : (function () { throw new RuntimeError('Variable "membre" does not exist.', 233, $this->source); })()), "prenom", [], "any", false, false, false, 233), "nom" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["membre"]) || array_key_exists("membre", $context) ? $context["membre"] : (function () { throw new RuntimeError('Variable "membre" does not exist.', 233, $this->source); })()), "nom", [], "any", false, false, false, 233), "genre" => (isset($context["suffix_genre"]) || array_key_exists("suffix_genre", $context) ? $context["suffix_genre"] : (function () { throw new RuntimeError('Variable "suffix_genre" does not exist.', 233, $this->source); })())];
// line 234
yield " ";
yield $this->extensions['App\Twig\TranslationExtension']->translate("%\$prenom%\$ %\$nom%\$ est intervenu%\$genre%\$ sur les operations suivantes :", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 234, $this->source); })()), "", "M", "", (isset($context["arrayVarsTrans"]) || array_key_exists("arrayVarsTrans", $context) ? $context["arrayVarsTrans"] : (function () { throw new RuntimeError('Variable "arrayVarsTrans" does not exist.', 234, $this->source); })()));
yield "
</strong>
</div>
<div class=\"col-12 mt-2 pt-2\">
";
// line 239
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable((isset($context["operations"]) || array_key_exists("operations", $context) ? $context["operations"] : (function () { throw new RuntimeError('Variable "operations" does not exist.', 239, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["operation"]) {
// line 240
yield " <div class=\"row mt-3\" style=\"background-color: #F1F1F1\">
<div class=\"col-12 col-md-2 mt-2\">
";
// line 242
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\DateExtension']->date(CoreExtension::getAttribute($this->env, $this->source, $context["operation"], "date_mise_en_ligne", [], "any", false, false, false, 242), "d/m/Y"), "html", null, true);
yield " </div>
<div class=\"col-12 col-md-7 mt-2\">
";
// line 245
yield " ";
$context["lien"] = (((((CoreExtension::getAttribute($this->env, $this->source, (isset($context["DNS"]) || array_key_exists("DNS", $context) ? $context["DNS"] : (function () { throw new RuntimeError('Variable "DNS" does not exist.', 245, $this->source); })()), "FUSACQ_BUZZ", [], "any", false, false, false, 245) . "/") . $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env, $this->source, $context["operation"], "titre_actualite", [], "any", false, false, false, 245))) . "-a") . CoreExtension::getAttribute($this->env, $this->source, $context["operation"], "id_actualite", [], "any", false, false, false, 245)) . (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore", $context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.', 245, $this->source); })()));
// line 246
yield " <a href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lien"]) || array_key_exists("lien", $context) ? $context["lien"] : (function () { throw new RuntimeError('Variable "lien" does not exist.', 246, $this->source); })()), "html", null, true);
yield "\" class=\"bleu_fusacq\" target=\"_blank\">
";
// line 247
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["operation"], "titre_actualite", [], "any", false, false, false, 247), "html", null, true);
yield "
</a>
</div>
<div class=\"col-12 col-md-3 mt-2\">
";
// line 251
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["operation"], "nom_role", [], "any", false, false, false, 251), "html", null, true);
yield "
</div>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['operation'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 255
yield " </div>
</div>
";
}
// line 258
yield "
</div>
</div>
</div>
</div>
<!-- notification -->
";
// line 266
yield from $this->loadTemplate("form/notifications_success_errors.html.twig", "annuaires/experts/fiche_expert_detail.html.twig", 266)->unwrap()->yield($context);
// line 267
yield " <!-- notification -->
<!-- Contactez directement -->
";
// line 271
$context["lang"] = ((((array_key_exists("lang", $context)) ? (Twig\Extension\CoreExtension::default((isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 271, $this->source); })()))) : (""))) ? ((isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 271, $this->source); })())) : (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.', 271, $this->source); })()), "request", [], "any", false, false, false, 271), "cookies", [], "any", false, false, false, 271), "get", ["lang"], "method", false, false, false, 271)));
// line 272
yield "
<div class=\"card no_shadow mb-3 card-ie\">
";
// line 274
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 274, $this->source); })()), 'form_start', ["attr" => ["novalidate" => "novalidate"]]);
yield "
<div class=\"card-body\">
<div class=\"row\">
<div class=\"col-12 col-lg-9 offset-lg-1\">
";
// line 279
$context["arrayVarsTrans"] = ["nom_membre" => ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["membre"]) || array_key_exists("membre", $context) ? $context["membre"] : (function () { throw new RuntimeError('Variable "membre" does not exist.', 279, $this->source); })()), "prenom", [], "any", false, false, false, 279) . " ") . CoreExtension::getAttribute($this->env, $this->source, (isset($context["membre"]) || array_key_exists("membre", $context) ? $context["membre"] : (function () { throw new RuntimeError('Variable "membre" does not exist.', 279, $this->source); })()), "nom", [], "any", false, false, false, 279))];
// line 280
yield " <h5 class=\"gris_666\">
";
// line 281
yield $this->extensions['App\Twig\TranslationExtension']->translate("contactez directement %\$nom_membre%\$", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 281, $this->source); })()), "", "M", "", (isset($context["arrayVarsTrans"]) || array_key_exists("arrayVarsTrans", $context) ? $context["arrayVarsTrans"] : (function () { throw new RuntimeError('Variable "arrayVarsTrans" does not exist.', 281, $this->source); })()));
yield "
</h5>
<br>
</div>
<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
";
// line 286
yield $this->extensions['App\Twig\TranslationExtension']->translate("nom", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 286, $this->source); })()), "", "M");
yield " *
</div>
<div class=\"col-8 col-lg-5 mb-3 input-group\">
";
// line 290
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 290, $this->source); })()), "nom", [], "any", false, false, false, 290), 'widget');
yield "
";
// line 291
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 291, $this->source); })()), "nom", [], "any", false, false, false, 291), 'errors');
yield "
</div>
<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
";
// line 295
yield $this->extensions['App\Twig\TranslationExtension']->translate("prenom", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 295, $this->source); })()), "", "M");
yield " *
</div>
<div class=\"col-8 col-lg-5 mb-3 input-group\">
";
// line 298
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 298, $this->source); })()), "prenom", [], "any", false, false, false, 298), 'widget');
yield "
";
// line 299
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 299, $this->source); })()), "prenom", [], "any", false, false, false, 299), 'errors');
yield "
</div>
<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
";
// line 302
yield $this->extensions['App\Twig\TranslationExtension']->translate("e-mail", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 302, $this->source); })()), "", "M");
yield " *
</div>
<div class=\"col-8 col-lg-5 mb-3 input-group\">
";
// line 305
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 305, $this->source); })()), "mail", [], "any", false, false, false, 305), 'widget');
yield "
";
// line 306
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 306, $this->source); })()), "mail", [], "any", false, false, false, 306), 'errors');
yield "
</div>
<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
";
// line 309
yield $this->extensions['App\Twig\TranslationExtension']->translate("telephone", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 309, $this->source); })()), "", "M");
yield " *
</div>
<div class=\"col-8 col-lg-5 mb-3 input-group\">
";
// line 312
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 312, $this->source); })()), "indicatif", [], "any", false, false, false, 312), 'widget');
yield "
";
// line 313
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 313, $this->source); })()), "telephone", [], "any", false, false, false, 313), 'widget');
yield "
";
// line 314
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 314, $this->source); })()), "telephone", [], "any", false, false, false, 314), 'errors');
yield "
</div>
<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
";
// line 318
yield $this->extensions['App\Twig\TranslationExtension']->translate("message", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 318, $this->source); })()), "", "M");
yield " *
</div>
<div class=\"col-8 col-lg-5 mb-3 input-group\">
";
// line 322
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 322, $this->source); })()), "message", [], "any", false, false, false, 322), 'widget');
yield "
";
// line 323
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 323, $this->source); })()), "message", [], "any", false, false, false, 323), 'errors');
yield "
</div>
";
// line 326
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 326, $this->source); })()), "id_service_prestataire", [], "any", false, false, false, 326), 'widget');
yield "
";
// line 327
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 327, $this->source); })()), "id_membre", [], "any", false, false, false, 327), 'widget');
yield "
<input type=\"hidden\" name=\"form[lang]\" value=\"";
// line 329
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 329, $this->source); })()), "html", null, true);
yield "\" />
<div class=\"col-12 col-sm-6 offset-sm-4\">
<div class=\"form-group\">
";
// line 332
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 332, $this->source); })()), "recaptcha", [], "any", false, false, false, 332), 'widget');
yield "
";
// line 333
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 333, $this->source); })()), "recaptcha", [], "any", false, false, false, 333), 'errors');
yield "
</div>
</div>
<div class=\"col-12 mt-1 mb-3 text-center\">
<a href=\"#\" title=\"\" target=\"_blank\">
<button type=\"submit\" class=\"btn btn-fusacq_expert\">";
// line 339
yield $this->extensions['App\Twig\TranslationExtension']->translate("envoyer", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 339, $this->source); })()), "", "M");
yield "</button>
</a>
</div>
<div class=\"col-12 mt-4 mt-3\">
<div class=\"col-12\">
<small>";
// line 345
yield $this->extensions['App\Twig\TranslationExtension']->translate("* champs obligatoires", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 345, $this->source); })()), "", "M");
yield "</small>
</div>
</div>
</div>
</div>
";
// line 351
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 351, $this->source); })()), 'form_end');
yield "
</div>
<!-- Contactez directement -->
<!--MODAL-->
<!--FIN MODAL-->
</div>
<!--FIN COLONNE DROITE -->
</div>
</div> <!--FIN CONTAINER -->
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
// line 372
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 373
yield " ";
yield from $this->yieldParentBlock("javascripts", $context, $blocks);
yield "
<script type=\"module\" data-name=\"";
// line 374
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore", $context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.', 374, $this->source); })()), "html", null, true);
yield "\" id=\"codePaysParam\"
src=\"";
// line 375
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/js/forms/animations.js"), "html", null, true);
yield "\" defer></script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "annuaires/experts/fiche_expert_detail.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 849 => 375, 845 => 374, 840 => 373, 830 => 372, 799 => 351, 790 => 345, 781 => 339, 772 => 333, 768 => 332, 762 => 329, 757 => 327, 753 => 326, 747 => 323, 743 => 322, 736 => 318, 729 => 314, 725 => 313, 721 => 312, 715 => 309, 709 => 306, 705 => 305, 699 => 302, 693 => 299, 689 => 298, 683 => 295, 676 => 291, 672 => 290, 665 => 286, 657 => 281, 654 => 280, 652 => 279, 644 => 274, 640 => 272, 638 => 271, 632 => 267, 630 => 266, 620 => 258, 615 => 255, 605 => 251, 598 => 247, 593 => 246, 590 => 245, 585 => 242, 581 => 240, 577 => 239, 568 => 234, 565 => 233, 560 => 232, 558 => 231, 553 => 228, 551 => 227, 543 => 222, 537 => 219, 529 => 216, 525 => 214, 521 => 212, 513 => 210, 511 => 209, 504 => 205, 499 => 203, 493 => 202, 481 => 192, 471 => 185, 466 => 183, 463 => 182, 461 => 181, 454 => 176, 448 => 173, 440 => 168, 436 => 166, 434 => 165, 419 => 155, 412 => 154, 409 => 153, 406 => 152, 403 => 151, 400 => 150, 397 => 149, 395 => 148, 386 => 144, 379 => 140, 372 => 139, 369 => 138, 366 => 137, 363 => 136, 360 => 135, 357 => 134, 355 => 133, 340 => 120, 336 => 118, 322 => 117, 317 => 114, 315 => 113, 308 => 112, 291 => 111, 287 => 110, 284 => 109, 282 => 108, 271 => 106, 261 => 99, 257 => 98, 253 => 97, 243 => 95, 240 => 94, 237 => 93, 235 => 92, 230 => 89, 223 => 85, 218 => 84, 216 => 83, 211 => 80, 208 => 79, 202 => 76, 198 => 74, 196 => 73, 187 => 72, 181 => 70, 179 => 69, 172 => 65, 160 => 55, 158 => 53, 157 => 52, 156 => 51, 155 => 50, 154 => 49, 153 => 48, 152 => 45, 147 => 42, 145 => 41, 136 => 34, 134 => 33, 133 => 32, 132 => 30, 124 => 24, 122 => 23, 116 => 19, 114 => 18, 113 => 17, 112 => 16, 111 => 14, 107 => 12, 104 => 11, 102 => 10, 99 => 9, 89 => 8, 76 => 5, 71 => 4, 61 => 3, 38 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{% block stylesheets %}
{{ parent() }}
<link rel=\"stylesheet\" href=\"{{ asset('build/css/annuaires/experts/index.css') }}\">
{% endblock %}
{% block body %}
{% include 'assets/assets_vuejs.html.twig' %}
{% include 'assets/assets_form_errors.html.twig' %}
<!-- Menu -->
{{ render_esi(controller(
'App\\\\Controller\\\\CoreController::menu',
{ \"lang\": lang,
\"currentRoute\":currentRoute,
\"codePays\": codePaysWithUnderScore }
)) | spaceless }}
<!-- Menu -->
<!-- Publicité -->
{% include 'includes/publicite.html.twig' %}
<!-- Publicité -->
<div class=\"container\">
<div class=\"row\">
<!--COLONNE GAUCHE -->
{{ render_esi(controller(
'App\\\\Controller\\\\AnnuairesExpertsController::colonnesGaucheExpert',
{ \"lang\": lang,
\"codePays\": codePaysWithUnderScore }
)) | spaceless }}
<!--FIN COLONNE GAUCHE -->
<!--COLONNE DROITE -->
<div class=\"col-12 col-lg-9 bkg_blanc no_shadow\">
{% include 'includes/experts_publicite.html.twig' %}
<!-- ARIANE -->
{{ render_esi(controller(
'App\\\\Controller\\\\AnnuairesExpertsController::fileAriane',
{
\"lang\": lang,
\"idLocalisationPrestataire\":prestation.id_localisation_prestataire,
\"idPaysPrestataire\":prestation.id_pays,
\"currentRoute\":currentRoute,
\"currentRouteParams\":app.request.attributes.get('_route_params'),
\"codePays\": codePaysWithUnderScore
}
)) | spaceless }}
<!-- FIN ARIANE -->
<!-- CARD -->
<div class=\"card no_shadow\">
<div class=\"card-body\">
<div class=\"row\">
<div class=\"col-12 col-sm-11 offset-sm-1\">
<h2 class=\"gris_666\">{{ prestation.nom_commercial_societe| raw }}</h2>
</div>
<div class=\"col-12 col-sm-5 offset-sm-1 mt-1\">
<ul class=\"cat_regions\">
{% if prestation.adresse |default %}
<li><i class=\"fas fa-map-marker-alt gris_ccc\"></i> {{ prestation.adresse| raw }}</li>
{% endif %}
<li> {{ prestation.code_postal| raw }} {{ prestation.ville| raw}} - {{ prestation.pays|nom_localisation }}</li>
{% if prestation.telephone|default %}
<li>
<i class=\"fas fa-phone-alt gris_ccc\"></i>
{{ prestation.telephone }}
</li>
{% endif %}
{% if prestation.url_site_web |default %}
<li class=\"oneline\">
<i class=\"fas fa-globe-americas gris_ccc\"></i>
{% set lien_externe = prestation.url_site_web|fix_url %}
<a href=\"{{ lien_externe }}\" target=\"_blank\" >
{{ prestation.url_site_web|fix_url }}
</a>
</li>
{% endif %}
</ul>
</div>
<div class=\"col-12 col-sm-3 text-center mt-5\">
{% if not lien_externe |default %}
{% set lien_externe = \"javascript:void(0)\" %}
{% endif %}
<a href=\"{{ lien_externe }}\" {% if lien_externe !=\"javascript:void(0)\" %} target=\"_blank\" {% endif %} >
<img class=\"img-fluid\"
alt=\"{{ prestation.nom_commercial_societe| raw }}\"
src=\"{{ prestation.imgAffichage }}\"
onError=\"this.src='{{ prestation.imgAffichageEnError }}'\"
>
</a>
</div>
<div class=\"col-6 col-sm-3 mt-2\">
<img class=\"img-fluid\" src=\"{{ DNS.PDC }}/images/cartes/big/pays/{{ prestation.id_pays }}/{{ prestation.id_localisation_prestataire|splitLocalisation(\"region\") }}.png\" alt=\"{{ prestation.id_localisation_prestataire|nom_localisation }}\" >
</div>
{% if prestation.certifications|length > 0 %}
<div class=\"col-12 col-sm-11 offset-sm-1 mt-2 small\">
<strong>{{ translate(\"certifications\",lang,\"\",\"M\") | raw }}</strong> :
{% for certification in prestation.certifications %}
{{ certification.nom_affichage_certification }}: {{ certification.valeur_certification }}
{% if not loop.last %}
<span class=\"gris_ddd\">|</span>
{% endif %}
{% endfor %}
</div>
{% endif %}
</div>
</div>
</div>
<!-- FIN CARD -->
<div class=\"row mt-3\">
<div class=\"onglet9 col-12\">
<nav>
<div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
<div class=\"col-12 col-sm-4 no-padding-x bl_gris br_gris order-4 order-sm-1\">
{% set lien_activite= path('annuaires_experts_activite_expert',{'titreslug':prestation.titre_service| slugify,'codePays':codePaysWithUnderScore,'idServicePrestataire':prestation.id_service_prestataire }) %}
{% set style_lien_disable = \"\" %}
{% if equipes| length < 1 %}
{% set lien_activite = \"javascript:void(0)\" %}
{% set style_lien_disable = \"pointer-events: none; cursor: default;\" %}
{% endif %}
<a class=\"nav-item nav-link\" href=\"{{ lien_activite }}\" style=\"{{ style_lien_disable }}\" >
<span class=\"fs13\">{{ translate(\"activite\",lang,\"\",\"M\") | raw }}</span></a>
</div>
<div class=\"col-12 col-sm-4 no-padding-x br_gris order-sm-2\">
<div class=\"nav-item nav-link active\">
<span class=\"fs13\">{{ translate(\"equipe\",lang,\"\",\"M\") |capitalize| raw }}</span> <span class=\"badge badge-secondary\">{{ equipes| length }}</span>
</div>
</div>
<div class=\"col-12 col-sm-4 no-padding-x br_gris order-sm-3\">
{% set lien_blog = path('annuaires_experts_blog_expert',{'titreslug':prestation.titre_service| slugify,'codePays':codePaysWithUnderScore,'idServicePrestataire':prestation.id_service_prestataire }) %}
{% set style_lien_disable = \"\" %}
{% if blogs| length < 1 %}
{% set lien_blog = \"javascript:void(0)\" %}
{% set style_lien_disable = \"pointer-events: none; cursor: default;\" %}
{% endif %}
<a class=\"nav-item nav-link\" href=\"{{ lien_blog }}\" style=\"{{ style_lien_disable }}\" >
<span class=\"fs13\">{{ translate(\"blog\",lang,\"\",\"M\") | raw }}</span> <span class=\"badge badge-secondary\">{{ blogs|length }}</span></a>
</div>
</div>
</nav>
</div>
</div>
<div class=\"row mt-3\">
<!-- membre precedent -->
<div class=\"col-6 text-center\">
{% if lienExpertPrecedant |default %}
<div class=\"row\">
<div class=\"col-2 div_inline\">
<a href=\"{{ lienExpertPrecedant }}\">
<i class=\"fas fa-arrow-circle-left fa-2x bleu_fusacq\">
</i>
</a>
</div>
<div class=\"col-10 div_inline text-left no-padding-x pt-1\">{{ translate(\"membre precedent\",lang,\"\",\"\") | capitalize| raw }} </div>
</div>
{% endif %}
</div>
<!-- membre precedent -->
<!-- membre suivant -->
<div class=\"col-6 text-center\">
{% if lienExpertSuivant |default %}
<div class=\"row\">
<div class=\"col-10 div_inline text-right no-padding-x pt-1\">{{ translate(\"membre suivant\",lang,\"\",\"\") | capitalize| raw }}</div>
<div class=\"col-2 div_inline\">
<a href=\"{{ lienExpertSuivant }}\">
<i class=\"fas fa-arrow-circle-right fa-2x bleu_fusacq\">
</i>
</a>
</div>
</div>
{% endif %}
</div>
<!-- membre suivant -->
</div>
<div class=\"card no_shadow my-3\">
<div class=\"card-body\">
<div class=\"row\">
<div class=\"col-12 col-sm-10 offset-sm-1\">
<div class=\"row border_bottom\">
<div class=\"col-6 my-2\">
<h5>{{membre.prenom }} {{membre.nom }}</h5>
<strong>{{ membre.fonction }}</strong>
<p>
<span>{{ membre.raison_sociale }}</span>
</p>
</div>
<div class=\"col-6 my-2\" style=\"text-align : right;\">
{% if membre.photo |default %}
<img src=\"{{ DNS.FUSACQ }}/images/photos_equipes_prestataires_small/{{ membre.photo }}\" style=\"max-width: 109px;\" onload=\"\">
{% else %}
<img src=\"https://www.help-fusacq.com/fr/css/images/homme.gif\" style=\"max-width: 109px;\" onload=\"\">
{% endif %}
</div>
</div>
<div class=\"row {% if operations |default %} border_bottom {% endif %} \">
<div class=\"col-12 mt-2 pt-3\">
<strong>
{{ translate(\"parcours professionnel et competences\",lang,\"\",\"M\") }}
</strong>
<p class=\"mt-2\">
{{ membre.parcours |raw|nl2br }}
</p>
</div>
</div>
{% if operations |default %}
<div class=\"row\">
<div class=\"col-12 mt-2 pt-3\">
<strong>
{% set suffix_genre = \"\" %}
{% if (membre.genre == 'feminin' ) %}{% set suffix_genre = \"e\" %}{% endif %}
{% set arrayVarsTrans = { 'prenom':membre.prenom,'nom':membre.nom,'genre':suffix_genre } %}
{{ translate(\"%\$prenom%\$ %\$nom%\$ est intervenu%\$genre%\$ sur les operations suivantes :\",lang,\"\",\"M\",\"\", arrayVarsTrans ) | raw }}
</strong>
</div>
<div class=\"col-12 mt-2 pt-2\">
{% for operation in operations %}
<div class=\"row mt-3\" style=\"background-color: #F1F1F1\">
<div class=\"col-12 col-md-2 mt-2\">
{{ operation.date_mise_en_ligne|date(\"d/m/Y\") }} </div>
<div class=\"col-12 col-md-7 mt-2\">
{# lien vers fusacq_zf2 #}
{% set lien= DNS.FUSACQ_BUZZ~\"/\"~operation.titre_actualite| slugify~\"-a\"~operation.id_actualite~codePaysWithUnderScore %}
<a href=\"{{ lien }}\" class=\"bleu_fusacq\" target=\"_blank\">
{{ operation.titre_actualite }}
</a>
</div>
<div class=\"col-12 col-md-3 mt-2\">
{{ operation.nom_role }}
</div>
</div>
{% endfor %}
</div>
</div>
{% endif %}
</div>
</div>
</div>
</div>
<!-- notification -->
{% include 'form/notifications_success_errors.html.twig' %}
<!-- notification -->
<!-- Contactez directement -->
{% set lang = (lang|default) ? lang : app.request.cookies.get('lang') %}
<div class=\"card no_shadow mb-3 card-ie\">
{{ form_start(form, {attr: {'novalidate': 'novalidate'}}) }}
<div class=\"card-body\">
<div class=\"row\">
<div class=\"col-12 col-lg-9 offset-lg-1\">
{% set arrayVarsTrans = {\"nom_membre\":membre.prenom~' '~membre.nom} %}
<h5 class=\"gris_666\">
{{ translate(\"contactez directement %\$nom_membre%\$\",lang,\"\",\"M\",\"\", arrayVarsTrans ) | raw }}
</h5>
<br>
</div>
<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
{{ translate(\"nom\",lang,\"\",\"M\") | raw }} *
</div>
<div class=\"col-8 col-lg-5 mb-3 input-group\">
{{ form_widget(form.nom ) }}
{{ form_errors(form.nom) }}
</div>
<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
{{ translate(\"prenom\",lang,\"\",\"M\") | raw }} *
</div>
<div class=\"col-8 col-lg-5 mb-3 input-group\">
{{ form_widget(form.prenom ) }}
{{ form_errors(form.prenom) }}
</div>
<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
{{ translate(\"e-mail\",lang,\"\",\"M\") | raw }} *
</div>
<div class=\"col-8 col-lg-5 mb-3 input-group\">
{{ form_widget(form.mail ) }}
{{ form_errors(form.mail) }}
</div>
<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
{{ translate(\"telephone\",lang,\"\",\"M\") | raw }} *
</div>
<div class=\"col-8 col-lg-5 mb-3 input-group\">
{{ form_widget(form.indicatif ) }}
{{ form_widget(form.telephone ) }}
{{ form_errors(form.telephone) }}
</div>
<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
{{ translate(\"message\",lang,\"\",\"M\") | raw }} *
</div>
<div class=\"col-8 col-lg-5 mb-3 input-group\">
{{ form_widget(form.message ) }}
{{ form_errors(form.message) }}
</div>
{{ form_widget(form.id_service_prestataire) }}
{{ form_widget(form.id_membre) }}
<input type=\"hidden\" name=\"form[lang]\" value=\"{{ lang }}\" />
<div class=\"col-12 col-sm-6 offset-sm-4\">
<div class=\"form-group\">
{{ form_widget(form.recaptcha) }}
{{ form_errors(form.recaptcha) }}
</div>
</div>
<div class=\"col-12 mt-1 mb-3 text-center\">
<a href=\"#\" title=\"\" target=\"_blank\">
<button type=\"submit\" class=\"btn btn-fusacq_expert\">{{ translate(\"envoyer\",lang,\"\",\"M\") | raw }}</button>
</a>
</div>
<div class=\"col-12 mt-4 mt-3\">
<div class=\"col-12\">
<small>{{ translate(\"* champs obligatoires\",lang,\"\",\"M\") | raw }}</small>
</div>
</div>
</div>
</div>
{{ form_end(form)}}
</div>
<!-- Contactez directement -->
<!--MODAL-->
<!--FIN MODAL-->
</div>
<!--FIN COLONNE DROITE -->
</div>
</div> <!--FIN CONTAINER -->
{% endblock %}
{% block javascripts %}
{{ parent() }}
<script type=\"module\" data-name=\"{{ codePaysWithUnderScore }}\" id=\"codePaysParam\"
src=\"{{ asset('build/js/forms/animations.js') }}\" defer></script>
{% endblock %}
", "annuaires/experts/fiche_expert_detail.html.twig", "/home/www/fusacq_symfony_5.4_preprod/templates/annuaires/experts/fiche_expert_detail.html.twig");
}
}