<?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;
/* front/pages/foire_questions.html.twig */
class __TwigTemplate_9b0784a01c4b64f48ff4ab9dccd46f10 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'bodyClass' => [$this, 'block_bodyClass'],
'content' => [$this, 'block_content'],
'faq' => [$this, 'block_faq'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "layouts/front.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", "front/pages/foire_questions.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "front/pages/foire_questions.html.twig"));
$this->parent = $this->loadTemplate("layouts/front.html.twig", "front/pages/foire_questions.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 3
public function block_bodyClass($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", "bodyClass"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "bodyClass"));
echo "interne";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 5
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 6
echo " <section class=\"title-page cours-page\" style=\"background:url(";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/bg_page_abonnement.jpg"), "html", null, true);
echo ")\">
<div class=\"container\">
<div class=\"row\">
<div class=\"head_page\">
<div class=\"head\"> Foire Aux Questions</div>
<div class=\"sperateur\"></div>
<div class=\"sub_title\">Vous vous posez des questions sur SACO ? <br>
Voici les réponses aux principales questions que vous
pouvez vous poser. <br>
Si vous n’avez pas trouvé la réponse à votre question, <br>
rendez-vous dans la rubrique <a href=\"";
// line 16
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("page_contact");
echo "\"> Contactez-nous </a>
pour nous la poser directement.
</div>
</div>
</div>
</div>
</section>
<section class=\"breadcumbs\">
<div class=\"container\">
<div class=\"row\">
<div class=\"crumbs\"><a href=\"#\"> Home </a> > <a href=\"\"> Foire Aux Questions </a></div>
</div>
</div>
</section>
<section class=\"questions\">
<div class=\"container\">
<div class=\"row\">
<div class=\"list-questions\">
<div class=\"cat_q\">
<!--<div class=\"title_cat_q\"> Titre de la catégorie</div>
<div class=\"sperateur\"></div>-->
<div class=\"tabs_cat_q\">
<div id=\"accordion\" class=\"accordion-two accordion-two-primary\" role=\"tablist\"
aria-multiselectable=\"true\">
";
// line 43
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["faqs"]) || array_key_exists("faqs", $context) ? $context["faqs"] : (function () { throw new RuntimeError('Variable "faqs" does not exist.', 43, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["faq"]) {
// line 44
echo " <div class=\"card\">
<div class=\"card-header\" role=\"tab\" id=\"heading_";
// line 45
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["faq"], "id", [], "any", false, false, false, 45), "html", null, true);
echo "\">
<a data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_";
// line 46
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["faq"], "id", [], "any", false, false, false, 46), "html", null, true);
echo "\" aria-expanded=\"false\" aria-controls=\"collapse_";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["faq"], "id", [], "any", false, false, false, 46), "html", null, true);
echo "\" href=\"#collapse_";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["faq"], "id", [], "any", false, false, false, 46), "html", null, true);
echo "\"
aria-expanded=\"false\" aria-controls=\"collapse_";
// line 47
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["faq"], "id", [], "any", false, false, false, 47), "html", null, true);
echo "\"
class=\"tx-gray-800 transition\">
";
// line 49
echo twig_replace_filter(twig_get_attribute($this->env, $this->source, $context["faq"], "question", [], "any", false, false, false, 49), ["<p>" => "<span>", "</p>" => "</span>"]);
echo "
</a>
</div><!-- card-header -->
<div id=\"collapse_";
// line 53
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["faq"], "id", [], "any", false, false, false, 53), "html", null, true);
echo "\" class=\"collapse\" role=\"tabpanel\"
aria-labelledby=\"heading_";
// line 54
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["faq"], "id", [], "any", false, false, false, 54), "html", null, true);
echo "\" style=\"\">
<div class=\"card-body\">
";
// line 56
echo twig_get_attribute($this->env, $this->source, $context["faq"], "response", [], "any", false, false, false, 56);
echo "
</div>
</div>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['faq'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 61
echo " </div>
</div>
</div>
</div>
</div>
</div>
</section>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 71
public function block_faq($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", "faq"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "faq"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "front/pages/foire_questions.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 202 => 71, 184 => 61, 173 => 56, 168 => 54, 164 => 53, 157 => 49, 152 => 47, 144 => 46, 140 => 45, 137 => 44, 133 => 43, 103 => 16, 89 => 6, 79 => 5, 60 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'layouts/front.html.twig' %}
{% block bodyClass %}interne{% endblock %}
{% block content %}
<section class=\"title-page cours-page\" style=\"background:url({{ asset('build/images/bg_page_abonnement.jpg') }})\">
<div class=\"container\">
<div class=\"row\">
<div class=\"head_page\">
<div class=\"head\"> Foire Aux Questions</div>
<div class=\"sperateur\"></div>
<div class=\"sub_title\">Vous vous posez des questions sur SACO ? <br>
Voici les réponses aux principales questions que vous
pouvez vous poser. <br>
Si vous n’avez pas trouvé la réponse à votre question, <br>
rendez-vous dans la rubrique <a href=\"{{ path('page_contact') }}\"> Contactez-nous </a>
pour nous la poser directement.
</div>
</div>
</div>
</div>
</section>
<section class=\"breadcumbs\">
<div class=\"container\">
<div class=\"row\">
<div class=\"crumbs\"><a href=\"#\"> Home </a> > <a href=\"\"> Foire Aux Questions </a></div>
</div>
</div>
</section>
<section class=\"questions\">
<div class=\"container\">
<div class=\"row\">
<div class=\"list-questions\">
<div class=\"cat_q\">
<!--<div class=\"title_cat_q\"> Titre de la catégorie</div>
<div class=\"sperateur\"></div>-->
<div class=\"tabs_cat_q\">
<div id=\"accordion\" class=\"accordion-two accordion-two-primary\" role=\"tablist\"
aria-multiselectable=\"true\">
{% for faq in faqs %}
<div class=\"card\">
<div class=\"card-header\" role=\"tab\" id=\"heading_{{ faq.id }}\">
<a data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_{{ faq.id }}\" aria-expanded=\"false\" aria-controls=\"collapse_{{ faq.id }}\" href=\"#collapse_{{ faq.id }}\"
aria-expanded=\"false\" aria-controls=\"collapse_{{ faq.id }}\"
class=\"tx-gray-800 transition\">
{{ faq.question|replace({'<p>': '<span>', '</p>': '</span>'})|raw }}
</a>
</div><!-- card-header -->
<div id=\"collapse_{{ faq.id }}\" class=\"collapse\" role=\"tabpanel\"
aria-labelledby=\"heading_{{ faq.id }}\" style=\"\">
<div class=\"card-body\">
{{ faq.response|raw }}
</div>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
</div>
</div>
</section>
{% endblock %}
{% block faq %}
{% endblock %}", "front/pages/foire_questions.html.twig", "/home/saco/subdomains/preprod/templates/front/pages/foire_questions.html.twig");
}
}