<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* page/single.html.twig */
class __TwigTemplate_6e6d62cd5eb0f819f2776c4747930f144ec1bebb23ad922b7f50f3e9b0631fc5 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'stylesheets' => [$this, 'block_stylesheets'],
'title' => [$this, 'block_title'],
'navigation' => [$this, 'block_navigation'],
'slider' => [$this, 'block_slider'],
'body' => [$this, 'block_body'],
'footer' => [$this, 'block_footer'],
'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", "page/single.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "page/single.html.twig"));
$this->parent = $this->loadTemplate("base.html.twig", "page/single.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 4
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 5
echo " ";
$this->displayParentBlock("stylesheets", $context, $blocks);
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 9
public function block_title($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", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$this->displayParentBlock("title", $context, $blocks);
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 11
public function block_navigation($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", "navigation"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "navigation"));
// line 12
echo " ";
$this->displayParentBlock("navigation", $context, $blocks);
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 19
public function block_slider($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", "slider"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "slider"));
// line 20
echo " ";
$this->displayParentBlock("slider", $context, $blocks);
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 26
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 27
echo " ";
// line 28
echo " ";
$this->loadTemplate("_general_includes/_fildariane.html.twig", "page/single.html.twig", 28)->display($context);
// line 29
echo " ";
// line 30
echo "
<div class=\"container clearfix\">
<div class=\"single-product\">
<div class=\"product\">
<div class=\"row gutter-40\">
<div class=\"col-md-5\" style=\"margin-top: 20px;\">
<!-- Product Single - Gallery
============================================= -->
<div class=\"product-image\">
<div class=\"fslider\" data-pagi=\"false\" data-arrows=\"false\" data-thumbs=\"true\">
<div class=\"flexslider\">
";
// line 44
if (((isset($context["img"]) || array_key_exists("img", $context) ? $context["img"] : (function () { throw new RuntimeError('Variable "img" does not exist.', 44, $this->source); })()) == true)) {
// line 45
echo " <div class=\"slider-wrap\" data-lightbox=\"gallery\">
";
// line 46
$context["images"] = twig_get_attribute($this->env, $this->source, (isset($context["element"]) || array_key_exists("element", $context) ? $context["element"] : (function () { throw new RuntimeError('Variable "element" does not exist.', 46, $this->source); })()), "imagesentiteeconomiques", [], "any", false, false, false, 46);
// line 47
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_array_filter($this->env, (isset($context["images"]) || array_key_exists("images", $context) ? $context["images"] : (function () { throw new RuntimeError('Variable "images" does not exist.', 47, $this->source); })()), function ($__image__) use ($context, $macros) { $context["image"] = $__image__; return (twig_get_attribute($this->env, $this->source, $context["image"], "getIsThumb", [], "method", false, false, false, 47) != true); }));
$context['_iterated'] = false;
foreach ($context['_seq'] as $context["_key"] => $context["image"]) {
// line 48
echo " <div class=\"slide\" data-thumb=\"";
echo twig_escape_filter($this->env, $this->extensions['Vich\UploaderBundle\Twig\Extension\UploaderExtension']->asset($context["image"], "imageFile"));
echo "\">
<a href=\"";
// line 49
echo twig_escape_filter($this->env, $this->extensions['Vich\UploaderBundle\Twig\Extension\UploaderExtension']->asset($context["image"], "imageFile"));
echo "\"
title=\"";
// line 50
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["element"]) || array_key_exists("element", $context) ? $context["element"] : (function () { throw new RuntimeError('Variable "element" does not exist.', 50, $this->source); })()), "designation", [], "any", false, false, false, 50), "html", null, true);
echo "\" data-lightbox=\"gallery-item\">
<img src=\"";
// line 51
echo twig_escape_filter($this->env, $this->extensions['Vich\UploaderBundle\Twig\Extension\UploaderExtension']->asset($context["image"], "imageFile"));
echo "\" alt=\"Tourisme Comores\">
</a>
</div>
";
$context['_iterated'] = true;
}
if (!$context['_iterated']) {
// line 55
echo " <h2>Aucune image</h2>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['image'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 57
echo " </div>
";
}
// line 59
echo " </div>
</div>
</div><!-- Product Single - Gallery End -->
<div class=\"card product-meta\">
<div class=\"card-body\">
<i class=\"icon-caret-right color-lifestyle\"></i> Tel : ";
// line 64
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["element"]) || array_key_exists("element", $context) ? $context["element"] : (function () { throw new RuntimeError('Variable "element" does not exist.', 64, $this->source); })()), "tel", [], "any", false, false, false, 64), "html", null, true);
echo "
<br/>
<i class=\"icon-caret-right color-lifestyle\"></i> Email : ";
// line 66
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["element"]) || array_key_exists("element", $context) ? $context["element"] : (function () { throw new RuntimeError('Variable "element" does not exist.', 66, $this->source); })()), "email", [], "any", false, false, false, 66), "html", null, true);
echo "
<br/>
<i class=\"icon-caret-right color-lifestyle\"></i> Adresse : ";
// line 68
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["element"]) || array_key_exists("element", $context) ? $context["element"] : (function () { throw new RuntimeError('Variable "element" does not exist.', 68, $this->source); })()), "adresse", [], "any", false, false, false, 68), "html", null, true);
echo "
";
// line 69
if (twig_get_attribute($this->env, $this->source, (isset($context["element"]) || array_key_exists("element", $context) ? $context["element"] : (function () { throw new RuntimeError('Variable "element" does not exist.', 69, $this->source); })()), "urlsiteweb", [], "any", false, false, false, 69)) {
// line 70
echo " <br/>
<i class=\"icon-caret-right color-lifestyle\"></i>Site web :
<a href=\"";
// line 72
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["element"]) || array_key_exists("element", $context) ? $context["element"] : (function () { throw new RuntimeError('Variable "element" does not exist.', 72, $this->source); })()), "urlsiteweb", [], "any", false, false, false, 72), "html", null, true);
echo "\" target=\"_blank\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["element"]) || array_key_exists("element", $context) ? $context["element"] : (function () { throw new RuntimeError('Variable "element" does not exist.', 72, $this->source); })()), "urlsiteweb", [], "any", false, false, false, 72), "html", null, true);
echo "</a>
";
}
// line 74
echo " </div>
</div>
</div>
<div class=\"col-md-7 product-desc\">
<div class=\"divider divider-xs divider-center\" style=\"margin-top: -5px;\">
<i class=\"icon-star color-lifestyle\"></i>
<i class=\"icon-star color-sports\"></i>
<i class=\"icon-star color-market\"></i>
<i class=\"icon-star color-tech\"></i>
</div>
<h2>";
// line 87
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["element"]) || array_key_exists("element", $context) ? $context["element"] : (function () { throw new RuntimeError('Variable "element" does not exist.', 87, $this->source); })()), "designation", [], "any", false, false, false, 87), "html", null, true);
echo "</h2>
";
// line 88
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 88, $this->source); })()), "request", [], "any", false, false, false, 88), "locale", [], "any", false, false, false, 88) == "en")) {
// line 89
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["element"]) || array_key_exists("element", $context) ? $context["element"] : (function () { throw new RuntimeError('Variable "element" does not exist.', 89, $this->source); })()), "getEnDescription", [], "method", false, false, false, 89)) {
// line 90
echo " ";
echo twig_get_attribute($this->env, $this->source, (isset($context["element"]) || array_key_exists("element", $context) ? $context["element"] : (function () { throw new RuntimeError('Variable "element" does not exist.', 90, $this->source); })()), "getEnDescription", [], "method", false, false, false, 90);
echo "
";
} else {
// line 92
echo " ";
echo twig_get_attribute($this->env, $this->source, (isset($context["element"]) || array_key_exists("element", $context) ? $context["element"] : (function () { throw new RuntimeError('Variable "element" does not exist.', 92, $this->source); })()), "description", [], "any", false, false, false, 92);
echo "
";
}
// line 94
echo " ";
} else {
// line 95
echo " ";
echo twig_get_attribute($this->env, $this->source, (isset($context["element"]) || array_key_exists("element", $context) ? $context["element"] : (function () { throw new RuntimeError('Variable "element" does not exist.', 95, $this->source); })()), "description", [], "any", false, false, false, 95);
echo "
";
}
// line 97
echo " </div>
</div>
</div>
</div>
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 112
public function block_footer($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", "footer"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
// line 113
echo " ";
$this->displayParentBlock("footer", $context, $blocks);
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 121
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 122
echo " ";
$this->displayParentBlock("javascripts", $context, $blocks);
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "page/single.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 363 => 122, 353 => 121, 340 => 113, 330 => 112, 311 => 97, 305 => 95, 302 => 94, 296 => 92, 290 => 90, 287 => 89, 285 => 88, 281 => 87, 266 => 74, 259 => 72, 255 => 70, 253 => 69, 249 => 68, 244 => 66, 239 => 64, 232 => 59, 228 => 57, 221 => 55, 212 => 51, 208 => 50, 204 => 49, 199 => 48, 193 => 47, 191 => 46, 188 => 45, 186 => 44, 170 => 30, 168 => 29, 165 => 28, 163 => 27, 153 => 26, 140 => 20, 130 => 19, 117 => 12, 107 => 11, 87 => 9, 74 => 5, 64 => 4, 41 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{#<!-- Stylesheets
\t============================================= -->#}
{% block stylesheets %}
{{ parent() }}
{% endblock stylesheets %}
{#<!-- Document Title
\t============================================= -->#}
{% block title %}{{ parent() }} {% endblock title %}
{% block navigation %}
{{ parent() }}
{% endblock navigation %}
{#<!-- Slider
\t\t============================================= -->#}
{# SLIDER #}
{% block slider %}
{{ parent() }}
{% endblock slider %}
{#<!-- Content
\t\t============================================= -->#}
{% block body %}
{# FIL D ARIANE #}
{% include'_general_includes/_fildariane.html.twig' %}
{#<!-- #page-title end -->#}
<div class=\"container clearfix\">
<div class=\"single-product\">
<div class=\"product\">
<div class=\"row gutter-40\">
<div class=\"col-md-5\" style=\"margin-top: 20px;\">
<!-- Product Single - Gallery
============================================= -->
<div class=\"product-image\">
<div class=\"fslider\" data-pagi=\"false\" data-arrows=\"false\" data-thumbs=\"true\">
<div class=\"flexslider\">
{% if img == true %}
<div class=\"slider-wrap\" data-lightbox=\"gallery\">
{% set images = element.imagesentiteeconomiques %}
{% for image in images | filter(image => image.getIsThumb() != true) %}
<div class=\"slide\" data-thumb=\"{{ vich_uploader_asset(image, 'imageFile') |e }}\">
<a href=\"{{ vich_uploader_asset(image, 'imageFile') |e }}\"
title=\"{{ element.designation }}\" data-lightbox=\"gallery-item\">
<img src=\"{{ vich_uploader_asset(image, 'imageFile') |e }}\" alt=\"Tourisme Comores\">
</a>
</div>
{% else %}
<h2>Aucune image</h2>
{% endfor %}
</div>
{% endif %}
</div>
</div>
</div><!-- Product Single - Gallery End -->
<div class=\"card product-meta\">
<div class=\"card-body\">
<i class=\"icon-caret-right color-lifestyle\"></i> Tel : {{ element.tel }}
<br/>
<i class=\"icon-caret-right color-lifestyle\"></i> Email : {{ element.email }}
<br/>
<i class=\"icon-caret-right color-lifestyle\"></i> Adresse : {{ element.adresse }}
{% if element.urlsiteweb %}
<br/>
<i class=\"icon-caret-right color-lifestyle\"></i>Site web :
<a href=\"{{ element.urlsiteweb }}\" target=\"_blank\">{{ element.urlsiteweb }}</a>
{% endif %}
</div>
</div>
</div>
<div class=\"col-md-7 product-desc\">
<div class=\"divider divider-xs divider-center\" style=\"margin-top: -5px;\">
<i class=\"icon-star color-lifestyle\"></i>
<i class=\"icon-star color-sports\"></i>
<i class=\"icon-star color-market\"></i>
<i class=\"icon-star color-tech\"></i>
</div>
<h2>{{ element.designation }}</h2>
{% if app.request.locale == \"en\" %}
{% if element.getEnDescription() %}
{{ element.getEnDescription() | raw }}
{% else %}
{{ element.description | raw }}
{% endif %}
{% else %}
{{ element.description | raw }}
{% endif %}
</div>
</div>
</div>
</div>
</div>
{% endblock body %}
{#<!-- #content end -->#}
{#<!-- Footer
\t\t============================================= -->#}
{% block footer %}
{{ parent() }}
{% endblock footer %}
{#<!-- #footer end -->#}
{#<!-- JavaScripts
\t============================================= -->#}
{% block javascripts %}
{{ parent() }}
{% endblock javascripts %}
", "page/single.html.twig", "/var/www/vhosts/comorostourism/templates/page/single.html.twig");
}
}