<?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/list_experts_localisation.html.twig */
class __TwigTemplate_bb052d9465be55f1069e2a0296e6ef135ff42d17bf8c137ea8828b68f8757ec0 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/list_experts_localisation.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/list_experts_localisation.html.twig"));
$this->parent = $this->loadTemplate("base.html.twig", "annuaires/experts/list_experts_localisation.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 "
";
$__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 "
<!-- Menu -->
";
// line 13
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 15
(isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 15, $this->source); })()), "currentRoute" => // line 16
(isset($context["currentRoute"]) || array_key_exists("currentRoute", $context) ? $context["currentRoute"] : (function () { throw new RuntimeError('Variable "currentRoute" does not exist.', 16, $this->source); })()), "codePays" => // line 17
(isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore", $context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.', 17, $this->source); })())])));
// line 18
yield "
<!-- Menu -->
<!-- Publicité -->
";
// line 22
yield from $this->loadTemplate("includes/publicite.html.twig", "annuaires/experts/list_experts_localisation.html.twig", 22)->unwrap()->yield($context);
// line 23
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\">
<!-- ARIANE -->
<nav aria-label=\"breadcrumb\" class=\"d-none d-sm-block\">
<ol class=\"breadcrumb\">
<li class=\"breadcrumb-item\">
<a href=\"";
// line 44
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.', 44, $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.', 44, $this->source); })()), "", "M");
yield "</a>
</li>
<li class=\"breadcrumb-item\">
<a href=\"";
// line 47
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("annuaires_experts_index", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore", $context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.', 47, $this->source); })())]), "html", null, true);
yield "\">
";
// line 48
yield $this->extensions['App\Twig\TranslationExtension']->translate("annuaire des experts", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 48, $this->source); })()), "", "M");
yield "
</a>
</li>
";
// line 51
if ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, Twig\Extension\CoreExtension::first($this->env->getCharset(), (isset($context["secteurs"]) || array_key_exists("secteurs", $context) ? $context["secteurs"] : (function () { throw new RuntimeError('Variable "secteurs" does not exist.', 51, $this->source); })())), 3, [], "array", false, false, false, 51), CoreExtension::getAttribute($this->env, $this->source, (isset($context["secteurs_activite_categories_annuaire_expert"]) || array_key_exists("secteurs_activite_categories_annuaire_expert", $context) ? $context["secteurs_activite_categories_annuaire_expert"] : (function () { throw new RuntimeError('Variable "secteurs_activite_categories_annuaire_expert" does not exist.', 51, $this->source); })()), "reprise_cession_creation_franchise", [], "any", false, false, false, 51)))) {
// line 52
yield " ";
$context["lien"] = $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("annuaires_experts_reprise_cession_creation_franchise", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore", $context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.', 52, $this->source); })()), "id_secteur_activite" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["secteurs_activite_categories_annuaire_expert"]) || array_key_exists("secteurs_activite_categories_annuaire_expert", $context) ? $context["secteurs_activite_categories_annuaire_expert"] : (function () { throw new RuntimeError('Variable "secteurs_activite_categories_annuaire_expert" does not exist.', 52, $this->source); })()), "reprise_cession_creation_franchise", [], "any", false, false, false, 52)]);
// line 53
yield " ";
$context["lienText"] = "Reprise, cession, création, franchise";
// line 54
yield " ";
}
// line 55
yield " ";
if ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, Twig\Extension\CoreExtension::first($this->env->getCharset(), (isset($context["secteurs"]) || array_key_exists("secteurs", $context) ? $context["secteurs"] : (function () { throw new RuntimeError('Variable "secteurs" does not exist.', 55, $this->source); })())), 3, [], "array", false, false, false, 55), CoreExtension::getAttribute($this->env, $this->source, (isset($context["secteurs_activite_categories_annuaire_expert"]) || array_key_exists("secteurs_activite_categories_annuaire_expert", $context) ? $context["secteurs_activite_categories_annuaire_expert"] : (function () { throw new RuntimeError('Variable "secteurs_activite_categories_annuaire_expert" does not exist.', 55, $this->source); })()), "droit_fiscalite_patrimoine_immobilier", [], "any", false, false, false, 55)))) {
// line 56
yield " ";
$context["lien"] = $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("annuaires_experts_droit_fiscalite_patrimoine_immobilier", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore", $context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.', 56, $this->source); })()), "id_secteur_activite" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["secteurs_activite_categories_annuaire_expert"]) || array_key_exists("secteurs_activite_categories_annuaire_expert", $context) ? $context["secteurs_activite_categories_annuaire_expert"] : (function () { throw new RuntimeError('Variable "secteurs_activite_categories_annuaire_expert" does not exist.', 56, $this->source); })()), "droit_fiscalite_patrimoine_immobilier", [], "any", false, false, false, 56)]);
// line 57
yield " ";
$context["lienText"] = "Droit, fiscalite, patrimoine, immobilier";
// line 58
yield " ";
}
// line 59
yield " ";
if ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, Twig\Extension\CoreExtension::first($this->env->getCharset(), (isset($context["secteurs"]) || array_key_exists("secteurs", $context) ? $context["secteurs"] : (function () { throw new RuntimeError('Variable "secteurs" does not exist.', 59, $this->source); })())), 3, [], "array", false, false, false, 59), CoreExtension::getAttribute($this->env, $this->source, (isset($context["secteurs_activite_categories_annuaire_expert"]) || array_key_exists("secteurs_activite_categories_annuaire_expert", $context) ? $context["secteurs_activite_categories_annuaire_expert"] : (function () { throw new RuntimeError('Variable "secteurs_activite_categories_annuaire_expert" does not exist.', 59, $this->source); })()), "marketing_vente", [], "any", false, false, false, 59)))) {
// line 60
yield " ";
$context["lien"] = $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("annuaires_experts_marketing_vente", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore", $context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.', 60, $this->source); })()), "id_secteur_activite" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["secteurs_activite_categories_annuaire_expert"]) || array_key_exists("secteurs_activite_categories_annuaire_expert", $context) ? $context["secteurs_activite_categories_annuaire_expert"] : (function () { throw new RuntimeError('Variable "secteurs_activite_categories_annuaire_expert" does not exist.', 60, $this->source); })()), "marketing_vente", [], "any", false, false, false, 60)]);
// line 61
yield " ";
$context["lienText"] = "Marketing & vente";
// line 62
yield " ";
}
// line 63
yield "
";
// line 64
if ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, Twig\Extension\CoreExtension::first($this->env->getCharset(), (isset($context["secteurs"]) || array_key_exists("secteurs", $context) ? $context["secteurs"] : (function () { throw new RuntimeError('Variable "secteurs" does not exist.', 64, $this->source); })())), 3, [], "array", false, false, false, 64), CoreExtension::getAttribute($this->env, $this->source, (isset($context["secteurs_activite_categories_annuaire_expert"]) || array_key_exists("secteurs_activite_categories_annuaire_expert", $context) ? $context["secteurs_activite_categories_annuaire_expert"] : (function () { throw new RuntimeError('Variable "secteurs_activite_categories_annuaire_expert" does not exist.', 64, $this->source); })()), "comptabilite_audit_financement_assurance", [], "any", false, false, false, 64)))) {
// line 65
yield " ";
$context["lien"] = $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("annuaires_experts_comptabilite_audit_financement_assurance", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore", $context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.', 65, $this->source); })()), "id_secteur_activite" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["secteurs_activite_categories_annuaire_expert"]) || array_key_exists("secteurs_activite_categories_annuaire_expert", $context) ? $context["secteurs_activite_categories_annuaire_expert"] : (function () { throw new RuntimeError('Variable "secteurs_activite_categories_annuaire_expert" does not exist.', 65, $this->source); })()), "comptabilite_audit_financement_assurance", [], "any", false, false, false, 65)]);
// line 66
yield " ";
$context["lienText"] = "Comptabilite, audit, financement, assurance";
// line 67
yield " ";
}
// line 68
yield "
";
// line 69
if ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, Twig\Extension\CoreExtension::first($this->env->getCharset(), (isset($context["secteurs"]) || array_key_exists("secteurs", $context) ? $context["secteurs"] : (function () { throw new RuntimeError('Variable "secteurs" does not exist.', 69, $this->source); })())), 3, [], "array", false, false, false, 69), CoreExtension::getAttribute($this->env, $this->source, (isset($context["secteurs_activite_categories_annuaire_expert"]) || array_key_exists("secteurs_activite_categories_annuaire_expert", $context) ? $context["secteurs_activite_categories_annuaire_expert"] : (function () { throw new RuntimeError('Variable "secteurs_activite_categories_annuaire_expert" does not exist.', 69, $this->source); })()), "informatique_bureautique_telecom", [], "any", false, false, false, 69)))) {
// line 70
yield " ";
$context["lien"] = $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("annuaires_experts_informatique_bureautique_telecom", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore", $context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.', 70, $this->source); })()), "id_secteur_activite" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["secteurs_activite_categories_annuaire_expert"]) || array_key_exists("secteurs_activite_categories_annuaire_expert", $context) ? $context["secteurs_activite_categories_annuaire_expert"] : (function () { throw new RuntimeError('Variable "secteurs_activite_categories_annuaire_expert" does not exist.', 70, $this->source); })()), "informatique_bureautique_telecom", [], "any", false, false, false, 70)]);
// line 71
yield " ";
$context["lienText"] = "Informatique, bureautique, telecom";
// line 72
yield " ";
}
// line 73
yield " ";
if ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, Twig\Extension\CoreExtension::first($this->env->getCharset(), (isset($context["secteurs"]) || array_key_exists("secteurs", $context) ? $context["secteurs"] : (function () { throw new RuntimeError('Variable "secteurs" does not exist.', 73, $this->source); })())), 3, [], "array", false, false, false, 73), CoreExtension::getAttribute($this->env, $this->source, (isset($context["secteurs_activite_categories_annuaire_expert"]) || array_key_exists("secteurs_activite_categories_annuaire_expert", $context) ? $context["secteurs_activite_categories_annuaire_expert"] : (function () { throw new RuntimeError('Variable "secteurs_activite_categories_annuaire_expert" does not exist.', 73, $this->source); })()), "ressources_humaines", [], "any", false, false, false, 73)))) {
// line 74
yield " ";
$context["lien"] = $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("annuaires_experts_ressources_humaines", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore", $context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.', 74, $this->source); })()), "id_secteur_activite" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["secteurs_activite_categories_annuaire_expert"]) || array_key_exists("secteurs_activite_categories_annuaire_expert", $context) ? $context["secteurs_activite_categories_annuaire_expert"] : (function () { throw new RuntimeError('Variable "secteurs_activite_categories_annuaire_expert" does not exist.', 74, $this->source); })()), "ressources_humaines", [], "any", false, false, false, 74)]);
// line 75
yield " ";
$context["lienText"] = "Ressources humaines";
// line 76
yield " ";
}
// line 77
yield " <li class=\"breadcrumb-item\">
<a href=\"";
// line 78
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.', 78, $this->source); })()), "html", null, true);
yield "\">
";
// line 79
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lienText"]) || array_key_exists("lienText", $context) ? $context["lienText"] : (function () { throw new RuntimeError('Variable "lienText" does not exist.', 79, $this->source); })()), "html", null, true);
yield "
</a>
</li>
<li class=\"breadcrumb-item\">
<a href=\"";
// line 83
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("annuaires_experts_liste_sous_categories_experts", ["codePays" => // line 84
(isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore", $context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.', 84, $this->source); })()), "id_secteur_activite" => (isset($context["id_secteur_activite"]) || array_key_exists("id_secteur_activite", $context) ? $context["id_secteur_activite"] : (function () { throw new RuntimeError('Variable "id_secteur_activite" does not exist.', 84, $this->source); })()), "nom_secteur_activite" => $this->extensions['App\Twig\SlugExtension']->slugify(((array_key_exists("nomSecteur", $context)) ? (Twig\Extension\CoreExtension::default((isset($context["nomSecteur"]) || array_key_exists("nomSecteur", $context) ? $context["nomSecteur"] : (function () { throw new RuntimeError('Variable "nomSecteur" does not exist.', 84, $this->source); })()), "")) : ("")))]), "html", null, true);
yield "\">
";
// line 85
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nomSecteur"]) || array_key_exists("nomSecteur", $context) ? $context["nomSecteur"] : (function () { throw new RuntimeError('Variable "nomSecteur" does not exist.', 85, $this->source); })()), "html", null, true);
yield "
</a>
</li>
";
// line 89
$context["lien"] = $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("annuaires_experts_liste_sous_categories_experts", ["codePays" => // line 90
(isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore", $context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.', 90, $this->source); })()), "id_secteur_activite" => (isset($context["id_secteur_activite"]) || array_key_exists("id_secteur_activite", $context) ? $context["id_secteur_activite"] : (function () { throw new RuntimeError('Variable "id_secteur_activite" does not exist.', 90, $this->source); })()), "nom_secteur_activite" => $this->extensions['App\Twig\SlugExtension']->slugify(((array_key_exists("nomSecteur", $context)) ? (Twig\Extension\CoreExtension::default((isset($context["nomSecteur"]) || array_key_exists("nomSecteur", $context) ? $context["nomSecteur"] : (function () { throw new RuntimeError('Variable "nomSecteur" does not exist.', 90, $this->source); })()), "")) : ("")))]);
// line 91
yield "
<li class=\"breadcrumb-item\">
<a href=\"";
// line 93
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.', 93, $this->source); })()) . "?id_pays=") . Twig\Extension\CoreExtension::first($this->env->getCharset(), Twig\Extension\CoreExtension::split($this->env->getCharset(), (isset($context["id_localisation"]) || array_key_exists("id_localisation", $context) ? $context["id_localisation"] : (function () { throw new RuntimeError('Variable "id_localisation" does not exist.', 93, $this->source); })()), "_"))), "html", null, true);
yield "\" >
";
// line 94
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\LocalisationsExtension']->nom_localisation(Twig\Extension\CoreExtension::first($this->env->getCharset(), Twig\Extension\CoreExtension::split($this->env->getCharset(), (isset($context["id_localisation"]) || array_key_exists("id_localisation", $context) ? $context["id_localisation"] : (function () { throw new RuntimeError('Variable "id_localisation" does not exist.', 94, $this->source); })()), "_"))), "html", null, true);
yield "
</a>
</li>
<li class=\"breadcrumb-item active\" aria-current=\"page\">
";
// line 98
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nomLocalisation"]) || array_key_exists("nomLocalisation", $context) ? $context["nomLocalisation"] : (function () { throw new RuntimeError('Variable "nomLocalisation" does not exist.', 98, $this->source); })()), "html", null, true);
yield "
</li>
</ol>
</nav>
<!-- FIN ARIANE -->
<!-- lien retour -->
<div class=\"row\" style=\"margin-right:.1rem!important;\">
<div class=\"col-sm-4\">
<a href=\"";
// line 108
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("annuaires_experts_index", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore", $context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.', 108, $this->source); })())]), "html", null, true);
yield "\"
style=\"text-decoration: none;\">
<div class=\"float-left\">
<i class=\"fa fa-chevron-circle-left fa-2x\"></i>
</div>
</a>
<div class=\"d-xl-block\" style=\"line-height:1.8rem;\">
<a href=\"";
// line 115
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("annuaires_experts_index", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore", $context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.', 115, $this->source); })())]), "html", null, true);
yield "\">
<span id=\"lienRetour\"> ";
// line 116
yield $this->extensions['App\Twig\TranslationExtension']->translate("retour", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 116, $this->source); })()), "", "M");
yield "</span>
</a>
</div>
</div>
</div>
<!-- lien retour -->
";
// line 123
yield from $this->loadTemplate("includes/experts_publicite.html.twig", "annuaires/experts/list_experts_localisation.html.twig", 123)->unwrap()->yield($context);
// line 124
yield " <div class=\"row mr1rem\">
<div class=\"col-sm-12 pl-3 pr-3 pt-3 ml-3 mr-3 mt-3\">
<div class=\"float-left\">
<h3>
";
// line 128
$context["arrayVarsTrans"] = ["nomSecteur" => Twig\Extension\CoreExtension::lower($this->env->getCharset(), (isset($context["nomSecteur"]) || array_key_exists("nomSecteur", $context) ? $context["nomSecteur"] : (function () { throw new RuntimeError('Variable "nomSecteur" does not exist.', 128, $this->source); })())), "nomLocalisationWithPrefix" => (isset($context["nomLocalisationWithPrefix"]) || array_key_exists("nomLocalisationWithPrefix", $context) ? $context["nomLocalisationWithPrefix"] : (function () { throw new RuntimeError('Variable "nomLocalisationWithPrefix" does not exist.', 128, $this->source); })())];
// line 129
yield " ";
yield $this->extensions['App\Twig\TranslationExtension']->translate("expert en %\$nomSecteur%\$ %\$nomLocalisationWithPrefix%\$", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 129, $this->source); })()), "", "M", "", (isset($context["arrayVarsTrans"]) || array_key_exists("arrayVarsTrans", $context) ? $context["arrayVarsTrans"] : (function () { throw new RuntimeError('Variable "arrayVarsTrans" does not exist.', 129, $this->source); })()));
yield "
</h3>
</div>
</div>
</div>
<div class=\"row\">
<div class=\"col-12 col-sm-6 pl-4\">
<span class=\"orange_24_bold\">";
// line 137
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["experts"]) || array_key_exists("experts", $context) ? $context["experts"] : (function () { throw new RuntimeError('Variable "experts" does not exist.', 137, $this->source); })())), "html", null, true);
yield "</span>
";
// line 139
$context["p"] = "";
// line 140
yield " ";
if ((1 === CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["experts"]) || array_key_exists("experts", $context) ? $context["experts"] : (function () { throw new RuntimeError('Variable "experts" does not exist.', 140, $this->source); })())), 1))) {
// line 141
yield " ";
$context["p"] = "p";
// line 142
yield " ";
}
// line 143
yield "
";
// line 144
yield Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("\$\$expert reference\$\${p|experts references}", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 144, $this->source); })()), "", "", (isset($context["p"]) || array_key_exists("p", $context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.', 144, $this->source); })())));
yield "
</div>
</div>
";
// line 149
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable((isset($context["experts"]) || array_key_exists("experts", $context) ? $context["experts"] : (function () { throw new RuntimeError('Variable "experts" does not exist.', 149, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["prestation"]) {
// line 150
yield " <div class=\"card col-12 mb-3 no_shadow\">
<div class=\"card-body\">
";
// line 153
$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, $context["prestation"], "titre_service", [], "any", false, false, false, 153)), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore", $context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.', 153, $this->source); })()), "idServicePrestataire" => CoreExtension::getAttribute($this->env, $this->source, $context["prestation"], "id_service_prestataire", [], "any", false, false, false, 153)]);
// line 154
yield "
<div class=\"row\">
<div class=\"col-12 col-sm-7 col-md-8 col-lg-10\" >
";
// line 159
$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, $context["prestation"], "titre_service", [], "any", false, false, false, 159)), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore", $context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.', 159, $this->source); })()), "idServicePrestataire" => CoreExtension::getAttribute($this->env, $this->source, $context["prestation"], "id_service_prestataire", [], "any", false, false, false, 159)]);
// line 160
yield " ";
if (((array_key_exists("lien_activite", $context)) ? (Twig\Extension\CoreExtension::default((isset($context["lien_activite"]) || array_key_exists("lien_activite", $context) ? $context["lien_activite"] : (function () { throw new RuntimeError('Variable "lien_activite" does not exist.', 160, $this->source); })()))) : (""))) {
// line 161
yield " <div class=\"col-12\">
<a href=\"";
// line 162
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.', 162, $this->source); })()), "html", null, true);
yield "\" class=\"bleu_fusacq fs15\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["prestation"], "nom_commercial_societe", [], "any", false, false, false, 162), "html", null, true);
yield "</a>
</div>
";
}
// line 165
yield "
<div class=\"col-12\">
<h5> ";
// line 167
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["prestation"], "titre_service", [], "any", false, false, false, 167), "html", null, true);
yield "</h5>
</div>
<div class=\"col-12\">
<span>";
// line 170
yield $this->extensions['App\Twig\TextExtension']->truncateLongText(CoreExtension::getAttribute($this->env, $this->source, $context["prestation"], "resume_service", [], "any", false, false, false, 170), 250, "...");
yield "</span>
</div>
<div class=\"col-12 mt-1\">
";
// line 173
if ((((CoreExtension::getAttribute($this->env, $this->source, $context["prestation"], "nom_contact1", [], "any", true, true, false, 173)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, $context["prestation"], "nom_contact1", [], "any", false, false, false, 173))) : ("")) || ((CoreExtension::getAttribute($this->env, $this->source, $context["prestation"], "nom_contact2", [], "any", true, true, false, 173)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, $context["prestation"], "nom_contact2", [], "any", false, false, false, 173))) : ("")))) {
// line 174
yield " <i class=\"fas fa-user gris_ccc\"></i>
";
// line 175
if (((CoreExtension::getAttribute($this->env, $this->source, $context["prestation"], "nom_contact1", [], "any", true, true, false, 175)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, $context["prestation"], "nom_contact1", [], "any", false, false, false, 175))) : (""))) {
// line 176
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["prestation"], "nom_contact1", [], "any", false, false, false, 176), "html", null, true);
yield "
";
} elseif (((CoreExtension::getAttribute($this->env, $this->source, // line 177
$context["prestation"], "nom_contact2", [], "any", true, true, false, 177)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, $context["prestation"], "nom_contact2", [], "any", false, false, false, 177))) : (""))) {
// line 178
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["prestation"], "nom_contact2", [], "any", false, false, false, 178), "html", null, true);
yield "
";
}
// line 180
yield " ";
if (((CoreExtension::getAttribute($this->env, $this->source, $context["prestation"], "ville", [], "any", true, true, false, 180)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, $context["prestation"], "ville", [], "any", false, false, false, 180))) : (""))) {
yield " - ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["prestation"], "ville", [], "any", false, false, false, 180), "html", null, true);
yield " ";
}
// line 181
yield " ";
if (((CoreExtension::getAttribute($this->env, $this->source, $context["prestation"], "code_postal", [], "any", true, true, false, 181)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, $context["prestation"], "code_postal", [], "any", false, false, false, 181))) : (""))) {
yield " (";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["prestation"], "code_postal", [], "any", false, false, false, 181), "html", null, true);
yield ") ";
}
// line 182
yield " ";
}
// line 183
yield " </div>
</div>
<div class=\"col-12 col-sm-5 col-md-4 col-lg-2 pt-2\" >
<a href=\"";
// line 186
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["prestation"], "url_site_web", [], "any", false, false, false, 186), "html", null, true);
yield "\" target=\"_blank\">
<img class=\"card-img photo-commerce\"
alt=\"";
// line 188
yield CoreExtension::getAttribute($this->env, $this->source, $context["prestation"], "nom_commercial_societe", [], "any", false, false, false, 188);
yield "\"
src=\"";
// line 189
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["prestation"], "imgAffichage", [], "any", false, false, false, 189), "html", null, true);
yield "\"
onError=\"this.src='";
// line 190
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["prestation"], "imgAffichageEnError", [], "any", false, false, false, 190), "html", null, true);
yield "'\"
>
</a>
</div>
</div>
</div>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['prestation'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 202
yield "
</div>
</div>
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
// line 209
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 210
yield " ";
yield from $this->yieldParentBlock("javascripts", $context, $blocks);
yield "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "annuaires/experts/list_experts_localisation.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 512 => 210, 502 => 209, 486 => 202, 468 => 190, 464 => 189, 460 => 188, 455 => 186, 450 => 183, 447 => 182, 440 => 181, 433 => 180, 427 => 178, 425 => 177, 420 => 176, 418 => 175, 415 => 174, 413 => 173, 407 => 170, 401 => 167, 397 => 165, 389 => 162, 386 => 161, 383 => 160, 381 => 159, 374 => 154, 372 => 153, 367 => 150, 363 => 149, 355 => 144, 352 => 143, 349 => 142, 346 => 141, 343 => 140, 341 => 139, 336 => 137, 324 => 129, 322 => 128, 316 => 124, 314 => 123, 304 => 116, 300 => 115, 290 => 108, 277 => 98, 270 => 94, 266 => 93, 262 => 91, 260 => 90, 259 => 89, 252 => 85, 248 => 84, 247 => 83, 240 => 79, 236 => 78, 233 => 77, 230 => 76, 227 => 75, 224 => 74, 221 => 73, 218 => 72, 215 => 71, 212 => 70, 210 => 69, 207 => 68, 204 => 67, 201 => 66, 198 => 65, 196 => 64, 193 => 63, 190 => 62, 187 => 61, 184 => 60, 181 => 59, 178 => 58, 175 => 57, 172 => 56, 169 => 55, 166 => 54, 163 => 53, 160 => 52, 158 => 51, 152 => 48, 148 => 47, 140 => 44, 128 => 34, 126 => 33, 125 => 32, 124 => 30, 115 => 23, 113 => 22, 107 => 18, 105 => 17, 104 => 16, 103 => 15, 102 => 13, 95 => 8, 85 => 7, 71 => 4, 61 => 3, 38 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{% block stylesheets %}
{{ parent() }}
{% endblock %}
{% block body %}
<!-- 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\">
<!-- 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('annuaires_experts_index',{'codePays':codePaysWithUnderScore }) }}\">
{{ translate(\"annuaire des experts\" ,lang,\"\",\"M\") | raw }}
</a>
</li>
{% if(secteurs|first[3] == secteurs_activite_categories_annuaire_expert.reprise_cession_creation_franchise ) %}
{% set lien = path('annuaires_experts_reprise_cession_creation_franchise',{'codePays':codePaysWithUnderScore,'id_secteur_activite': secteurs_activite_categories_annuaire_expert.reprise_cession_creation_franchise }) %}
{% set lienText = \"Reprise, cession, création, franchise\" %}
{% endif %}
{% if(secteurs|first[3] == secteurs_activite_categories_annuaire_expert.droit_fiscalite_patrimoine_immobilier ) %}
{% set lien = path('annuaires_experts_droit_fiscalite_patrimoine_immobilier',{'codePays':codePaysWithUnderScore,'id_secteur_activite': secteurs_activite_categories_annuaire_expert.droit_fiscalite_patrimoine_immobilier }) %}
{% set lienText = \"Droit, fiscalite, patrimoine, immobilier\" %}
{% endif %}
{% if(secteurs|first[3] == secteurs_activite_categories_annuaire_expert.marketing_vente ) %}
{% set lien = path('annuaires_experts_marketing_vente',{'codePays':codePaysWithUnderScore,'id_secteur_activite': secteurs_activite_categories_annuaire_expert.marketing_vente }) %}
{% set lienText = \"Marketing & vente\" %}
{% endif %}
{% if(secteurs|first[3] == secteurs_activite_categories_annuaire_expert.comptabilite_audit_financement_assurance ) %}
{% set lien = path('annuaires_experts_comptabilite_audit_financement_assurance',{'codePays':codePaysWithUnderScore,'id_secteur_activite': secteurs_activite_categories_annuaire_expert.comptabilite_audit_financement_assurance }) %}
{% set lienText = \"Comptabilite, audit, financement, assurance\" %}
{% endif %}
{% if(secteurs|first[3] == secteurs_activite_categories_annuaire_expert.informatique_bureautique_telecom ) %}
{% set lien = path('annuaires_experts_informatique_bureautique_telecom',{'codePays':codePaysWithUnderScore,'id_secteur_activite': secteurs_activite_categories_annuaire_expert.informatique_bureautique_telecom }) %}
{% set lienText = \"Informatique, bureautique, telecom\" %}
{% endif %}
{% if(secteurs|first[3] == secteurs_activite_categories_annuaire_expert.ressources_humaines ) %}
{% set lien = path('annuaires_experts_ressources_humaines',{'codePays':codePaysWithUnderScore,'id_secteur_activite': secteurs_activite_categories_annuaire_expert.ressources_humaines }) %}
{% set lienText = \"Ressources humaines\" %}
{% endif %}
<li class=\"breadcrumb-item\">
<a href=\"{{ lien }}\">
{{ lienText }}
</a>
</li>
<li class=\"breadcrumb-item\">
<a href=\"{{ path('annuaires_experts_liste_sous_categories_experts',
{'codePays':codePaysWithUnderScore,'id_secteur_activite':id_secteur_activite,'nom_secteur_activite':nomSecteur|default('')|slugify }) }}\">
{{ nomSecteur }}
</a>
</li>
{% set lien = path('annuaires_experts_liste_sous_categories_experts',
{'codePays':codePaysWithUnderScore,'id_secteur_activite':id_secteur_activite,'nom_secteur_activite':nomSecteur|default('')|slugify }) %}
<li class=\"breadcrumb-item\">
<a href=\"{{ lien~'?id_pays='~id_localisation|split('_')|first }}\" >
{{ id_localisation|split('_')|first|nom_localisation }}
</a>
</li>
<li class=\"breadcrumb-item active\" aria-current=\"page\">
{{ nomLocalisation }}
</li>
</ol>
</nav>
<!-- FIN ARIANE -->
<!-- lien retour -->
<div class=\"row\" style=\"margin-right:.1rem!important;\">
<div class=\"col-sm-4\">
<a href=\"{{ path('annuaires_experts_index',{'codePays':codePaysWithUnderScore }) }}\"
style=\"text-decoration: none;\">
<div class=\"float-left\">
<i class=\"fa fa-chevron-circle-left fa-2x\"></i>
</div>
</a>
<div class=\"d-xl-block\" style=\"line-height:1.8rem;\">
<a href=\"{{ path('annuaires_experts_index',{'codePays':codePaysWithUnderScore }) }}\">
<span id=\"lienRetour\"> {{ translate(\"retour\" ,lang,\"\",\"M\") | raw }}</span>
</a>
</div>
</div>
</div>
<!-- lien retour -->
{% include 'includes/experts_publicite.html.twig' %}
<div class=\"row mr1rem\">
<div class=\"col-sm-12 pl-3 pr-3 pt-3 ml-3 mr-3 mt-3\">
<div class=\"float-left\">
<h3>
{% set arrayVarsTrans = {\"nomSecteur\":nomSecteur|lower,\"nomLocalisationWithPrefix\":nomLocalisationWithPrefix } %}
{{ translate(\"expert en %\$nomSecteur%\$ %\$nomLocalisationWithPrefix%\$\",lang,\"\",\"M\",\"\", arrayVarsTrans ) | raw }}
</h3>
</div>
</div>
</div>
<div class=\"row\">
<div class=\"col-12 col-sm-6 pl-4\">
<span class=\"orange_24_bold\">{{ experts|length }}</span>
{% set p = \"\" %}
{% if ( experts|length > 1 ) %}
{% set p = \"p\" %}
{% endif %}
{{ translate(\"\$\$expert reference\$\${p|experts references}\",lang,\"\",\"\",p) |capitalize| raw}}
</div>
</div>
{% for prestation in experts %}
<div class=\"card col-12 mb-3 no_shadow\">
<div class=\"card-body\">
{% set lien_activite= path('annuaires_experts_activite_expert',{'titreslug':prestation.titre_service| slugify,'codePays':codePaysWithUnderScore,'idServicePrestataire':prestation.id_service_prestataire }) %}
<div class=\"row\">
<div class=\"col-12 col-sm-7 col-md-8 col-lg-10\" >
{% set lien_activite= path('annuaires_experts_activite_expert',{'titreslug':prestation.titre_service| slugify,'codePays':codePaysWithUnderScore,'idServicePrestataire':prestation.id_service_prestataire }) %}
{% if lien_activite |default %}
<div class=\"col-12\">
<a href=\"{{ lien_activite }}\" class=\"bleu_fusacq fs15\">{{ prestation.nom_commercial_societe }}</a>
</div>
{% endif %}
<div class=\"col-12\">
<h5> {{ prestation.titre_service }}</h5>
</div>
<div class=\"col-12\">
<span>{{ prestation.resume_service | truncateLongText(250,\"...\") | raw }}</span>
</div>
<div class=\"col-12 mt-1\">
{% if prestation.nom_contact1|default or prestation.nom_contact2 |default %}
<i class=\"fas fa-user gris_ccc\"></i>
{% if prestation.nom_contact1|default %}
{{ prestation.nom_contact1 }}
{% elseif prestation.nom_contact2 |default %}
{{ prestation.nom_contact2 }}
{% endif %}
{% if prestation.ville |default %} - {{ prestation.ville}} {% endif %}
{% if prestation.code_postal |default %} ({{ prestation.code_postal }}) {% endif %}
{% endif %}
</div>
</div>
<div class=\"col-12 col-sm-5 col-md-4 col-lg-2 pt-2\" >
<a href=\"{{ prestation.url_site_web }}\" target=\"_blank\">
<img class=\"card-img photo-commerce\"
alt=\"{{ prestation.nom_commercial_societe| raw }}\"
src=\"{{ prestation.imgAffichage }}\"
onError=\"this.src='{{ prestation.imgAffichageEnError }}'\"
>
</a>
</div>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
{% endblock %}
{% block javascripts %}
{{ parent() }}
{% endblock %}
", "annuaires/experts/list_experts_localisation.html.twig", "/home/www/fusacq_symfony_5.4_preprod/templates/annuaires/experts/list_experts_localisation.html.twig");
}
}