<?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;
/* evenement/all.html.twig */
class __TwigTemplate_ba11ff09b4d0d96b570120f6b439ab6d902ab6b1296118be3c6d53ca597475a9 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", "evenement/all.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "evenement/all.html.twig"));
$this->parent = $this->loadTemplate("base.html.twig", "evenement/all.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 30
echo "
<section id=\"content\">
<div class=\"container clearfix\">
<div class=\"row\" style=\"margin-top: 10px;\">
<div class=\"col-lg-3 bottommargin\">
";
// line 38
$this->loadTemplate("evenement/_navigation.html.twig", "evenement/all.html.twig", 38)->display($context);
// line 39
echo "
</div>
<div class=\"col-lg-9 col-md-6 bottommargin\">
<div class=\"fancy-title title-border\">
<div class=\"entry-title\">
<h2>";
// line 46
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Evènements", [], "messages");
echo "</h2>
</div>
</div>
<div class=\"col-12\">
<div class=\"row posts-md col-mb-30\">
";
// line 53
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["articles"]) || array_key_exists("articles", $context) ? $context["articles"] : (function () { throw new RuntimeError('Variable "articles" does not exist.', 53, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["article"]) {
// line 54
echo " <div class=\"entry col-sm-6 col-xl-4\">
<div class=\"grid-inner\">
<div class=\"entry-image\" style=\"border: 1px solid #c4e3f3; border-radius: 10px;\">
<a href=\"";
// line 57
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("evenement_single", ["id" => twig_get_attribute($this->env, $this->source, $context["article"], "id", [], "any", false, false, false, 57), "slug" => twig_get_attribute($this->env, $this->source, $context["article"], "getSlug", [], "method", false, false, false, 57)]), "html", null, true);
echo "\">
";
// line 58
$context["images"] = twig_get_attribute($this->env, $this->source, $context["article"], "articleImages", [], "any", false, false, false, 58);
// line 59
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.', 59, $this->source); })()), function ($__image__) use ($context, $macros) { $context["image"] = $__image__; return (twig_get_attribute($this->env, $this->source, $context["image"], "pourLaDescription", [], "any", false, false, false, 59) == true); }));
$context['_iterated'] = false;
foreach ($context['_seq'] as $context["_key"] => $context["image"]) {
// line 60
echo " <img src=\"";
echo twig_escape_filter($this->env, $this->extensions['Vich\UploaderBundle\Twig\Extension\UploaderExtension']->asset($context["image"], "imageFile"));
echo "\" class=\"image_fade img-sm\" alt=\"image\" style=\"height: 200px; width: auto;\">
";
$context['_iterated'] = true;
}
if (!$context['_iterated']) {
// line 62
echo " <img src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("medel_assets/images/ontc_logo_588x350.png"), "html", null, true);
echo "\" alt=\"ONTC Logo\" style=\"height: 200px; width: auto;\">
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['image'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 64
echo " </a>
</div>
<div class=\"entry-title title-xs nott\">
<h3><a href=\"";
// line 67
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("evenement_single", ["id" => twig_get_attribute($this->env, $this->source, $context["article"], "id", [], "any", false, false, false, 67), "slug" => twig_get_attribute($this->env, $this->source, $context["article"], "getSlug", [], "method", false, false, false, 67)]), "html", null, true);
echo "\">
";
// line 68
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.', 68, $this->source); })()), "request", [], "any", false, false, false, 68), "locale", [], "any", false, false, false, 68) == "en")) {
// line 69
echo " ";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, $context["article"], "getEnTitre", [], "method", false, false, false, 69)) ? (twig_get_attribute($this->env, $this->source, $context["article"], "getEnTitre", [], "method", false, false, false, 69)) : (twig_get_attribute($this->env, $this->source, $context["article"], "titre", [], "any", false, false, false, 69))), "html", null, true);
echo "
";
} else {
// line 71
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["article"], "titre", [], "any", false, false, false, 71), "html", null, true);
echo "
";
}
// line 73
echo " </a>
</h3>
</div>
<div class=\"entry-content\">
";
// line 78
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.', 78, $this->source); })()), "request", [], "any", false, false, false, 78), "locale", [], "any", false, false, false, 78) == "en")) {
// line 79
echo " <p> ";
((twig_get_attribute($this->env, $this->source, $context["article"], "getEnContenu", [], "method", false, false, false, 79)) ? (print (twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["article"], "getEnContenu", [], "method", false, false, false, 79), "html", null, true))) : (print (twig_slice($this->env, strip_tags(twig_get_attribute($this->env, $this->source, $context["article"], "getContenu", [], "method", false, false, false, 79)), 0, 89))));
echo "</p>
";
} else {
// line 81
echo " <p> ";
echo twig_slice($this->env, strip_tags(twig_get_attribute($this->env, $this->source, $context["article"], "contenu", [], "any", false, false, false, 81)), 0, 89);
echo " ...</p>
";
}
// line 83
echo " </div>
</div>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['article'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 87
echo " </div>
<div>
";
// line 89
echo $this->extensions['Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension']->render($this->env, (isset($context["articles"]) || array_key_exists("articles", $context) ? $context["articles"] : (function () { throw new RuntimeError('Variable "articles" does not exist.', 89, $this->source); })()));
echo "
</div>
</div>
</div>
</div>
</div>
</section>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 108
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 109
echo " ";
$this->displayParentBlock("footer", $context, $blocks);
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 117
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 118
echo " ";
$this->displayParentBlock("javascripts", $context, $blocks);
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "evenement/all.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 348 => 118, 338 => 117, 325 => 109, 315 => 108, 291 => 89, 287 => 87, 278 => 83, 272 => 81, 266 => 79, 264 => 78, 257 => 73, 251 => 71, 245 => 69, 243 => 68, 239 => 67, 234 => 64, 225 => 62, 217 => 60, 211 => 59, 209 => 58, 205 => 57, 200 => 54, 196 => 53, 186 => 46, 177 => 39, 175 => 38, 165 => 30, 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 -->#}
<section id=\"content\">
<div class=\"container clearfix\">
<div class=\"row\" style=\"margin-top: 10px;\">
<div class=\"col-lg-3 bottommargin\">
{% include'evenement/_navigation.html.twig' %}
</div>
<div class=\"col-lg-9 col-md-6 bottommargin\">
<div class=\"fancy-title title-border\">
<div class=\"entry-title\">
<h2>{% trans %}Evènements{% endtrans %}</h2>
</div>
</div>
<div class=\"col-12\">
<div class=\"row posts-md col-mb-30\">
{% for article in articles %}
<div class=\"entry col-sm-6 col-xl-4\">
<div class=\"grid-inner\">
<div class=\"entry-image\" style=\"border: 1px solid #c4e3f3; border-radius: 10px;\">
<a href=\"{{ path('evenement_single', {id : article.id, 'slug':article.getSlug()}) }}\">
{% set images = article.articleImages %}
{% for image in images | filter(image => image.pourLaDescription == true) %}
<img src=\"{{ vich_uploader_asset(image, 'imageFile') |e }}\" class=\"image_fade img-sm\" alt=\"image\" style=\"height: 200px; width: auto;\">
{% else %}
<img src=\"{{ asset('medel_assets/images/ontc_logo_588x350.png') }}\" alt=\"ONTC Logo\" style=\"height: 200px; width: auto;\">
{% endfor %}
</a>
</div>
<div class=\"entry-title title-xs nott\">
<h3><a href=\"{{ path('evenement_single', {id : article.id, 'slug':article.getSlug()}) }}\">
{% if app.request.locale == \"en\" %}
{{ article.getEnTitre() ? article.getEnTitre() : article.titre }}
{% else %}
{{ article.titre }}
{% endif %}
</a>
</h3>
</div>
<div class=\"entry-content\">
{% if app.request.locale == \"en\" %}
<p> {{ article.getEnContenu() ? article.getEnContenu() : article.getContenu() | striptags | raw | slice(0, 89) | raw }}</p>
{% else %}
<p> {{ article.contenu | striptags | raw | slice(0, 89) | raw }} ...</p>
{% endif %}
</div>
</div>
</div>
{% endfor %}
</div>
<div>
{{ knp_pagination_render(articles) }}
</div>
</div>
</div>
</div>
</div>
</section>
{% endblock body %}
{#<!-- #content end -->#}
{#<!-- Footer
\t\t============================================= -->#}
{% block footer %}
{{ parent() }}
{% endblock footer %}
{#<!-- #footer end -->#}
{#<!-- JavaScripts
\t============================================= -->#}
{% block javascripts %}
{{ parent() }}
{% endblock javascripts %}
", "evenement/all.html.twig", "/var/www/vhosts/comorostourism/templates/evenement/all.html.twig");
}
}