<?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;
/* admin/experience/overview.html.twig */
class __TwigTemplate_a0e11dde0dff82896ecdb02e4dae3bd2 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'page_title' => [$this, 'block_page_title'],
'breadcump_main' => [$this, 'block_breadcump_main'],
'breadcump_subtitle' => [$this, 'block_breadcump_subtitle'],
'menu_left_sidebar' => [$this, 'block_menu_left_sidebar'],
'stylesheets' => [$this, 'block_stylesheets'],
'content' => [$this, 'block_content'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "admin/baseAdmin.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "admin/experience/overview.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "admin/experience/overview.html.twig"));
$this->parent = $this->loadTemplate("admin/baseAdmin.html.twig", "admin/experience/overview.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 2
public function block_page_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_title"));
yield "Détails : ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 2, $this->source); })()), "title", [], "any", false, false, false, 2), "html", null, true);
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 3
public function block_breadcump_main($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "breadcump_main"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "breadcump_main"));
yield "Expériences";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 4
public function block_breadcump_subtitle($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "breadcump_subtitle"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "breadcump_subtitle"));
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 4, $this->source); })()), "title", [], "any", false, false, false, 4), "html", null, true);
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 5
public function block_menu_left_sidebar($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu_left_sidebar"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu_left_sidebar"));
// line 6
yield " ";
yield from $this->loadTemplate("include/menu/menuAdmin.html.twig", "admin/experience/overview.html.twig", 6)->unwrap()->yield(CoreExtension::merge($context, ["menu_active_event" => "2"]));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 8
public function block_stylesheets($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 9
yield " <link href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("admin/libs/select2/css/select2.min.css"), "html", null, true);
yield "\" rel=\"stylesheet\" type=\"text/css\">
<link href=\"";
// line 10
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("admin/css/tailwind.min.css"), "html", null, true);
yield "\" rel=\"stylesheet\" type=\"text/css\">
<link href=\"";
// line 11
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("admin/css/tailwind2.css"), "html", null, true);
yield "\" rel=\"stylesheet\" type=\"text/css\">
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 14
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 15
yield " <!-- end page title -->
<div class=\"row\">
<div class=\"col-lg-12\">
<div class=\"card\">
<div class=\"card-body\">
<div class=\"row\">
<div class=\"col-8\">
<div class=\"d-flex\">
<div class=\"flex-shrink-0 me-3\">
<img src=\"";
// line 25
if ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 25, $this->source); })()), "image", [], "any", false, false, false, 25) != null)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("" . CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 25, $this->source); })()), "image", [], "any", false, false, false, 25))), "html", null, true);
} else {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("admin/images/default/product.png"), "html", null, true);
}
yield "\" alt=\"\" class=\"avatar-md rounded-circle img-thumbnail\">
</div>
<div class=\"flex-grow-1 align-self-center\">
<div class=\"text-muted\">
<p class=\"mb-2\">";
// line 29
if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 29, $this->source); })()), "subcategories", [], "any", false, false, false, 29)) > 0)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 29, $this->source); })()), "subcategories", [], "any", false, false, false, 29), 0, [], "array", false, false, false, 29), "category", [], "any", false, false, false, 29), "name", [], "any", false, false, false, 29), "html", null, true);
}
yield "</p>
<h5 class=\"mb-1\">";
// line 30
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 30, $this->source); })()), "title", [], "any", false, false, false, 30), "html", null, true);
yield "</h5>
<p class=\"mb-2\">";
// line 31
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 31, $this->source); })()), "coachingtype", [], "any", false, false, false, 31)) {
yield "Coaching Privé";
} elseif ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 31, $this->source); })()), "coachingtype", [], "any", false, false, false, 31) == "groupe")) {
yield "Coaching en Groupe";
} else {
yield "Coaching en Visio";
}
yield "</p>
";
// line 32
if ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 32, $this->source); })()), "enabled", [], "any", false, false, false, 32) == "1")) {
// line 33
yield " <span class=\"badge badge-soft-success font-size-12\"> <i class=\" font-size-10 mdi mdi-circle text-soft-success align-middle me-1\"></i> Activé </span>
";
} else {
// line 35
yield " <span class=\"badge badge-soft-danger font-size-12\"> <i class=\" font-size-10 mdi mdi-circle text-soft-danger align-middle me-1\"></i> Désactivé </span>
";
}
// line 36
yield "
";
// line 37
if ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 37, $this->source); })()), "published", [], "any", false, false, false, 37) == "1")) {
// line 38
yield " <span class=\"badge badge-soft-success font-size-12\"> <i class=\" font-size-10 mdi mdi-circle text-soft-success align-middle me-1\"></i> Publié </span>
";
} else {
// line 40
yield " <span class=\"badge badge-soft-warning font-size-12\"> <i class=\" font-size-10 mdi mdi-circle text-soft-warning align-middle me-1\"></i> Non publié </span>
";
}
// line 41
yield "
</div>
</div>
</div>
</div>
<div class=\"col-4\">
<ul class=\"list-inline user-chat-nav text-end mb-0\">
<li class=\"list-inline-item d-none d-sm-inline-block\">
<div class=\"dropdown\">
<button class=\"btn nav-btn\" type=\"button\" data-bs-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">
<i class=\"bx bx-cog\"></i>
</button>
<div class=\"dropdown-menu dropdown-menu-end\" style=\"\">
<a class=\"dropdown-item\" href=\"";
// line 57
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("edit_general_info", ["id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 57, $this->source); })()), "id", [], "any", false, false, false, 57)]), "html", null, true);
yield "\">Informations Génerale</a>
<a class=\"dropdown-item\" href=\"";
// line 58
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("edit_description", ["id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 58, $this->source); })()), "id", [], "any", false, false, false, 58)]), "html", null, true);
yield "\">Description</a>
<a class=\"dropdown-item\" href=\"";
// line 59
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("edit_highlights", ["id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 59, $this->source); })()), "id", [], "any", false, false, false, 59)]), "html", null, true);
yield "\">Points forts</a>
<a class=\"dropdown-item\" href=\"";
// line 60
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("edit_media", ["id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 60, $this->source); })()), "id", [], "any", false, false, false, 60)]), "html", null, true);
yield "\">Media et galerie</a>
<a class=\"dropdown-item\" href=\"";
// line 61
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("edit_price", ["id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 61, $this->source); })()), "id", [], "any", false, false, false, 61)]), "html", null, true);
yield "\">Condition d'annulation</a>
<a class=\"dropdown-item\" href=\"";
// line 62
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("edit_price", ["id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 62, $this->source); })()), "id", [], "any", false, false, false, 62)]), "html", null, true);
yield "\">Prix et tarification</a>
<div class=\"dropdown-divider\"></div>
<a class=\"dropdown-item\" href=\"";
// line 64
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("add_hebergement", ["id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 64, $this->source); })()), "id", [], "any", false, false, false, 64)]), "html", null, true);
yield "\">Ajouter Chambre</a>
<a class=\"dropdown-item\" ";
// line 65
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 65, $this->source); })()), "availability", [], "any", false, false, false, 65)) {
// line 66
yield " href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("edit_availability", ["id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 66, $this->source); })()), "id", [], "any", false, false, false, 66)]), "html", null, true);
yield "\"
";
} else {
// line 68
yield " href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("add_availability", ["id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 68, $this->source); })()), "id", [], "any", false, false, false, 68)]), "html", null, true);
yield "\"
";
}
// line 69
yield ">Calendrier de disponibilité</a>
<a class=\"dropdown-item\" href=\"";
// line 70
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("add_program", ["id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 70, $this->source); })()), "id", [], "any", false, false, false, 70)]), "html", null, true);
yield "\">Ajouter Programme</a>
</div>
</div>
</li>
<li class=\"list-inline-item\">
<div class=\"dropdown\">
<button class=\"btn nav-btn\" type=\"button\" data-bs-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">
<i class=\"bx bx-dots-horizontal-rounded\"></i>
</button>
<div class=\"dropdown-menu dropdown-menu-end\" style=\"\">
<a class=\"dropdown-item\" href=\"#\">Page en ligne</a>
<a class=\"dropdown-item\" href=\"#\">Liste de réservations</a>
<a class=\"dropdown-item\" href=\"#\">Autres</a>
</div>
</div>
</li>
</ul>
</div>
</div>
<!-- end row -->
</div>
</div>
</div>
<div class=\"col-lg-12\">
<div class=\"card\">
<div class=\"card-body\">
<div class=\"flex items-center gap-x-4\">
<div class=\"w-8 h-8 rounded-full flex items-center justify-center bg-orange/30 dark:bg-orange/30\">
<i class=\"bx bx-copy-alt text-orange text-3xl\"></i>
</div>
<div>
<h4 class=\"text-gray-700 text-15 font-semibold dark:text-gray-50 mb-1\">Compléter les informations de votre expérience</h4>
<p class=\"text-gray-700 text-sm\">Voici les sections que vous devez compléter pour finaliser de fournir les informations necessaire pour publié votre éxpeience. </p>
</div>
</div>
<div class=\"my-4 mb-4.5 text-sm flex flex-wrap sm:gap-5 gap-2 items-center\">
<!-- Section: General Info -->
<div class=\"flex items-center justify-start my-1 space-x-1 mr-2 \">
<i class=\"bx ";
// line 112
if (CoreExtension::inFilter("1", CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 112, $this->source); })()), "steps", [], "any", false, false, false, 112))) {
yield "bx-check text-success";
} else {
yield "bx-x-circle text-mute";
}
yield " font-normal text-base\"></i>
<label class=\"mb-0 font-normal ";
// line 113
if (CoreExtension::inFilter("1", CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 113, $this->source); })()), "steps", [], "any", false, false, false, 113))) {
yield "fw-medium ";
} else {
yield "text-muted";
}
yield "\">Infos génerale</label>
</div>
<!-- Section: Programme -->
<div class=\"flex items-center justify-start my-1 space-x-1 mr-2 \">
<i class=\"bx ";
// line 117
if (CoreExtension::inFilter("2", CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 117, $this->source); })()), "steps", [], "any", false, false, false, 117))) {
yield "bx-check text-success";
} else {
yield "bx-x-circle text-muted";
}
yield " font-normal text-base\"></i>
<label class=\"mb-0 font-normal ";
// line 118
if (CoreExtension::inFilter("2", CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 118, $this->source); })()), "steps", [], "any", false, false, false, 118))) {
yield "fw-medium ";
} else {
yield "text-muted";
}
yield "\">Description</label>
</div>
<!-- Section: Gallery -->
<div class=\"flex items-center justify-start my-1 space-x-1 mr-2 \">
<i class=\"bx ";
// line 123
if (CoreExtension::inFilter("3", CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 123, $this->source); })()), "steps", [], "any", false, false, false, 123))) {
yield "bx-check text-success";
} else {
yield "bx-x-circle text-muted";
}
yield " \"></i>
<label class=\"mb-0 font-normal";
// line 124
if (CoreExtension::inFilter("3", CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 124, $this->source); })()), "steps", [], "any", false, false, false, 124))) {
yield "fw-medium";
} else {
yield "text-muted";
}
yield "\">Programme</label>
</div>
<!-- Section: Description -->
<div class=\"flex items-center justify-start my-1 space-x-1 mr-2 \">
<i class=\"bx ";
// line 129
if (CoreExtension::inFilter("4", CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 129, $this->source); })()), "steps", [], "any", false, false, false, 129))) {
yield "bx-check text-success";
} else {
yield "bx-x-circle text-muted";
}
yield " \"></i>
<label class=\"mb-0 font-normal";
// line 130
if (CoreExtension::inFilter("4", CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 130, $this->source); })()), "steps", [], "any", false, false, false, 130))) {
yield "fw-medium";
} else {
yield "text-muted";
}
yield "\">Hebergement</label>
</div>
<!-- Section: Prix -->
<div class=\"flex items-center justify-start my-1 space-x-1 mr-2 \">
<i class=\"bx ";
// line 134
if (CoreExtension::inFilter("5", CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 134, $this->source); })()), "steps", [], "any", false, false, false, 134))) {
yield "bx-check text-success";
} else {
yield "bx-x-circle text-muted";
}
yield "\"></i>
<label class=\"mb-0 font-normal ";
// line 135
if (CoreExtension::inFilter("5", CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 135, $this->source); })()), "steps", [], "any", false, false, false, 135))) {
yield "fw-medium";
} else {
yield "text-muted";
}
yield "\">Media</label>
</div>
<!-- Section: Highlights -->
<div class=\"flex items-center justify-start my-1 space-x-1 mr-2 \">
<i class=\"bx ";
// line 139
if (CoreExtension::inFilter("6", CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 139, $this->source); })()), "steps", [], "any", false, false, false, 139))) {
yield "bx-check text-success";
} else {
yield "bx-x-circle text-muted";
}
yield "\"></i>
<label class=\"mb-0 font-normal ";
// line 140
if (CoreExtension::inFilter("6", CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 140, $this->source); })()), "steps", [], "any", false, false, false, 140))) {
yield "fw-medium";
} else {
yield "text-muted";
}
yield "\">Tarification</label>
</div>
</div>
<div class=\"border-t border-gray-300 pt-2 flex w-2/5 dark:border-zink-50\">
<div class=\"flex items-center space-x-1 mr-2 my-2\">
<i class=\"bx bx-check-circle text-success font-normal text-base\"></i>
<small class=\"text-xs font-light dark:text-zink-200\">Information enregistrés </small>
</div>
<div class=\"flex items-center space-x-1 mr-2 mx-3\">
<i class=\"bx bx-x-circle text-soft-danger text-lg\"></i>
<p class=\"text-xs mb-0 font-light dark:text-zink-200\">Information requise </p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end row -->
<div class=\"row\">
<div class=\"col-sm-4\">
<div class=\"card\">
<div class=\"card-body\">
<div class=\"d-flex align-items-center mb-3\">
<div class=\"avatar-xs me-3\">
<span class=\"avatar-title rounded-circle bg-primary bg-soft text-primary font-size-18\">
<i class=\"bx bx-dollar-circle\"></i>
</span>
</div>
<h5 class=\"font-size-14 mb-0\">Prix</h5>
<div class=\"dropdown ms-auto\">
<a class=\"text-muted font-size-16\" role=\"button\" data-bs-toggle=\"dropdown\" aria-haspopup=\"true\">
<i class=\"mdi mdi-dots-horizontal\"></i>
</a>
<div class=\"dropdown-menu dropdown-menu-end\">
<a class=\"dropdown-item\" href=\"";
// line 179
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("edit_price", ["id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 179, $this->source); })()), "id", [], "any", false, false, false, 179)]), "html", null, true);
yield "\">Condition d'annulation</a>
<a class=\"dropdown-item\" href=\"";
// line 180
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("edit_price", ["id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 180, $this->source); })()), "id", [], "any", false, false, false, 180)]), "html", null, true);
yield "\">Prix et tarification</a>
</div>
</div>
</div>
<div class=\"text-muted mt-4\">
<h4> ";
// line 186
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 186, $this->source); })()), "price", [], "any", false, false, false, 186), "html", null, true);
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 186, $this->source); })()), "currency", [], "any", false, false, false, 186), "html", null, true);
yield " <i class=\"mdi mdi-chevron-up ms-1 text-success\"></i></h4>
<div class=\"d-flex\">
<span class=\"badge badge-soft-success font-size-12\"> ";
// line 188
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 188, $this->source); })()), "currency", [], "any", false, false, false, 188), "html", null, true);
yield " </span> <span class=\"ms-2 text-truncate\">Prix de l'éxperience en ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 188, $this->source); })()), "currency", [], "any", false, false, false, 188), "html", null, true);
yield "</span>
</div>
</div>
</div>
</div>
</div>
<div class=\"col-sm-4\">
<div class=\"card\">
<div class=\"card-body\">
<div class=\"d-flex align-items-center mb-3\">
<div class=\"avatar-xs me-3\">
<span class=\"avatar-title rounded-circle bg-primary bg-soft text-primary font-size-18\">
<i class=\"bx bx-dna\"></i>
</span>
</div>
<h5 class=\"font-size-14 mb-0\">Promotion</h5>
</div>
<div class=\"text-muted mt-4\">
<h4>% ";
// line 207
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 207, $this->source); })()), "promotion", [], "any", false, false, false, 207), "percent", [], "any", false, false, false, 207), "html", null, true);
yield " <i class=\"mdi mdi-chevron-up ms-1 text-success\"></i></h4>
<div class=\"d-flex\">
";
// line 209
if ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 209, $this->source); })()), "onpromo", [], "any", false, false, false, 209) == "1")) {
// line 210
yield " <span class=\"badge badge-soft-success font-size-12\"> On promo </span> <span class=\"ms-2 text-truncate\">La promotion est activé</span>
";
} else {
// line 212
yield " <span class=\"badge badge-soft-danger font-size-12\"> Pas de promo </span> <span class=\"ms-2 text-truncate\">Aucun promotion actif</span>
";
}
// line 214
yield " </div>
</div>
</div>
</div>
</div>
<div class=\"col-sm-4\">
<div class=\"card\">
<div class=\"card-body\">
<div class=\"d-flex align-items-center mb-3\">
<div class=\"avatar-xs me-3\">
<span class=\"avatar-title rounded-circle bg-primary bg-soft text-primary font-size-18\">
<i class=\"bx bx-cart\"></i>
</span>
</div>
<h5 class=\"font-size-14 mb-0\">Reservation</h5>
</div>
<div class=\"text-muted mt-4\">
<h4>120 <i class=\"mdi mdi-chevron-up ms-1 text-success\"></i></h4>
<div class=\"d-flex\">
<span class=\"badge badge-soft-warning font-size-12\"> Confirmé </span> <span class=\"ms-2 text-truncate\">Nombre de réservation confirmé</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class=\"row \">
<div class=\"col-6 \">
<div class=\"card\">
<div class=\"card-body\">
<div class=\"p-4\">
<h5 class=\"card-title\">Description</h5>
<p class=\"mb-1\">";
// line 249
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $this->extensions['Twig\Extra\String\StringExtension']->createUnicodeString(CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 249, $this->source); })()), "description", [], "any", false, false, false, 249)), "truncate", [50, "..."], "method", false, false, false, 249), "html", null, true);
yield "</p>
<h5 class=\"card-title mt-4\">Inclus au prix</h5>
<div class=\"text-muted\">
";
// line 253
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 253, $this->source); })()), "included", [], "any", false, false, false, 253));
foreach ($context['_seq'] as $context["_key"] => $context["included"]) {
// line 254
yield " <p class=\"mb-1\"><i class=\"mdi mdi-circle-medium align-middle text-primary me-1\"></i> ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["included"], "html", null, true);
yield "</p>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['included'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 256
yield " </div>
<h5 class=\"card-title mt-4\">Non Inclus au prix</h5>
<div class=\"text-muted\">
";
// line 260
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 260, $this->source); })()), "notincluded", [], "any", false, false, false, 260));
foreach ($context['_seq'] as $context["_key"] => $context["notincluded"]) {
// line 261
yield " <p class=\"mb-1\"><i class=\"mdi mdi-circle-medium align-middle text-primary me-1\"></i> ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["notincluded"], "html", null, true);
yield "</p>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['notincluded'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 263
yield " </div>
<div class=\"text-center mt-4\"><a href=\"";
// line 264
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("edit_description", ["id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 264, $this->source); })()), "id", [], "any", false, false, false, 264)]), "html", null, true);
yield "\" class=\"\">Modifier description<i class=\"mdi mdi-arrow-right ms-1\"></i></a></div>
</div>
</div>
</div>
<div class=\"card\">
<div class=\"card-body\">
<div class=\"p-4\">
<h5 class=\"card-title\">Hebergement</h5>
<ul class=\"list-group list-group-flush\">
";
// line 275
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 275, $this->source); })()), "hebergements", [], "any", false, false, false, 275));
foreach ($context['_seq'] as $context["_key"] => $context["hebergement"]) {
// line 276
yield " <li class=\"list-group-item py-3\">
<div class=\"d-flex\">
<div class=\"me-3\">
<img width=\"80\" src=\"";
// line 279
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("" . CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 279, $this->source); })()), "image", [], "any", false, false, false, 279))), "html", null, true);
yield "\" alt=\"\" class=\"avatar-sm h-auto d-block rounded\">
</div>
<div class=\"align-self-center overflow-hidden me-auto\">
<div>
<h5 class=\"font-size-14 text-truncate\"><a href=\"";
// line 284
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("edit_hebergement", ["id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 284, $this->source); })()), "id", [], "any", false, false, false, 284), "heber" => CoreExtension::getAttribute($this->env, $this->source, $context["hebergement"], "id", [], "any", false, false, false, 284)]), "html", null, true);
yield "\" class=\"text-dark\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["hebergement"], "name", [], "any", false, false, false, 284), "html", null, true);
yield "</a></h5>
<p class=\"text-muted mb-0\">";
// line 285
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["hebergement"], "price", [], "any", false, false, false, 285), "html", null, true);
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 285, $this->source); })()), "currency", [], "any", false, false, false, 285), "html", null, true);
yield "</p>
</div>
</div>
<div class=\"dropdown ms-2\">
<a class=\"text-muted font-size-14\" href=\"#\" role=\"button\" data-bs-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">
<i class=\"mdi mdi-dots-horizontal\"></i>
</a>
<div class=\"dropdown-menu dropdown-menu-end\">
<a class=\"dropdown-item\" href=\"";
// line 295
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("edit_hebergement", ["id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 295, $this->source); })()), "id", [], "any", false, false, false, 295), "heber" => CoreExtension::getAttribute($this->env, $this->source, $context["hebergement"], "id", [], "any", false, false, false, 295)]), "html", null, true);
yield "\">Modifier</a>
<a class=\"dropdown-item\" href=\"";
// line 296
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("remove_hebergement", ["id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 296, $this->source); })()), "id", [], "any", false, false, false, 296), "p" => CoreExtension::getAttribute($this->env, $this->source, $context["hebergement"], "id", [], "any", false, false, false, 296)]), "html", null, true);
yield "\">Supprimer</a>
</div>
</div>
</div>
</li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['hebergement'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 302
yield "
</ul>
<div class=\"text-center mt-4\"><a href=\"";
// line 304
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("add_hebergement", ["id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 304, $this->source); })()), "id", [], "any", false, false, false, 304)]), "html", null, true);
yield "\" class=\"\">Nouveau hebergement<i class=\"mdi mdi-arrow-right ms-1\"></i></a></div>
</div>
</div>
</div>
<div class=\"card\">
<div class=\"card-body\">
<div class=\"p-4\">
<h5 class=\"card-title\">Calendrier de dispoibilité</h5>
<p>Personnaliser la disponilbilité de cette experience selon votre calendrier.</p>
";
// line 315
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 315, $this->source); })()), "availability", [], "any", false, false, false, 315)) {
// line 316
yield " <div class=\"text-center\">
<div class=\"mb-4\">
<i class=\"bx bx-calendar text-primary display-4\"></i>
</div>
<h4>Durée de l'éxperience</h4>
<p>";
// line 321
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 321, $this->source); })()), "availability", [], "any", false, false, false, 321), "duration", [], "any", false, false, false, 321), "html", null, true);
yield " jours</p>
</div>
<div class=\"table-responsive mt-4\">
<table class=\"table align-middle table-nowrap\">
<tbody>
<tr>
<td >
<p class=\"mb-0\">Périodes de réservations :</p>
</td>
<td>
<p class=\"mb-0\">à partir de <b>";
// line 331
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 331, $this->source); })()), "availability", [], "any", false, false, false, 331), "duration", [], "any", false, false, false, 331), "html", null, true);
yield " Jours</b>, avant la date de départ </p></td>
</tr>
<tr>
<td>
<p class=\"mb-0\">Type de calendrier :</p>
</td>
<td>
<p class=\"mb-0\">";
// line 338
if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 338, $this->source); })()), "availability", [], "any", false, false, false, 338), "availabilitytype", [], "any", false, false, false, 338) == "1")) {
yield "CALENDRIER DE DISPONIBILITÉ <i class=\"mdi mdi-arrow-right ms-1\"></i> Dates de départ";
} elseif ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 338, $this->source); })()), "availability", [], "any", false, false, false, 338), "availabilitytype", [], "any", false, false, false, 338) == "2")) {
yield "CALENDRIER OUVERTE <i class=\"mdi mdi-arrow-right ms-1\"></i> Dates d'indisponibilité";
}
yield "</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class=\"text-center bg- p-10\" >
<div class=\"text-center mt-4\"><a href=\"";
// line 345
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("edit_availability", ["id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 345, $this->source); })()), "id", [], "any", false, false, false, 345)]), "html", null, true);
yield "\" class=\"\">Personaliser la disponibilité <i class=\"mdi mdi-arrow-right ms-1\"></i></a></div>
</div>
";
} else {
// line 348
yield " <div class=\"text-center bg- p-10\" >
<p class=\"text-muted\">Aucune disponibilité enregistré !!</p>
<div class=\"text-center mt-4\"><a href=\"";
// line 350
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("add_availability", ["id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 350, $this->source); })()), "id", [], "any", false, false, false, 350)]), "html", null, true);
yield "\" class=\"\">Créer une calendrier <i class=\"mdi mdi-arrow-right ms-1\"></i></a></div>
</div>
";
}
// line 353
yield "
<!-- end card -->
</div>
</div>
</div>
</div>
<div class=\"col-6 \">
<div class=\"card\">
<div class=\"card-body\">
<h4 class=\"card-title\">Informations génerale</h4>
<p class=\"mb-2 text-muted\">Modifier les informations génerale de l'éxperience :</p>
<div class=\"tab-pill mt-3 \">
<div class=\" text-13\">
<div class=\"tab-pane block\">
<div class=\"row\">
<label for=\"example-text-input\" class=\"block col-3 dark:text-zink-200 font-medium mb-1 text-sm\">Type de coaching</label>
<p class=\"col-9 text-sm text-gray-600 dark:text-zink-200\">";
// line 377
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 377, $this->source); })()), "coachingtype", [], "any", false, false, false, 377)) {
yield "Coaching Privé";
} elseif ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 377, $this->source); })()), "coachingtype", [], "any", false, false, false, 377) == "groupe")) {
yield "Coaching en Groupe";
} else {
yield "Coaching en Visio";
}
yield "</p>
</div>
<div class=\"mt-3 row\">
<label for=\"example-text-input\" class=\"block col-3 dark:text-zink-200 font-medium mb-1 text-sm\">Categorie</label>
<p class=\"col-9 text-xs text-gray-600 dark:text-zink-200\">";
// line 381
if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 381, $this->source); })()), "subcategories", [], "any", false, false, false, 381)) > 0)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 381, $this->source); })()), "subcategories", [], "any", false, false, false, 381), 0, [], "array", false, false, false, 381), "category", [], "any", false, false, false, 381), "name", [], "any", false, false, false, 381), "html", null, true);
}
yield "</p>
</div>
<div class=\"mt-3 row\">
<label for=\"example-text-input\" class=\"block col-3 dark:text-zink-200 font-medium mb-1 text-sm\">Resumé</label>
<p class=\"col-9 text-xs text-gray-600 dark:text-zink-200\">";
// line 385
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 385, $this->source); })()), "resume", [], "any", false, false, false, 385), "html", null, true);
yield "</p>
</div>
<div class=\"text-center mt-4\"><a href=\"";
// line 389
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("edit_general_info", ["id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 389, $this->source); })()), "id", [], "any", false, false, false, 389)]), "html", null, true);
yield "\" class=\"\">Modifier les infos general <i class=\"mdi mdi-arrow-right ms-1\"></i></a></div>
</div>
</div>
</div>
</div>
</div>
<div class=\"card\">
<div class=\"card-body\">
<div class=\"p-4\">
<h5 class=\"card-title\">Points fort !</h5>
<p>Les point remarquables de l'éxperience :</p>
<div class=\"text-muted\">
";
// line 402
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 402, $this->source); })()), "highlights", [], "any", false, false, false, 402));
foreach ($context['_seq'] as $context["_key"] => $context["highlight"]) {
// line 403
yield " <p class=\"mb-1\"><i class=\"mdi mdi-circle-medium align-middle text-primary me-1\"></i> ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["highlight"], "html", null, true);
yield "</p>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['highlight'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 405
yield " </div>
<div class=\"text-center mt-4\"><a href=\"";
// line 406
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("edit_highlights", ["id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 406, $this->source); })()), "id", [], "any", false, false, false, 406)]), "html", null, true);
yield "\" class=\"\">Modifier Points fort<i class=\"mdi mdi-arrow-right ms-1\"></i></a></div>
</div>
</div>
</div>
<div class=\"card\">
<div class=\"card-body\">
<div class=\"p-4\">
<h5 class=\"card-title\">Programme</h5>
<p>Les activités programmeé durant l'éxperience,pour les éxperience à plusieurs jours, lister regrouper chaque jousr à part.</p>
";
// line 417
if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 417, $this->source); })()), "programs", [], "any", false, false, false, 417)) > 0)) {
// line 418
yield " <div data-simplebar class=\"mt-2\" style=\"max-height: 280px;\">
<ul class=\"verti-timeline list-unstyled\">
";
// line 420
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 420, $this->source); })()), "programs", [], "any", false, false, false, 420));
foreach ($context['_seq'] as $context["_key"] => $context["program"]) {
// line 421
yield " <li class=\"event-list active\">
<div class=\"event-timeline-dot\">
<i class=\"bx bxs-right-arrow-circle font-size-18 bx-fade-right\"></i>
</div>
<div class=\"d-flex\">
<div class=\"flex-shrink-0 me-3\">
<h5 class=\"font-size-14\">";
// line 427
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["program"], "day", [], "any", false, false, false, 427), "html", null, true);
yield " <i class=\"bx bx-right-arrow-alt font-size-16 text-primary align-middle ms-2\"></i></h5>
</div>
<div class=\"flex-grow-1\">
<div>
";
// line 431
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["program"], "description", [], "any", false, false, false, 431), "html", null, true);
yield " <a href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("edit_program", ["id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 431, $this->source); })()), "id", [], "any", false, false, false, 431), "p" => CoreExtension::getAttribute($this->env, $this->source, $context["program"], "id", [], "any", false, false, false, 431)]), "html", null, true);
yield "\" class=\"text-success p-1\"><i class=\"bx bxs-edit-alt\"></i></a> <a href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("remove_program", ["id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 431, $this->source); })()), "id", [], "any", false, false, false, 431), "p" => CoreExtension::getAttribute($this->env, $this->source, $context["program"], "id", [], "any", false, false, false, 431)]), "html", null, true);
yield "\" class=\"text-ganger p-1\"><i class=\"bx bxs-trash-alt\"></i></a>
</div>
</div>
</div>
</li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['program'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 437
yield " </ul>
</div>
";
} else {
// line 440
yield " <div class=\"text-center bg- p-10\" >
<p class=\"text-muted\">Aucun programme enregistrer !!</p>
</div>
";
}
// line 444
yield "
<!-- end card -->
<div class=\"text-center mt-4\"><a href=\"";
// line 449
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("add_program", ["id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["experience"]) || array_key_exists("experience", $context) ? $context["experience"] : (function () { throw new RuntimeError('Variable "experience" does not exist.', 449, $this->source); })()), "id", [], "any", false, false, false, 449)]), "html", null, true);
yield "\" class=\"\">Nouvelle activité au Programe <i class=\"mdi mdi-arrow-right ms-1\"></i></a></div>
</div>
</div>
</div>
</div>
</div>
<!-- end row -->
<!-- end row -->
<!-- end row -->
<!-- End Page-content -->
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 463
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 464
yield " <!-- apexcharts -->
<script src=\"";
// line 465
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("admin/libs/parsleyjs/parsley.min.js"), "html", null, true);
yield "\"></script>
<script src=\"";
// line 467
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("admin/js/app.js"), "html", null, true);
yield "\"></script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "admin/experience/overview.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 1008 => 467, 1003 => 465, 1000 => 464, 990 => 463, 965 => 449, 958 => 444, 952 => 440, 947 => 437, 931 => 431, 924 => 427, 916 => 421, 912 => 420, 908 => 418, 906 => 417, 892 => 406, 889 => 405, 880 => 403, 876 => 402, 860 => 389, 853 => 385, 844 => 381, 831 => 377, 805 => 353, 799 => 350, 795 => 348, 789 => 345, 775 => 338, 765 => 331, 752 => 321, 745 => 316, 743 => 315, 729 => 304, 725 => 302, 713 => 296, 709 => 295, 694 => 285, 688 => 284, 680 => 279, 675 => 276, 671 => 275, 657 => 264, 654 => 263, 645 => 261, 641 => 260, 635 => 256, 626 => 254, 622 => 253, 615 => 249, 578 => 214, 574 => 212, 570 => 210, 568 => 209, 563 => 207, 539 => 188, 532 => 186, 523 => 180, 519 => 179, 473 => 140, 465 => 139, 454 => 135, 446 => 134, 435 => 130, 427 => 129, 415 => 124, 407 => 123, 395 => 118, 387 => 117, 376 => 113, 368 => 112, 323 => 70, 320 => 69, 314 => 68, 308 => 66, 306 => 65, 302 => 64, 297 => 62, 293 => 61, 289 => 60, 285 => 59, 281 => 58, 277 => 57, 259 => 41, 255 => 40, 251 => 38, 249 => 37, 246 => 36, 242 => 35, 238 => 33, 236 => 32, 226 => 31, 222 => 30, 216 => 29, 205 => 25, 193 => 15, 183 => 14, 169 => 11, 165 => 10, 160 => 9, 150 => 8, 138 => 6, 128 => 5, 107 => 4, 87 => 3, 65 => 2, 42 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'admin/baseAdmin.html.twig' %}
{% block page_title %}Détails : {{ experience.title }} {% endblock %}
{% block breadcump_main %}Expériences{% endblock %}
{% block breadcump_subtitle %}{{ experience.title }} {% endblock %}
{% block menu_left_sidebar %}
{% include 'include/menu/menuAdmin.html.twig' with { menu_active_event : '2'} %}
{% endblock %}
{% block stylesheets %}
<link href=\"{{ asset('admin/libs/select2/css/select2.min.css') }}\" rel=\"stylesheet\" type=\"text/css\">
<link href=\"{{ asset('admin/css/tailwind.min.css') }}\" rel=\"stylesheet\" type=\"text/css\">
<link href=\"{{ asset('admin/css/tailwind2.css') }}\" rel=\"stylesheet\" type=\"text/css\">
{% endblock %}
{% block content %}
<!-- end page title -->
<div class=\"row\">
<div class=\"col-lg-12\">
<div class=\"card\">
<div class=\"card-body\">
<div class=\"row\">
<div class=\"col-8\">
<div class=\"d-flex\">
<div class=\"flex-shrink-0 me-3\">
<img src=\"{% if experience.image != null %}{{ asset(''~experience.image) }}{% else %}{{ asset('admin/images/default/product.png') }}{% endif %}\" alt=\"\" class=\"avatar-md rounded-circle img-thumbnail\">
</div>
<div class=\"flex-grow-1 align-self-center\">
<div class=\"text-muted\">
<p class=\"mb-2\">{% if experience.subcategories|length > 0 %}{{ experience.subcategories[0].category.name }}{% endif %}</p>
<h5 class=\"mb-1\">{{ experience.title }}</h5>
<p class=\"mb-2\">{% if experience.coachingtype %}Coaching Privé{% elseif experience.coachingtype =='groupe' %}Coaching en Groupe{% else %}Coaching en Visio{% endif %}</p>
{% if experience.enabled == '1' %}
<span class=\"badge badge-soft-success font-size-12\"> <i class=\" font-size-10 mdi mdi-circle text-soft-success align-middle me-1\"></i> Activé </span>
{% else %}
<span class=\"badge badge-soft-danger font-size-12\"> <i class=\" font-size-10 mdi mdi-circle text-soft-danger align-middle me-1\"></i> Désactivé </span>
{% endif %}
{% if experience.published == '1' %}
<span class=\"badge badge-soft-success font-size-12\"> <i class=\" font-size-10 mdi mdi-circle text-soft-success align-middle me-1\"></i> Publié </span>
{% else %}
<span class=\"badge badge-soft-warning font-size-12\"> <i class=\" font-size-10 mdi mdi-circle text-soft-warning align-middle me-1\"></i> Non publié </span>
{% endif %}
</div>
</div>
</div>
</div>
<div class=\"col-4\">
<ul class=\"list-inline user-chat-nav text-end mb-0\">
<li class=\"list-inline-item d-none d-sm-inline-block\">
<div class=\"dropdown\">
<button class=\"btn nav-btn\" type=\"button\" data-bs-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">
<i class=\"bx bx-cog\"></i>
</button>
<div class=\"dropdown-menu dropdown-menu-end\" style=\"\">
<a class=\"dropdown-item\" href=\"{{ path('edit_general_info',{'id':experience.id}) }}\">Informations Génerale</a>
<a class=\"dropdown-item\" href=\"{{ path('edit_description',{'id':experience.id}) }}\">Description</a>
<a class=\"dropdown-item\" href=\"{{ path('edit_highlights',{'id':experience.id}) }}\">Points forts</a>
<a class=\"dropdown-item\" href=\"{{ path('edit_media',{'id':experience.id}) }}\">Media et galerie</a>
<a class=\"dropdown-item\" href=\"{{ path('edit_price',{'id':experience.id}) }}\">Condition d'annulation</a>
<a class=\"dropdown-item\" href=\"{{ path('edit_price',{'id':experience.id}) }}\">Prix et tarification</a>
<div class=\"dropdown-divider\"></div>
<a class=\"dropdown-item\" href=\"{{ path('add_hebergement',{'id':experience.id}) }}\">Ajouter Chambre</a>
<a class=\"dropdown-item\" {% if experience.availability %}
href=\"{{ path('edit_availability',{'id':experience.id}) }}\"
{% else %}
href=\"{{ path('add_availability',{'id':experience.id}) }}\"
{% endif %}>Calendrier de disponibilité</a>
<a class=\"dropdown-item\" href=\"{{ path('add_program',{'id':experience.id}) }}\">Ajouter Programme</a>
</div>
</div>
</li>
<li class=\"list-inline-item\">
<div class=\"dropdown\">
<button class=\"btn nav-btn\" type=\"button\" data-bs-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">
<i class=\"bx bx-dots-horizontal-rounded\"></i>
</button>
<div class=\"dropdown-menu dropdown-menu-end\" style=\"\">
<a class=\"dropdown-item\" href=\"#\">Page en ligne</a>
<a class=\"dropdown-item\" href=\"#\">Liste de réservations</a>
<a class=\"dropdown-item\" href=\"#\">Autres</a>
</div>
</div>
</li>
</ul>
</div>
</div>
<!-- end row -->
</div>
</div>
</div>
<div class=\"col-lg-12\">
<div class=\"card\">
<div class=\"card-body\">
<div class=\"flex items-center gap-x-4\">
<div class=\"w-8 h-8 rounded-full flex items-center justify-center bg-orange/30 dark:bg-orange/30\">
<i class=\"bx bx-copy-alt text-orange text-3xl\"></i>
</div>
<div>
<h4 class=\"text-gray-700 text-15 font-semibold dark:text-gray-50 mb-1\">Compléter les informations de votre expérience</h4>
<p class=\"text-gray-700 text-sm\">Voici les sections que vous devez compléter pour finaliser de fournir les informations necessaire pour publié votre éxpeience. </p>
</div>
</div>
<div class=\"my-4 mb-4.5 text-sm flex flex-wrap sm:gap-5 gap-2 items-center\">
<!-- Section: General Info -->
<div class=\"flex items-center justify-start my-1 space-x-1 mr-2 \">
<i class=\"bx {% if '1' in experience.steps %}bx-check text-success{% else %}bx-x-circle text-mute{% endif %} font-normal text-base\"></i>
<label class=\"mb-0 font-normal {% if '1' in experience.steps %}fw-medium {% else %}text-muted{% endif %}\">Infos génerale</label>
</div>
<!-- Section: Programme -->
<div class=\"flex items-center justify-start my-1 space-x-1 mr-2 \">
<i class=\"bx {% if '2' in experience.steps %}bx-check text-success{% else %}bx-x-circle text-muted{% endif %} font-normal text-base\"></i>
<label class=\"mb-0 font-normal {% if '2' in experience.steps %}fw-medium {% else %}text-muted{% endif %}\">Description</label>
</div>
<!-- Section: Gallery -->
<div class=\"flex items-center justify-start my-1 space-x-1 mr-2 \">
<i class=\"bx {% if '3' in experience.steps %}bx-check text-success{% else %}bx-x-circle text-muted{% endif %} \"></i>
<label class=\"mb-0 font-normal{% if '3' in experience.steps %}fw-medium{% else %}text-muted{% endif %}\">Programme</label>
</div>
<!-- Section: Description -->
<div class=\"flex items-center justify-start my-1 space-x-1 mr-2 \">
<i class=\"bx {% if '4' in experience.steps %}bx-check text-success{% else %}bx-x-circle text-muted{% endif %} \"></i>
<label class=\"mb-0 font-normal{% if '4' in experience.steps %}fw-medium{% else %}text-muted{% endif %}\">Hebergement</label>
</div>
<!-- Section: Prix -->
<div class=\"flex items-center justify-start my-1 space-x-1 mr-2 \">
<i class=\"bx {% if '5' in experience.steps %}bx-check text-success{% else %}bx-x-circle text-muted{% endif %}\"></i>
<label class=\"mb-0 font-normal {% if '5' in experience.steps %}fw-medium{% else %}text-muted{% endif %}\">Media</label>
</div>
<!-- Section: Highlights -->
<div class=\"flex items-center justify-start my-1 space-x-1 mr-2 \">
<i class=\"bx {% if '6' in experience.steps %}bx-check text-success{% else %}bx-x-circle text-muted{% endif %}\"></i>
<label class=\"mb-0 font-normal {% if '6' in experience.steps %}fw-medium{% else %}text-muted{% endif %}\">Tarification</label>
</div>
</div>
<div class=\"border-t border-gray-300 pt-2 flex w-2/5 dark:border-zink-50\">
<div class=\"flex items-center space-x-1 mr-2 my-2\">
<i class=\"bx bx-check-circle text-success font-normal text-base\"></i>
<small class=\"text-xs font-light dark:text-zink-200\">Information enregistrés </small>
</div>
<div class=\"flex items-center space-x-1 mr-2 mx-3\">
<i class=\"bx bx-x-circle text-soft-danger text-lg\"></i>
<p class=\"text-xs mb-0 font-light dark:text-zink-200\">Information requise </p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end row -->
<div class=\"row\">
<div class=\"col-sm-4\">
<div class=\"card\">
<div class=\"card-body\">
<div class=\"d-flex align-items-center mb-3\">
<div class=\"avatar-xs me-3\">
<span class=\"avatar-title rounded-circle bg-primary bg-soft text-primary font-size-18\">
<i class=\"bx bx-dollar-circle\"></i>
</span>
</div>
<h5 class=\"font-size-14 mb-0\">Prix</h5>
<div class=\"dropdown ms-auto\">
<a class=\"text-muted font-size-16\" role=\"button\" data-bs-toggle=\"dropdown\" aria-haspopup=\"true\">
<i class=\"mdi mdi-dots-horizontal\"></i>
</a>
<div class=\"dropdown-menu dropdown-menu-end\">
<a class=\"dropdown-item\" href=\"{{ path('edit_price',{'id':experience.id}) }}\">Condition d'annulation</a>
<a class=\"dropdown-item\" href=\"{{ path('edit_price',{'id':experience.id}) }}\">Prix et tarification</a>
</div>
</div>
</div>
<div class=\"text-muted mt-4\">
<h4> {{ experience.price }} {{ experience.currency }} <i class=\"mdi mdi-chevron-up ms-1 text-success\"></i></h4>
<div class=\"d-flex\">
<span class=\"badge badge-soft-success font-size-12\"> {{ experience.currency }} </span> <span class=\"ms-2 text-truncate\">Prix de l'éxperience en {{ experience.currency }}</span>
</div>
</div>
</div>
</div>
</div>
<div class=\"col-sm-4\">
<div class=\"card\">
<div class=\"card-body\">
<div class=\"d-flex align-items-center mb-3\">
<div class=\"avatar-xs me-3\">
<span class=\"avatar-title rounded-circle bg-primary bg-soft text-primary font-size-18\">
<i class=\"bx bx-dna\"></i>
</span>
</div>
<h5 class=\"font-size-14 mb-0\">Promotion</h5>
</div>
<div class=\"text-muted mt-4\">
<h4>% {{ experience.promotion.percent }} <i class=\"mdi mdi-chevron-up ms-1 text-success\"></i></h4>
<div class=\"d-flex\">
{% if experience.onpromo == '1' %}
<span class=\"badge badge-soft-success font-size-12\"> On promo </span> <span class=\"ms-2 text-truncate\">La promotion est activé</span>
{% else %}
<span class=\"badge badge-soft-danger font-size-12\"> Pas de promo </span> <span class=\"ms-2 text-truncate\">Aucun promotion actif</span>
{% endif %}
</div>
</div>
</div>
</div>
</div>
<div class=\"col-sm-4\">
<div class=\"card\">
<div class=\"card-body\">
<div class=\"d-flex align-items-center mb-3\">
<div class=\"avatar-xs me-3\">
<span class=\"avatar-title rounded-circle bg-primary bg-soft text-primary font-size-18\">
<i class=\"bx bx-cart\"></i>
</span>
</div>
<h5 class=\"font-size-14 mb-0\">Reservation</h5>
</div>
<div class=\"text-muted mt-4\">
<h4>120 <i class=\"mdi mdi-chevron-up ms-1 text-success\"></i></h4>
<div class=\"d-flex\">
<span class=\"badge badge-soft-warning font-size-12\"> Confirmé </span> <span class=\"ms-2 text-truncate\">Nombre de réservation confirmé</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class=\"row \">
<div class=\"col-6 \">
<div class=\"card\">
<div class=\"card-body\">
<div class=\"p-4\">
<h5 class=\"card-title\">Description</h5>
<p class=\"mb-1\">{{ experience.description|u.truncate(50, '...') }}</p>
<h5 class=\"card-title mt-4\">Inclus au prix</h5>
<div class=\"text-muted\">
{% for included in experience.included %}
<p class=\"mb-1\"><i class=\"mdi mdi-circle-medium align-middle text-primary me-1\"></i> {{ included }}</p>
{% endfor %}
</div>
<h5 class=\"card-title mt-4\">Non Inclus au prix</h5>
<div class=\"text-muted\">
{% for notincluded in experience.notincluded %}
<p class=\"mb-1\"><i class=\"mdi mdi-circle-medium align-middle text-primary me-1\"></i> {{ notincluded }}</p>
{% endfor %}
</div>
<div class=\"text-center mt-4\"><a href=\"{{ path('edit_description',{'id':experience.id}) }}\" class=\"\">Modifier description<i class=\"mdi mdi-arrow-right ms-1\"></i></a></div>
</div>
</div>
</div>
<div class=\"card\">
<div class=\"card-body\">
<div class=\"p-4\">
<h5 class=\"card-title\">Hebergement</h5>
<ul class=\"list-group list-group-flush\">
{% for hebergement in experience.hebergements %}
<li class=\"list-group-item py-3\">
<div class=\"d-flex\">
<div class=\"me-3\">
<img width=\"80\" src=\"{{ asset(''~experience.image) }}\" alt=\"\" class=\"avatar-sm h-auto d-block rounded\">
</div>
<div class=\"align-self-center overflow-hidden me-auto\">
<div>
<h5 class=\"font-size-14 text-truncate\"><a href=\"{{ path('edit_hebergement',{'id':experience.id,'heber':hebergement.id}) }}\" class=\"text-dark\">{{ hebergement.name }}</a></h5>
<p class=\"text-muted mb-0\">{{ hebergement.price }} {{ experience.currency }}</p>
</div>
</div>
<div class=\"dropdown ms-2\">
<a class=\"text-muted font-size-14\" href=\"#\" role=\"button\" data-bs-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">
<i class=\"mdi mdi-dots-horizontal\"></i>
</a>
<div class=\"dropdown-menu dropdown-menu-end\">
<a class=\"dropdown-item\" href=\"{{ path('edit_hebergement',{'id':experience.id,'heber':hebergement.id}) }}\">Modifier</a>
<a class=\"dropdown-item\" href=\"{{ path('remove_hebergement',{'id':experience.id,'p':hebergement.id}) }}\">Supprimer</a>
</div>
</div>
</div>
</li>
{% endfor %}
</ul>
<div class=\"text-center mt-4\"><a href=\"{{ path('add_hebergement',{'id':experience.id}) }}\" class=\"\">Nouveau hebergement<i class=\"mdi mdi-arrow-right ms-1\"></i></a></div>
</div>
</div>
</div>
<div class=\"card\">
<div class=\"card-body\">
<div class=\"p-4\">
<h5 class=\"card-title\">Calendrier de dispoibilité</h5>
<p>Personnaliser la disponilbilité de cette experience selon votre calendrier.</p>
{% if experience.availability %}
<div class=\"text-center\">
<div class=\"mb-4\">
<i class=\"bx bx-calendar text-primary display-4\"></i>
</div>
<h4>Durée de l'éxperience</h4>
<p>{{ experience.availability.duration }} jours</p>
</div>
<div class=\"table-responsive mt-4\">
<table class=\"table align-middle table-nowrap\">
<tbody>
<tr>
<td >
<p class=\"mb-0\">Périodes de réservations :</p>
</td>
<td>
<p class=\"mb-0\">à partir de <b>{{ experience.availability.duration}} Jours</b>, avant la date de départ </p></td>
</tr>
<tr>
<td>
<p class=\"mb-0\">Type de calendrier :</p>
</td>
<td>
<p class=\"mb-0\">{% if experience.availability.availabilitytype ==\"1\" %}CALENDRIER DE DISPONIBILITÉ <i class=\"mdi mdi-arrow-right ms-1\"></i> Dates de départ{% elseif experience.availability.availabilitytype ==\"2\" %}CALENDRIER OUVERTE <i class=\"mdi mdi-arrow-right ms-1\"></i> Dates d'indisponibilité{% endif %}</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class=\"text-center bg- p-10\" >
<div class=\"text-center mt-4\"><a href=\"{{ path('edit_availability',{'id':experience.id}) }}\" class=\"\">Personaliser la disponibilité <i class=\"mdi mdi-arrow-right ms-1\"></i></a></div>
</div>
{% else %}
<div class=\"text-center bg- p-10\" >
<p class=\"text-muted\">Aucune disponibilité enregistré !!</p>
<div class=\"text-center mt-4\"><a href=\"{{ path('add_availability',{'id':experience.id}) }}\" class=\"\">Créer une calendrier <i class=\"mdi mdi-arrow-right ms-1\"></i></a></div>
</div>
{% endif %}
<!-- end card -->
</div>
</div>
</div>
</div>
<div class=\"col-6 \">
<div class=\"card\">
<div class=\"card-body\">
<h4 class=\"card-title\">Informations génerale</h4>
<p class=\"mb-2 text-muted\">Modifier les informations génerale de l'éxperience :</p>
<div class=\"tab-pill mt-3 \">
<div class=\" text-13\">
<div class=\"tab-pane block\">
<div class=\"row\">
<label for=\"example-text-input\" class=\"block col-3 dark:text-zink-200 font-medium mb-1 text-sm\">Type de coaching</label>
<p class=\"col-9 text-sm text-gray-600 dark:text-zink-200\">{% if experience.coachingtype %}Coaching Privé{% elseif experience.coachingtype =='groupe' %}Coaching en Groupe{% else %}Coaching en Visio{% endif %}</p>
</div>
<div class=\"mt-3 row\">
<label for=\"example-text-input\" class=\"block col-3 dark:text-zink-200 font-medium mb-1 text-sm\">Categorie</label>
<p class=\"col-9 text-xs text-gray-600 dark:text-zink-200\">{% if experience.subcategories|length > 0 %}{{ experience.subcategories[0].category.name }}{% endif %}</p>
</div>
<div class=\"mt-3 row\">
<label for=\"example-text-input\" class=\"block col-3 dark:text-zink-200 font-medium mb-1 text-sm\">Resumé</label>
<p class=\"col-9 text-xs text-gray-600 dark:text-zink-200\">{{ experience.resume }}</p>
</div>
<div class=\"text-center mt-4\"><a href=\"{{ path('edit_general_info',{'id':experience.id}) }}\" class=\"\">Modifier les infos general <i class=\"mdi mdi-arrow-right ms-1\"></i></a></div>
</div>
</div>
</div>
</div>
</div>
<div class=\"card\">
<div class=\"card-body\">
<div class=\"p-4\">
<h5 class=\"card-title\">Points fort !</h5>
<p>Les point remarquables de l'éxperience :</p>
<div class=\"text-muted\">
{% for highlight in experience.highlights %}
<p class=\"mb-1\"><i class=\"mdi mdi-circle-medium align-middle text-primary me-1\"></i> {{ highlight }}</p>
{% endfor %}
</div>
<div class=\"text-center mt-4\"><a href=\"{{ path('edit_highlights',{'id':experience.id}) }}\" class=\"\">Modifier Points fort<i class=\"mdi mdi-arrow-right ms-1\"></i></a></div>
</div>
</div>
</div>
<div class=\"card\">
<div class=\"card-body\">
<div class=\"p-4\">
<h5 class=\"card-title\">Programme</h5>
<p>Les activités programmeé durant l'éxperience,pour les éxperience à plusieurs jours, lister regrouper chaque jousr à part.</p>
{% if experience.programs|length > 0 %}
<div data-simplebar class=\"mt-2\" style=\"max-height: 280px;\">
<ul class=\"verti-timeline list-unstyled\">
{% for program in experience.programs %}
<li class=\"event-list active\">
<div class=\"event-timeline-dot\">
<i class=\"bx bxs-right-arrow-circle font-size-18 bx-fade-right\"></i>
</div>
<div class=\"d-flex\">
<div class=\"flex-shrink-0 me-3\">
<h5 class=\"font-size-14\">{{ program.day }} <i class=\"bx bx-right-arrow-alt font-size-16 text-primary align-middle ms-2\"></i></h5>
</div>
<div class=\"flex-grow-1\">
<div>
{{ program.description }} <a href=\"{{ path('edit_program',{'id':experience.id,'p':program.id}) }}\" class=\"text-success p-1\"><i class=\"bx bxs-edit-alt\"></i></a> <a href=\"{{ path('remove_program',{'id':experience.id,'p':program.id}) }}\" class=\"text-ganger p-1\"><i class=\"bx bxs-trash-alt\"></i></a>
</div>
</div>
</div>
</li>
{% endfor %}
</ul>
</div>
{% else %}
<div class=\"text-center bg- p-10\" >
<p class=\"text-muted\">Aucun programme enregistrer !!</p>
</div>
{% endif %}
<!-- end card -->
<div class=\"text-center mt-4\"><a href=\"{{ path('add_program',{'id':experience.id}) }}\" class=\"\">Nouvelle activité au Programe <i class=\"mdi mdi-arrow-right ms-1\"></i></a></div>
</div>
</div>
</div>
</div>
</div>
<!-- end row -->
<!-- end row -->
<!-- end row -->
<!-- End Page-content -->
{% endblock %}
{% block javascripts %}
<!-- apexcharts -->
<script src=\"{{ asset('admin/libs/parsleyjs/parsley.min.js')}}\"></script>
<script src=\"{{ asset('admin/js/app.js')}}\"></script>
{% endblock %}", "admin/experience/overview.html.twig", "/home/bookoachroot/public_html/templates/admin/experience/overview.html.twig");
}
}