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/bd/bd6cea9e0b477f6140c174431f508d04dbaa733e5544d7112be1a1cde378407e.php line 41

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/events.html.twig */
  14. class __TwigTemplate_8f49aec0ff63cb82028a841eabf7cd433c9a480e6c716d3840e1d4090b577b76 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.         ];
  28.     }
  29.     protected function doGetParent(array $context)
  30.     {
  31.         // line 1
  32.         return "base.html.twig";
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""frontend/events.html.twig"));
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""frontend/events.html.twig"));
  41.         $this->parent $this->loadTemplate("base.html.twig""frontend/events.html.twig"1);
  42.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  43.         
  44.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  45.         
  46.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  47.     }
  48.     // line 2
  49.     public function block_title($context, array $blocks = [])
  50.     {
  51.         $macros $this->macros;
  52.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  53.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  54.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  55.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  56.         // line 3
  57.         echo "        ";
  58.         $context["metaTitle"] = "SANRAL eSDD - Events";
  59.         // line 4
  60.         echo "        ";
  61.         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);
  62.         echo "
  63.     ";
  64.         
  65.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  66.         
  67.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  68.     }
  69.     // line 6
  70.     public function block_meta_decription($context, array $blocks = [])
  71.     {
  72.         $macros $this->macros;
  73.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  74.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_decription"));
  75.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  76.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_decription"));
  77.         // line 7
  78.         echo "        ";
  79.         $context["metaTitle"] = "SANRAL eSDD - Events";
  80.         // line 8
  81.         echo "        ";
  82.         $context["metaDescription"] = "SANRAL Events that are upcoming available for SMME's";
  83.         // line 9
  84.         echo "        <meta name=\"twitter:card\" content=\"summary\" />
  85.         <meta name=\"twitter:site\" content=\"Sanral\" />
  86.         <meta name=\"twitter:title\" content=\"";
  87.         // line 11
  88.         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);
  89.         echo "\" />
  90.         <meta name=\"twitter:description\" content=\"";
  91.         // line 12
  92.         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);
  93.         echo "\" />
  94. ";
  95.         // line 14
  96.         echo "        <meta name=\"twitter:url\" content=\"";
  97.         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);
  98.         echo "\" />
  99. ";
  100.         // line 17
  101.         echo "        <meta name=\"og:title\" content=\"";
  102.         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);
  103.         echo "\" />
  104.         <meta name=\"og:description\" content=\"";
  105.         // line 18
  106.         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);
  107.         echo "\" />
  108.         <meta name=\"og:url\" content=\"";
  109.         // line 19
  110.         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);
  111.         echo "\" />
  112.         <meta name=\"description\" content=\"";
  113.         // line 20
  114.         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);
  115.         echo "\">
  116.     ";
  117.         
  118.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  119.         
  120.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  121.     }
  122.     // line 22
  123.     public function block_stylesheets($context, array $blocks = [])
  124.     {
  125.         $macros $this->macros;
  126.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  127.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  128.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  129.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  130.         // line 23
  131.         echo "        ";
  132.         $this->displayParentBlock("stylesheets"$context$blocks);
  133.         echo "
  134.     ";
  135.         
  136.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  137.         
  138.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  139.     }
  140.     // line 26
  141.     public function block_layout($context, array $blocks = [])
  142.     {
  143.         $macros $this->macros;
  144.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  145.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout"));
  146.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  147.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout"));
  148.         // line 27
  149.         echo "        <div id=\"content-wrapper\" class=\"container-fluid\">
  150.             <div class=\"row no-gutters py-4\">
  151.                 <div class=\"col-md-9 px-3\">
  152.                     <div class=\"row\">
  153.                         <div class=\"col-12 pb-3 no-gutters-sm\">
  154.                             <h1 class=\"display-4\">Events</h1>
  155.                         </div>
  156.                         <div class=\"col-12 no-gutters-sm\">
  157.                             <div class=\"table-responsive-md d-none d-md-block\">
  158.                                 <table class=\"table table-striped\">
  159.                                     <thead class=\"rain-forest\">
  160.                                     <tr class=\"text-white text-uppercase font-weight-light\">
  161.                                         <th style=\"text-align: left;\" scope=\"col\"><strong>Event</strong></th>
  162.                                         <th scope=\"col\"><strong>Date of Event</strong></th>
  163.                                         <th scope=\"col\"><strong>Description of Event</strong></th>
  164.                                     </tr>
  165.                                     </thead>
  166.                                     <tbody>
  167.                                         ";
  168.         // line 45
  169.         $context['_parent'] = $context;
  170.         $context['_seq'] = twig_ensure_traversable((isset($context["events"]) || array_key_exists("events"$context) ? $context["events"] : (function () { throw new RuntimeError('Variable "events" does not exist.'45$this->source); })()));
  171.         foreach ($context['_seq'] as $context["_key"] => $context["event"]) {
  172.             // line 46
  173.             echo "                                            <tr>
  174.                                                 <th style=\"text-align: left;\" scope=\"row\">
  175.                                                     <strong>";
  176.             // line 48
  177.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["event"], "title", [], "any"falsefalsefalse48), "html"nulltrue);
  178.             echo "</strong>
  179.                                                 </th>
  180.                                                 <td>
  181.                                                     ";
  182.             // line 51
  183.             echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source$context["event"], "eventDate", [], "any"falsefalsefalse51), "Y-m-d"), "html"nulltrue);
  184.             echo "
  185.                                                 </td>
  186.                                                 <td>
  187.                                                     ";
  188.             // line 55
  189.             echo twig_get_attribute($this->env$this->source$context["event"], "description", [], "any"falsefalsefalse55);
  190.             echo "
  191.                                                 </td>
  192.                                             </tr>
  193.                                         ";
  194.         }
  195.         $_parent $context['_parent'];
  196.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['event'], $context['_parent'], $context['loop']);
  197.         $context array_intersect_key($context$_parent) + $_parent;
  198.         // line 59
  199.         echo "                                    </tbody>
  200.                                 </table>
  201.                             </div>
  202.                             <!-- Mobile -->
  203.                             <div class=\"d-block d-md-none\">
  204.                                 ";
  205.         // line 65
  206.         $context['_parent'] = $context;
  207.         $context['_seq'] = twig_ensure_traversable((isset($context["events"]) || array_key_exists("events"$context) ? $context["events"] : (function () { throw new RuntimeError('Variable "events" does not exist.'65$this->source); })()));
  208.         foreach ($context['_seq'] as $context["_key"] => $context["event"]) {
  209.             // line 66
  210.             echo "                                    <div class=\"row rain-forest\">
  211.                                         <div class=\"col-12 font-weight-bold text-white\" style=\"padding: 15px\">
  212.                                             ";
  213.             // line 68
  214.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["event"], "title", [], "any"falsefalsefalse68), "html"nulltrue);
  215.             echo "
  216.                                         </div>
  217.                                     </div>
  218.                                     <div class=\"row\" style=\"background-color:#f0f0f0\">
  219.                                         <div class=\"col-12\" style=\"padding: 15px\">
  220.                                             <b>Date:</b> ";
  221.             // line 73
  222.             echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source$context["event"], "eventDate", [], "any"falsefalsefalse73), "Y-m-d"), "html"nulltrue);
  223.             echo "
  224.                                         </div>
  225.                                     </div>
  226.                                     <div class=\"row\">
  227.                                         <div class=\"col-12 teaser-3-lines bl br bb\" style=\"padding: 15px; padding-bottom: 0px; margin-bottom: 15px\">
  228.                                             ";
  229.             // line 78
  230.             echo twig_get_attribute($this->env$this->source$context["event"], "description", [], "any"falsefalsefalse78);
  231.             echo "
  232.                                         </div>
  233.                                     </div>
  234.                                 ";
  235.         }
  236.         $_parent $context['_parent'];
  237.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['event'], $context['_parent'], $context['loop']);
  238.         $context array_intersect_key($context$_parent) + $_parent;
  239.         // line 82
  240.         echo "                            </div>
  241.                         </div>
  242.                     </div>
  243.                 </div>
  244.                 <div class=\"col-md-3\" style=\"margin-top: 72px\">
  245.                     ";
  246.         // line 88
  247.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\CarouselController::getCarousel", ["page" => "events"]));
  248.         // line 93
  249.         echo "
  250.                 </div>
  251.             </div>
  252.         </div>
  253.     ";
  254.         
  255.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  256.         
  257.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  258.     }
  259.     public function getTemplateName()
  260.     {
  261.         return "frontend/events.html.twig";
  262.     }
  263.     public function isTraitable()
  264.     {
  265.         return false;
  266.     }
  267.     public function getDebugInfo()
  268.     {
  269.         return array (  282 => 93,  280 => 88,  272 => 82,  262 => 78,  254 => 73,  246 => 68,  242 => 66,  238 => 65,  230 => 59,  220 => 55,  213 => 51,  207 => 48,  203 => 46,  199 => 45,  179 => 27,  169 => 26,  156 => 23,  146 => 22,  134 => 20,  130 => 19,  126 => 18,  121 => 17,  115 => 14,  111 => 12,  107 => 11,  103 => 9,  100 => 8,  97 => 7,  87 => 6,  74 => 4,  71 => 3,  61 => 2,  38 => 1,);
  270.     }
  271.     public function getSourceContext()
  272.     {
  273.         return new Source("{% extends 'base.html.twig' %}
  274.     {% block title %}
  275.         {% set metaTitle = 'SANRAL eSDD - Events' %}
  276.         {{ metaTitle }}
  277.     {% endblock %}
  278.     {% block meta_decription %}
  279.         {% set metaTitle = 'SANRAL eSDD - Events' %}
  280.         {% set metaDescription = \"SANRAL Events that are upcoming available for SMME's\" %}
  281.         <meta name=\"twitter:card\" content=\"summary\" />
  282.         <meta name=\"twitter:site\" content=\"Sanral\" />
  283.         <meta name=\"twitter:title\" content=\"{{ metaTitle }}\" />
  284.         <meta name=\"twitter:description\" content=\"{{ metaDescription }}\" />
  285. {#        <meta name=\"twitter:image\" content=\"https://hugenouttunnel.nerdw.com/images/home/{{ home_data.ogImage }}\" />#}
  286.         <meta name=\"twitter:url\" content=\"{{ app.request.uri }}\" />
  287. {#        <meta name=\"og:image\" content=\"https://hugenouttunnel.nerdw.com/images/home/{{ home_data.ogImage }}\" />#}
  288.         <meta name=\"og:title\" content=\"{{ metaTitle }}\" />
  289.         <meta name=\"og:description\" content=\"{{ metaDescription }}\" />
  290.         <meta name=\"og:url\" content=\"{{ app.request.uri }}\" />
  291.         <meta name=\"description\" content=\"{{ metaDescription }}\">
  292.     {% endblock %}
  293.     {% block stylesheets %}
  294.         {{ parent() }}
  295.     {% endblock %}
  296.     {% block layout %}
  297.         <div id=\"content-wrapper\" class=\"container-fluid\">
  298.             <div class=\"row no-gutters py-4\">
  299.                 <div class=\"col-md-9 px-3\">
  300.                     <div class=\"row\">
  301.                         <div class=\"col-12 pb-3 no-gutters-sm\">
  302.                             <h1 class=\"display-4\">Events</h1>
  303.                         </div>
  304.                         <div class=\"col-12 no-gutters-sm\">
  305.                             <div class=\"table-responsive-md d-none d-md-block\">
  306.                                 <table class=\"table table-striped\">
  307.                                     <thead class=\"rain-forest\">
  308.                                     <tr class=\"text-white text-uppercase font-weight-light\">
  309.                                         <th style=\"text-align: left;\" scope=\"col\"><strong>Event</strong></th>
  310.                                         <th scope=\"col\"><strong>Date of Event</strong></th>
  311.                                         <th scope=\"col\"><strong>Description of Event</strong></th>
  312.                                     </tr>
  313.                                     </thead>
  314.                                     <tbody>
  315.                                         {% for event in events %}
  316.                                             <tr>
  317.                                                 <th style=\"text-align: left;\" scope=\"row\">
  318.                                                     <strong>{{ event.title }}</strong>
  319.                                                 </th>
  320.                                                 <td>
  321.                                                     {{ event.eventDate|date('Y-m-d') }}
  322.                                                 </td>
  323.                                                 <td>
  324.                                                     {{ event.description|raw }}
  325.                                                 </td>
  326.                                             </tr>
  327.                                         {% endfor %}
  328.                                     </tbody>
  329.                                 </table>
  330.                             </div>
  331.                             <!-- Mobile -->
  332.                             <div class=\"d-block d-md-none\">
  333.                                 {% for event in events %}
  334.                                     <div class=\"row rain-forest\">
  335.                                         <div class=\"col-12 font-weight-bold text-white\" style=\"padding: 15px\">
  336.                                             {{ event.title }}
  337.                                         </div>
  338.                                     </div>
  339.                                     <div class=\"row\" style=\"background-color:#f0f0f0\">
  340.                                         <div class=\"col-12\" style=\"padding: 15px\">
  341.                                             <b>Date:</b> {{ event.eventDate|date('Y-m-d') }}
  342.                                         </div>
  343.                                     </div>
  344.                                     <div class=\"row\">
  345.                                         <div class=\"col-12 teaser-3-lines bl br bb\" style=\"padding: 15px; padding-bottom: 0px; margin-bottom: 15px\">
  346.                                             {{ event.description|raw }}
  347.                                         </div>
  348.                                     </div>
  349.                                 {% endfor %}
  350.                             </div>
  351.                         </div>
  352.                     </div>
  353.                 </div>
  354.                 <div class=\"col-md-3\" style=\"margin-top: 72px\">
  355.                     {{ render(controller(
  356.                         'App\\\\Controller\\\\CarouselController::getCarousel',
  357.                         {
  358.                             'page': 'events'
  359.                         }
  360.                     )) }}
  361.                 </div>
  362.             </div>
  363.         </div>
  364.     {% endblock %}""frontend/events.html.twig""/var/www/html/sanralsmme/templates/frontend/events.html.twig");
  365.     }
  366. }