Deprecated: Return type of Google\Model::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/sanralsmme/vendor/google/apiclient/src/Model.php on line 256

Deprecated: Return type of Google\Model::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/sanralsmme/vendor/google/apiclient/src/Model.php on line 261

Deprecated: Return type of Google\Model::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/sanralsmme/vendor/google/apiclient/src/Model.php on line 268

Deprecated: Return type of Google\Model::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/sanralsmme/vendor/google/apiclient/src/Model.php on line 278

Deprecated: Return type of Google\Collection::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/sanralsmme/vendor/google/apiclient/src/Collection.php on line 22

Deprecated: Return type of Google\Collection::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/sanralsmme/vendor/google/apiclient/src/Collection.php on line 38

Deprecated: Return type of Google\Collection::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/sanralsmme/vendor/google/apiclient/src/Collection.php on line 30

Deprecated: Return type of Google\Collection::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/sanralsmme/vendor/google/apiclient/src/Collection.php on line 43

Deprecated: Return type of Google\Collection::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/sanralsmme/vendor/google/apiclient/src/Collection.php on line 14

Deprecated: Return type of Google\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/sanralsmme/vendor/google/apiclient/src/Collection.php on line 49
Symfony Profiler

var/cache/dev/twig/4e/4e65fa8fa4d8d91606526cab58c206fe5b4c7589aa1b2761d66e642418bbbd38.php line 52

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* frontend/faq.html.twig */
  14. class __TwigTemplate_b3c914fa2c674d56e9b2b20f6f074b56cab4ab1194709a82dfaf7e28fb85d1ea extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'title' => [$this'block_title'],
  24.             'meta_decription' => [$this'block_meta_decription'],
  25.             'stylesheets' => [$this'block_stylesheets'],
  26.             'layout' => [$this'block_layout'],
  27.             'javascripts' => [$this'block_javascripts'],
  28.         ];
  29.     }
  30.     protected function doGetParent(array $context)
  31.     {
  32.         // line 1
  33.         return "base.html.twig";
  34.     }
  35.     protected function doDisplay(array $context, array $blocks = [])
  36.     {
  37.         $macros $this->macros;
  38.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  39.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""frontend/faq.html.twig"));
  40.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  41.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""frontend/faq.html.twig"));
  42.         $this->parent $this->loadTemplate("base.html.twig""frontend/faq.html.twig"1);
  43.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  44.         
  45.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  46.         
  47.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  48.     }
  49.     // line 2
  50.     public function block_title($context, array $blocks = [])
  51.     {
  52.         $macros $this->macros;
  53.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  54.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  55.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  57.         // line 3
  58.         echo "        ";
  59.         $context["metaTitle"] = "SANRAL eSDD - FAQ";
  60.         // line 4
  61.         echo "        ";
  62.         echo twig_escape_filter($this->env, (isset($context["metaTitle"]) || array_key_exists("metaTitle"$context) ? $context["metaTitle"] : (function () { throw new RuntimeError('Variable "metaTitle" does not exist.'4$this->source); })()), "html"nulltrue);
  63.         echo "
  64.     ";
  65.         
  66.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  67.         
  68.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  69.     }
  70.     // line 6
  71.     public function block_meta_decription($context, array $blocks = [])
  72.     {
  73.         $macros $this->macros;
  74.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  75.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_decription"));
  76.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  77.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_decription"));
  78.         // line 7
  79.         echo "        ";
  80.         $context["metaTitle"] = "SANRAL eSDD - FAQ";
  81.         // line 8
  82.         echo "        ";
  83.         $context["metaDescription"] = "Electronic supplier development desk frequently asked questions";
  84.         // line 9
  85.         echo "        <meta name=\"twitter:card\" content=\"summary\" />
  86.         <meta name=\"twitter:site\" content=\"Sanral\" />
  87.         <meta name=\"twitter:title\" content=\"";
  88.         // line 11
  89.         echo twig_escape_filter($this->env, (isset($context["metaTitle"]) || array_key_exists("metaTitle"$context) ? $context["metaTitle"] : (function () { throw new RuntimeError('Variable "metaTitle" does not exist.'11$this->source); })()), "html"nulltrue);
  90.         echo "\" />
  91.         <meta name=\"twitter:description\" content=\"";
  92.         // line 12
  93.         echo twig_escape_filter($this->env, (isset($context["metaDescription"]) || array_key_exists("metaDescription"$context) ? $context["metaDescription"] : (function () { throw new RuntimeError('Variable "metaDescription" does not exist.'12$this->source); })()), "html"nulltrue);
  94.         echo "\" />
  95. ";
  96.         // line 14
  97.         echo "        <meta name=\"twitter:url\" content=\"";
  98.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_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.'14$this->source); })()), "request", [], "any"falsefalsefalse14), "uri", [], "any"falsefalsefalse14), "html"nulltrue);
  99.         echo "\" />
  100. ";
  101.         // line 17
  102.         echo "        <meta name=\"og:title\" content=\"";
  103.         echo twig_escape_filter($this->env, (isset($context["metaTitle"]) || array_key_exists("metaTitle"$context) ? $context["metaTitle"] : (function () { throw new RuntimeError('Variable "metaTitle" does not exist.'17$this->source); })()), "html"nulltrue);
  104.         echo "\" />
  105.         <meta name=\"og:description\" content=\"";
  106.         // line 18
  107.         echo twig_escape_filter($this->env, (isset($context["metaDescription"]) || array_key_exists("metaDescription"$context) ? $context["metaDescription"] : (function () { throw new RuntimeError('Variable "metaDescription" does not exist.'18$this->source); })()), "html"nulltrue);
  108.         echo "\" />
  109.         <meta name=\"og:url\" content=\"";
  110.         // line 19
  111.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_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.'19$this->source); })()), "request", [], "any"falsefalsefalse19), "uri", [], "any"falsefalsefalse19), "html"nulltrue);
  112.         echo "\" />
  113.         <meta name=\"description\" content=\"";
  114.         // line 20
  115.         echo twig_escape_filter($this->env, (isset($context["metaDescription"]) || array_key_exists("metaDescription"$context) ? $context["metaDescription"] : (function () { throw new RuntimeError('Variable "metaDescription" does not exist.'20$this->source); })()), "html"nulltrue);
  116.         echo "\">
  117.     ";
  118.         
  119.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  120.         
  121.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  122.     }
  123.     // line 22
  124.     public function block_stylesheets($context, array $blocks = [])
  125.     {
  126.         $macros $this->macros;
  127.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  128.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  129.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  130.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  131.         // line 23
  132.         echo "        <link href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css\" rel=\"stylesheet\" integrity=\"sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x\" crossorigin=\"anonymous\">
  133.         ";
  134.         // line 24
  135.         $this->displayParentBlock("stylesheets"$context$blocks);
  136.         echo "
  137.     ";
  138.         
  139.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  140.         
  141.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  142.     }
  143.     // line 27
  144.     public function block_layout($context, array $blocks = [])
  145.     {
  146.         $macros $this->macros;
  147.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  148.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout"));
  149.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  150.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout"));
  151.         // line 28
  152.         echo "        <div id=\"content-wrapper\" class=\"container-fluid\">
  153.             <div class=\"row no-gutters py-4\">
  154.                 <div class=\"col-md-9 px-3\">
  155.                     <div class=\"accordion accordion-flush\" id=\"accordionFlushExample\">
  156.                         ";
  157.         // line 32
  158.         $context['_parent'] = $context;
  159.         $context['_seq'] = twig_ensure_traversable((isset($context["faq_data"]) || array_key_exists("faq_data"$context) ? $context["faq_data"] : (function () { throw new RuntimeError('Variable "faq_data" does not exist.'32$this->source); })()));
  160.         foreach ($context['_seq'] as $context["_key"] => $context["faq"]) {
  161.             // line 33
  162.             echo "                            ";
  163.             if ((twig_get_attribute($this->env$this->source$context["faq"], "orderBy", [], "any"falsefalsefalse33) == 1)) {
  164.                 // line 34
  165.                 echo "                                ";
  166.                 $context["show"] = "show";
  167.                 // line 35
  168.                 echo "                            ";
  169.             } else {
  170.                 // line 36
  171.                 echo "                                ";
  172.                 $context["show"] = "";
  173.                 // line 37
  174.                 echo "                            ";
  175.             }
  176.             // line 38
  177.             echo "                            <div class=\"accordion-item\">
  178.                                 <h2 class=\"accordion-header\" id=\"faq-";
  179.             // line 39
  180.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["faq"], "id", [], "any"falsefalsefalse39), "html"nulltrue);
  181.             echo "\">
  182.                                     <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#flush-";
  183.             // line 40
  184.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["faq"], "id", [], "any"falsefalsefalse40), "html"nulltrue);
  185.             echo "\" aria-expanded=\"true\" aria-controls=\"flush-";
  186.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["faq"], "id", [], "any"falsefalsefalse40), "html"nulltrue);
  187.             echo "\">
  188.                                         ";
  189.             // line 41
  190.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["faq"], "question", [], "any"falsefalsefalse41), "html"nulltrue);
  191.             echo "
  192.                                     </button>
  193.                                 </h2>
  194.                                 <div id=\"flush-";
  195.             // line 44
  196.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["faq"], "id", [], "any"falsefalsefalse44), "html"nulltrue);
  197.             echo "\" class=\"accordion-collapse collapse ";
  198.             echo twig_escape_filter($this->env, (isset($context["show"]) || array_key_exists("show"$context) ? $context["show"] : (function () { throw new RuntimeError('Variable "show" does not exist.'44$this->source); })()), "html"nulltrue);
  199.             echo "\" aria-labelledby=\"faq-";
  200.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["faq"], "id", [], "any"falsefalsefalse44), "html"nulltrue);
  201.             echo "\" data-bs-parent=\"#accordionFlushExample\">
  202.                                     <div class=\"accordion-body\">
  203.                                         ";
  204.             // line 46
  205.             echo twig_get_attribute($this->env$this->source$context["faq"], "answer", [], "any"falsefalsefalse46);
  206.             echo "
  207.                                     </div>
  208.                                 </div>
  209.                             </div>
  210.                         ";
  211.         }
  212.         $_parent $context['_parent'];
  213.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['faq'], $context['_parent'], $context['loop']);
  214.         $context array_intersect_key($context$_parent) + $_parent;
  215.         // line 51
  216.         echo "                    </div>
  217.                 </div>
  218.                 <div class=\"col-md-3\">
  219.                     ";
  220.         // line 54
  221.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\CarouselController::getCarousel", ["page" => "faq"]));
  222.         // line 59
  223.         echo "
  224.                 </div>
  225.             </div>
  226.         </div>
  227.     ";
  228.         
  229.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  230.         
  231.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  232.     }
  233.     // line 65
  234.     public function block_javascripts($context, array $blocks = [])
  235.     {
  236.         $macros $this->macros;
  237.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  238.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  239.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  240.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  241.         // line 66
  242.         echo "        ";
  243.         $this->displayParentBlock("javascripts"$context$blocks);
  244.         echo "
  245.         <script src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js\" integrity=\"sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4\" crossorigin=\"anonymous\"></script>
  246.     ";
  247.         
  248.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  249.         
  250.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  251.     }
  252.     public function getTemplateName()
  253.     {
  254.         return "frontend/faq.html.twig";
  255.     }
  256.     public function isTraitable()
  257.     {
  258.         return false;
  259.     }
  260.     public function getDebugInfo()
  261.     {
  262.         return array (  277 => 66,  267 => 65,  253 => 59,  251 => 54,  246 => 51,  235 => 46,  226 => 44,  220 => 41,  214 => 40,  210 => 39,  207 => 38,  204 => 37,  201 => 36,  198 => 35,  195 => 34,  192 => 33,  188 => 32,  182 => 28,  172 => 27,  160 => 24,  157 => 23,  147 => 22,  135 => 20,  131 => 19,  127 => 18,  122 => 17,  116 => 14,  112 => 12,  108 => 11,  104 => 9,  101 => 8,  98 => 7,  88 => 6,  75 => 4,  72 => 3,  62 => 2,  39 => 1,);
  263.     }
  264.     public function getSourceContext()
  265.     {
  266.         return new Source("{% extends 'base.html.twig' %}
  267.     {% block title %}
  268.         {% set metaTitle = 'SANRAL eSDD - FAQ' %}
  269.         {{ metaTitle }}
  270.     {% endblock %}
  271.     {% block meta_decription %}
  272.         {% set metaTitle = 'SANRAL eSDD - FAQ' %}
  273.         {% set metaDescription = 'Electronic supplier development desk frequently asked questions' %}
  274.         <meta name=\"twitter:card\" content=\"summary\" />
  275.         <meta name=\"twitter:site\" content=\"Sanral\" />
  276.         <meta name=\"twitter:title\" content=\"{{ metaTitle }}\" />
  277.         <meta name=\"twitter:description\" content=\"{{ metaDescription }}\" />
  278. {#        <meta name=\"twitter:image\" content=\"https://hugenouttunnel.nerdw.com/images/home/{{ home_data.ogImage }}\" />#}
  279.         <meta name=\"twitter:url\" content=\"{{ app.request.uri }}\" />
  280. {#        <meta name=\"og:image\" content=\"https://hugenouttunnel.nerdw.com/images/home/{{ home_data.ogImage }}\" />#}
  281.         <meta name=\"og:title\" content=\"{{ metaTitle }}\" />
  282.         <meta name=\"og:description\" content=\"{{ metaDescription }}\" />
  283.         <meta name=\"og:url\" content=\"{{ app.request.uri }}\" />
  284.         <meta name=\"description\" content=\"{{ metaDescription }}\">
  285.     {% endblock %}
  286.     {% block stylesheets %}
  287.         <link href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css\" rel=\"stylesheet\" integrity=\"sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x\" crossorigin=\"anonymous\">
  288.         {{ parent() }}
  289.     {% endblock %}
  290.     {% block layout %}
  291.         <div id=\"content-wrapper\" class=\"container-fluid\">
  292.             <div class=\"row no-gutters py-4\">
  293.                 <div class=\"col-md-9 px-3\">
  294.                     <div class=\"accordion accordion-flush\" id=\"accordionFlushExample\">
  295.                         {% for faq in faq_data %}
  296.                             {% if faq.orderBy == 1 %}
  297.                                 {% set show = 'show'  %}
  298.                             {% else %}
  299.                                 {% set show = '' %}
  300.                             {% endif %}
  301.                             <div class=\"accordion-item\">
  302.                                 <h2 class=\"accordion-header\" id=\"faq-{{ faq.id }}\">
  303.                                     <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#flush-{{ faq.id }}\" aria-expanded=\"true\" aria-controls=\"flush-{{ faq.id }}\">
  304.                                         {{ faq.question }}
  305.                                     </button>
  306.                                 </h2>
  307.                                 <div id=\"flush-{{ faq.id }}\" class=\"accordion-collapse collapse {{ show }}\" aria-labelledby=\"faq-{{ faq.id }}\" data-bs-parent=\"#accordionFlushExample\">
  308.                                     <div class=\"accordion-body\">
  309.                                         {{ faq.answer|raw }}
  310.                                     </div>
  311.                                 </div>
  312.                             </div>
  313.                         {% endfor %}
  314.                     </div>
  315.                 </div>
  316.                 <div class=\"col-md-3\">
  317.                     {{ render(controller(
  318.                         'App\\\\Controller\\\\CarouselController::getCarousel',
  319.                         {
  320.                             'page': 'faq'
  321.                         }
  322.                     )) }}
  323.                 </div>
  324.             </div>
  325.         </div>
  326.     {% endblock %}
  327.     {% block javascripts %}
  328.         {{ parent() }}
  329.         <script src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js\" integrity=\"sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4\" crossorigin=\"anonymous\"></script>
  330.     {% endblock %}""frontend/faq.html.twig""/var/www/html/sanralsmme/templates/frontend/faq.html.twig");
  331.     }
  332. }