var/cache/dev/twig/bc/bc15ed64baf85af110491bdcc25b1813.php line 282

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. /* content/tmpl/event-single.html.twig */
  14. class __TwigTemplate_00eb04341d73e014b71ee41efe31aa0d 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.             'body' => [$this'block_body'],
  24.         ];
  25.     }
  26.     protected function doGetParent(array $context)
  27.     {
  28.         // line 1
  29.         return "base.html.twig";
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""content/tmpl/event-single.html.twig"));
  36.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""content/tmpl/event-single.html.twig"));
  38.         $this->parent $this->loadTemplate("base.html.twig""content/tmpl/event-single.html.twig"1);
  39.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  40.         
  41.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  42.         
  43.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  44.     }
  45.     // line 2
  46.     public function block_body($context, array $blocks = [])
  47.     {
  48.         $macros $this->macros;
  49.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  50.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  51.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  53.         // line 3
  54.         echo "
  55. ";
  56.         // line 4
  57.         $this->loadTemplate("content/tmpl/event-single.html.twig""content/tmpl/event-single.html.twig"4"1488091498")->display($context);
  58.         
  59.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  60.         
  61.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  62.     }
  63.     public function getTemplateName()
  64.     {
  65.         return "content/tmpl/event-single.html.twig";
  66.     }
  67.     public function isTraitable()
  68.     {
  69.         return false;
  70.     }
  71.     public function getDebugInfo()
  72.     {
  73.         return array (  71 => 4,  68 => 3,  58 => 2,  35 => 1,);
  74.     }
  75.     public function getSourceContext()
  76.     {
  77.         return new Source("{% extends \"base.html.twig\" %}
  78. {% block body %}
  79. {% embed \"1-col-sidebar.html.twig\" %}
  80. {# single event #}
  81. {% block column %}
  82. {% include  \"includes/curtain-ads/information.html.twig\" %}
  83. \t<a href=\"/events\">« All Events</a>
  84. \t<h1>{{ content.title }}</h1>
  85. \t<h3>
  86. \t{% if content_meta._EventAllDay is defined and content_meta._EventAllDay == \"yes\" %}
  87. \t\t{{ content_meta._EventStartDate | date(\"F j, Y\") }} - {{ content_meta._EventEndDate | date(\"F j, Y\") }}
  88. \t{% elseif content_meta._EventStartDate | date(\"F j, Y\") == content_meta._EventEndDate | date(\"F j, Y\") %}
  89. \t\t{{ content_meta._EventStartDate | date(\"F j, Y @ g:i a\") }} - {{ content_meta._EventEndDate | date(\"g:i a\") }}
  90. \t{% else %}
  91. \t\t{{ content_meta._EventStartDate | date(\"F j, Y @ g:i a\") }} - {{ content_meta._EventEndDate | date(\"F j, Y @ g:i a\") }}
  92. \t{% endif %}
  93. \t{{ content_meta._EventTimezone|timezone }}
  94. \t</h3>
  95. \t<div class=\"row\" style=\"padding-bottom: 30px;\">
  96. \t\t<div class=\"col-6\">
  97. \t\t\t{% if previous_event is not empty %}
  98. \t\t\t\t<a href=\"/event/{{previous_event.getSlug()}}\"><i class=\"fa fa-chevron-left\"></i> {{ previous_event.title }}</a>
  99. \t\t\t{% endif %}
  100. \t\t</div>
  101. \t\t<div class=\"col-6\">
  102. \t\t\t{% if next_event is not empty %}
  103. \t\t\t\t<a href=\"/event/{{next_event.getSlug()}}\" style=\"float: right;\">{{ next_event.title }} <i class=\"fa fa-chevron-right\"></i></a>
  104. \t\t\t{% endif %}
  105. \t\t</div>
  106. \t</div>
  107. \t
  108. \t{% if content.getFeaturedImageTag() is not empty %}
  109. \t\t{% if content.getMediaURL() %}<a href=\"{{content.getMediaURL()}}\">{% endif %}
  110. \t\t\t<div class=\"post-thumbnail\">
  111. \t\t\t\t{{ content.getFeaturedImageTag(\"\",\"max-height: 450px;\")|raw }}
  112. \t\t\t</div>
  113. \t\t{% if content.getMediaURL() %}</a>{% endif %}
  114. \t{% endif %}
  115. \t
  116. \t<div class=\"event-content\">{{ content.contentfull | wordpress | raw }}</div>
  117. \t
  118. \t<br><br>
  119. \t{#
  120. \t<a href=\"{{ google_cal_link }}\" target=\"_blank\" class=\"button\" style=\"display:inline;\">Google Calendar Link</a>
  121. \t
  122. \t<form method=\"post\" action=\"/download-ics\" style=\"display:inline;\">
  123. \t  <input type=\"hidden\" name=\"dtstart\" value=\"{{ content_meta._EventStartDate | date }}\">
  124. \t  <input type=\"hidden\" name=\"dtend\" value=\"{{ content_meta._EventEndDate | date }}\">
  125. \t  <input type=\"hidden\" name=\"location\" value=\"{{ venue._VenueAddress ~ ' ' ~ venue._VenueCity ~ ' ' ~ venue._VenueState ~ ' ' ~ venue._VenueZip ~ ' ' ~ venue._VenueCountry }}\">
  126. \t  <input type=\"hidden\" name=\"description\" value=\"{{ content.contentfull | striptags }}\">
  127. \t  <input type=\"hidden\" name=\"summary\" value=\"{{ content.title }}\">
  128. \t  <input type=\"hidden\" name=\"url\" value=\"{{ content_meta._EventEndDate }}\">
  129. \t  <input type=\"submit\" class=\"button\" value=\"ICAL Export\" style=\"line-height: normal !important;\">
  130. \t</form>
  131. \t<br><br>
  132. \t#}
  133. \t
  134. \t<div class=\"row\">
  135. \t\t<div class=\"event-details col-lg-4\">
  136. \t\t\t<h6>Details</h6>
  137. \t\t\t<hr>
  138. \t\t\t
  139. \t\t\t{% if content_meta._EventAllDay is defined and content_meta._EventAllDay == \"yes\" %}
  140. \t\t\t\t<label>Start:</label> {{ content_meta._EventStartDate | date(\"M j, Y\") }}<br>
  141. \t\t\t\t<label>End:</label> {{ content_meta._EventEndDate | date(\"M j, Y\") }}<br>
  142. \t\t\t{% else %}
  143. \t\t\t\t<label>Start:</label> {{ content_meta._EventStartDate | date(\"M j, Y @ g:i a\")}} {{ content_meta._EventTimezone|timezone }}<br>
  144. \t\t\t\t<label>End:</label> {{ content_meta._EventEndDate | date(\"M j, Y @ g:i a\")}} {{ content_meta._EventTimezone|timezone }}<br>
  145. \t\t\t{% endif %}
  146. \t\t\t
  147. \t\t\t{% if content_meta._EventCost is defined and content_meta._EventCost is not empty %}
  148. \t\t\t\t<label>Cost:</label> {{ content_meta._EventCost }}<br>
  149. \t\t\t{% endif %}
  150. \t\t\t{% if content_meta._EventURL is defined and content_meta._EventURL is not empty %}
  151. \t\t\t\t<label>Website:</label> <a href=\"{{ content_meta._EventURL }}\" >{{ content_meta._EventURL }}</a>
  152. \t\t\t{% endif %}
  153. \t\t</div>
  154. \t\t
  155. \t\t
  156. \t\t{% if content_meta._OrganizerTitle is defined and content_meta._OrganizerTitle is not empty %}
  157. \t\t<div class=\"event-details col-lg-4\">
  158. \t\t\t<h6>Organizer</h6>
  159. \t\t\t<hr>
  160. \t\t\t<label>{{content_meta._OrganizerTitle}}</label><br>
  161. \t\t\t{% if content_meta._OrganizerPhone is defined and content_meta._OrganizerPhone is not empty %}<label>Phone:</label> {{ content_meta._OrganizerPhone }}<br>{% endif %}
  162. \t\t\t{% if content_meta._OrganizerEmail is defined and content_meta._OrganizerEmail is not empty %}<label>Email:</label> {{ content_meta._OrganizerEmail }}<br>{% endif %}
  163. \t\t\t{% if content_meta._OrganizerWebsite is defined and content_meta._OrganizerWebsite is not empty %}<label>Website:</label> <a href=\"{{ content_meta._OrganizerWebsite }}\" >{{ content_meta._OrganizerWebsite }}</a>{% endif %}
  164. \t\t</div>
  165. \t\t{% endif %}
  166. \t\t
  167. \t\t{% if content_meta._VenueTitle is defined and content_meta._VenueTitle is not empty %}
  168. \t\t<div class=\"event-details col-lg-4\">
  169. \t\t\t<h6>Venue</h6>
  170. \t\t\t<hr>
  171. \t\t\t<label>{{content_meta._VenueTitle}}</label><br>
  172. \t\t\t{% if content_meta._VenueAddress is defined and content_meta._VenueAddress is not empty %}{{content_meta._VenueAddress}}<br>{% endif %}
  173. \t\t\t{% if content_meta._VenueCity is defined and content_meta._VenueCity is not empty %}{{content_meta._VenueCity}}, {% endif %}
  174. \t\t\t{% if content_meta._VenueState is defined and content_meta._VenueState is not empty %}{{content_meta._VenueState}} {% endif %}
  175. \t\t\t{% if content_meta._VenueZip is defined and content_meta._VenueZip is not empty %}{{content_meta._VenueZip}} {% endif %}
  176. \t\t\t{% if content_meta._VenueCountry is defined and content_meta._VenueCountry is not empty %}{{content_meta._VenueCountry}} {% endif %}
  177. \t\t\t<br>
  178. \t\t\t{% if content_meta._VenueAddress is defined and content_meta._VenueAddress is not empty 
  179. \t\t\tand content_meta._VenueCity is defined and content_meta._VenueCity is not empty 
  180. \t\t\tand content_meta._VenueState is defined and content_meta._VenueState is not empty 
  181. \t\t\tand content_meta._VenueZip is defined and content_meta._VenueZip is not empty 
  182. \t\t\tand content_meta._VenueCountry is defined and content_meta._VenueCountry is not empty 
  183. \t\t\t%}
  184. \t\t\t<a href=\"https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=
  185. \t\t\t{{ content_meta._VenueAddress ~ ' ' ~ content_meta._VenueCity ~ ' ' ~ content_meta._VenueState ~ ' ' ~ content_meta._VenueZip ~ ' ' ~ content_meta._VenueCountry | replace({' ': '+'}) }}\"
  186. \t\t\ttitle=\"Click to view a Google Map\" target=\"_blank\">+ Google Map</a><br>
  187. \t\t\t{% endif %}
  188. \t\t\t{% if content_meta._VenuePhone is defined and content_meta._VenuePhone is not empty %}<label>Phone:</label> {{ content_meta._VenuePhone }}<br>{% endif %}
  189. \t\t\t{% if content_meta._VenueURL is defined and content_meta._VenueURL is not empty %}<label>Website:</label> <a href=\"{{ content_meta._VenueURL }}\" >{{ content_meta._VenueURL }}</a>{% endif %}
  190. \t\t</div>
  191. \t\t{% endif %}
  192. \t\t
  193. \t\t{#
  194. \t\t{% if organizers|length > 0 %}
  195. \t\t\t<div class=\"event-details col-lg-4\">
  196. \t\t\t{% if organizers|length == 1 %}
  197. \t\t\t\t<h6>Organizer</h6>
  198. \t\t\t{% else %}
  199. \t\t\t\t<h6>Organizers</h6>
  200. \t\t\t{% endif %}
  201. \t\t\t\t{% for organizer in organizers %}
  202. \t\t\t\t\t<hr>
  203. \t\t\t\t\t<label>{{organizer.title}}</label><br>
  204. \t\t\t\t\t{% if organizer._OrganizerPhone is defined and organizer._OrganizerPhone is not empty %}<label>Phone:</label> {{ organizer._OrganizerPhone }}<br>{% endif %}
  205. \t\t\t\t\t{% if organizer._OrganizerEmail is defined and organizer._OrganizerEmail is not empty %}<label>Email:</label> {{ organizer._OrganizerEmail }}<br>{% endif %}
  206. \t\t\t\t\t{% if organizer._OrganizerWebsite is defined and organizer._OrganizerWebsite is not empty %}<label>Website:</label> <a href=\"{{ organizer._OrganizerWebsite }}\" target=\"_blank\">{{ organizer._OrganizerWebsite }}</a>{% endif %}
  207. \t\t\t\t{% endfor %}
  208. \t\t\t</div>
  209. \t\t{% endif %}
  210. \t\t
  211. \t\t{% if venue|length > 0 %}
  212. \t\t\t<div class=\"event-details col-lg-4\">
  213. \t\t\t\t<h6>Venue</h6>
  214. \t\t\t\t<hr>
  215. \t\t\t\t<label>{{venue.title}}</label><br>
  216. \t\t\t\t{{venue._VenueAddress}}<br>
  217. \t\t\t\t{{venue._VenueCity}}, {{venue._VenueState}} {{venue._VenueZip}} {{venue._VenueCountry}}<br>
  218. \t\t\t\t<a href=\"https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=
  219. \t\t\t\t{{ venue._VenueAddress ~ ' ' ~ venue._VenueCity ~ ' ' ~ venue._VenueState ~ ' ' ~ venue._VenueZip ~ ' ' ~ venue._VenueCountry | replace({' ': '+'}) }}\"
  220. \t\t\t\ttitle=\"Click to view a Google Map\" target=\"_blank\">+ Google Map</a><br>
  221. \t\t\t\t{% if venue._VenuePhone is defined and venue._VenuePhone is not empty %}<label>Phone:</label> {{ venue._VenuePhone }}<br>{% endif %}
  222. \t\t\t\t{% if venue._VenueURL is defined and venue._VenueURL is not empty %}<label>Website:</label> <a href=\"{{ venue._VenueURL }}\" target=\"_blank\">{{ venue._VenueURL }}</a>{% endif %}
  223. \t\t\t</div>
  224. \t\t{% endif %}
  225. \t\t#}
  226. \t</div>
  227. \t\t{% include \"includes/social-share.html.twig\" %}
  228. {% endblock %}
  229. {% endembed %}
  230. {% endblock %}
  231. ""content/tmpl/event-single.html.twig""/var/www/vhosts/rooferscoffeeshop.com/staging.rooferscoffeeshop.com/rcs-website/templates/content/tmpl/event-single.html.twig");
  232.     }
  233. }
  234. /* content/tmpl/event-single.html.twig */
  235. class __TwigTemplate_00eb04341d73e014b71ee41efe31aa0d___1488091498 extends Template
  236. {
  237.     private $source;
  238.     private $macros = [];
  239.     public function __construct(Environment $env)
  240.     {
  241.         parent::__construct($env);
  242.         $this->source $this->getSourceContext();
  243.         $this->blocks = [
  244.             'column' => [$this'block_column'],
  245.         ];
  246.     }
  247.     protected function doGetParent(array $context)
  248.     {
  249.         return "1-col-sidebar.html.twig";
  250.     }
  251.     protected function doDisplay(array $context, array $blocks = [])
  252.     {
  253.         $macros $this->macros;
  254.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  255.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""content/tmpl/event-single.html.twig"));
  256.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  257.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""content/tmpl/event-single.html.twig"));
  258.         $this->parent $this->loadTemplate("1-col-sidebar.html.twig""content/tmpl/event-single.html.twig"4);
  259.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  260.         
  261.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  262.         
  263.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  264.     }
  265.     // line 7
  266.     public function block_column($context, array $blocks = [])
  267.     {
  268.         $macros $this->macros;
  269.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  270.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""column"));
  271.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  272.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""column"));
  273.         // line 8
  274.         $this->loadTemplate("includes/curtain-ads/information.html.twig""content/tmpl/event-single.html.twig"8)->display($context);
  275.         // line 9
  276.         echo "\t<a href=\"/events\">« All Events</a>
  277. \t<h1>";
  278.         // line 10
  279.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'10$this->source); })()), "title", [], "any"falsefalsefalse10), "html"nulltrue);
  280.         echo "</h1>
  281. \t<h3>
  282. \t";
  283.         // line 12
  284.         if ((twig_get_attribute($this->env$this->source, ($context["content_meta"] ?? null), "_EventAllDay", [], "any"truetruefalse12) && (twig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'12$this->source); })()), "_EventAllDay", [], "any"falsefalsefalse12) == "yes"))) {
  285.             // line 13
  286.             echo "\t\t";
  287.             echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'13$this->source); })()), "_EventStartDate", [], "any"falsefalsefalse13), "F j, Y"), "html"nulltrue);
  288.             echo " - ";
  289.             echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'13$this->source); })()), "_EventEndDate", [], "any"falsefalsefalse13), "F j, Y"), "html"nulltrue);
  290.             echo "
  291. \t";
  292.         } elseif ((twig_date_format_filter($this->envtwig_get_attribute($this->env$this->source,         // line 14
  293. (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'14$this->source); })()), "_EventStartDate", [], "any"falsefalsefalse14), "F j, Y") == twig_date_format_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'14$this->source); })()), "_EventEndDate", [], "any"falsefalsefalse14), "F j, Y"))) {
  294.             // line 15
  295.             echo "\t\t";
  296.             echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'15$this->source); })()), "_EventStartDate", [], "any"falsefalsefalse15), "F j, Y @ g:i a"), "html"nulltrue);
  297.             echo " - ";
  298.             echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'15$this->source); })()), "_EventEndDate", [], "any"falsefalsefalse15), "g:i a"), "html"nulltrue);
  299.             echo "
  300. \t";
  301.         } else {
  302.             // line 17
  303.             echo "\t\t";
  304.             echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'17$this->source); })()), "_EventStartDate", [], "any"falsefalsefalse17), "F j, Y @ g:i a"), "html"nulltrue);
  305.             echo " - ";
  306.             echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'17$this->source); })()), "_EventEndDate", [], "any"falsefalsefalse17), "F j, Y @ g:i a"), "html"nulltrue);
  307.             echo "
  308. \t";
  309.         }
  310.         // line 19
  311.         echo "\t";
  312.         echo twig_escape_filter($this->env$this->extensions['App\Twig\RCSExtension']->timezoneFilter(twig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'19$this->source); })()), "_EventTimezone", [], "any"falsefalsefalse19)), "html"nulltrue);
  313.         echo "
  314. \t</h3>
  315. \t<div class=\"row\" style=\"padding-bottom: 30px;\">
  316. \t\t<div class=\"col-6\">
  317. \t\t\t";
  318.         // line 23
  319.         if ( !twig_test_empty((isset($context["previous_event"]) || array_key_exists("previous_event"$context) ? $context["previous_event"] : (function () { throw new RuntimeError('Variable "previous_event" does not exist.'23$this->source); })()))) {
  320.             // line 24
  321.             echo "\t\t\t\t<a href=\"/event/";
  322.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["previous_event"]) || array_key_exists("previous_event"$context) ? $context["previous_event"] : (function () { throw new RuntimeError('Variable "previous_event" does not exist.'24$this->source); })()), "getSlug", [], "method"falsefalsefalse24), "html"nulltrue);
  323.             echo "\"><i class=\"fa fa-chevron-left\"></i> ";
  324.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["previous_event"]) || array_key_exists("previous_event"$context) ? $context["previous_event"] : (function () { throw new RuntimeError('Variable "previous_event" does not exist.'24$this->source); })()), "title", [], "any"falsefalsefalse24), "html"nulltrue);
  325.             echo "</a>
  326. \t\t\t";
  327.         }
  328.         // line 26
  329.         echo "\t\t</div>
  330. \t\t<div class=\"col-6\">
  331. \t\t\t";
  332.         // line 28
  333.         if ( !twig_test_empty((isset($context["next_event"]) || array_key_exists("next_event"$context) ? $context["next_event"] : (function () { throw new RuntimeError('Variable "next_event" does not exist.'28$this->source); })()))) {
  334.             // line 29
  335.             echo "\t\t\t\t<a href=\"/event/";
  336.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["next_event"]) || array_key_exists("next_event"$context) ? $context["next_event"] : (function () { throw new RuntimeError('Variable "next_event" does not exist.'29$this->source); })()), "getSlug", [], "method"falsefalsefalse29), "html"nulltrue);
  337.             echo "\" style=\"float: right;\">";
  338.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["next_event"]) || array_key_exists("next_event"$context) ? $context["next_event"] : (function () { throw new RuntimeError('Variable "next_event" does not exist.'29$this->source); })()), "title", [], "any"falsefalsefalse29), "html"nulltrue);
  339.             echo " <i class=\"fa fa-chevron-right\"></i></a>
  340. \t\t\t";
  341.         }
  342.         // line 31
  343.         echo "\t\t</div>
  344. \t</div>
  345. \t
  346. \t";
  347.         // line 34
  348.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'34$this->source); })()), "getFeaturedImageTag", [], "method"falsefalsefalse34))) {
  349.             // line 35
  350.             echo "\t\t";
  351.             if (twig_get_attribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'35$this->source); })()), "getMediaURL", [], "method"falsefalsefalse35)) {
  352.                 echo "<a href=\"";
  353.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'35$this->source); })()), "getMediaURL", [], "method"falsefalsefalse35), "html"nulltrue);
  354.                 echo "\">";
  355.             }
  356.             // line 36
  357.             echo "\t\t\t<div class=\"post-thumbnail\">
  358. \t\t\t\t";
  359.             // line 37
  360.             echo twig_get_attribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'37$this->source); })()), "getFeaturedImageTag", ["""max-height: 450px;"], "method"falsefalsefalse37);
  361.             echo "
  362. \t\t\t</div>
  363. \t\t";
  364.             // line 39
  365.             if (twig_get_attribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'39$this->source); })()), "getMediaURL", [], "method"falsefalsefalse39)) {
  366.                 echo "</a>";
  367.             }
  368.             // line 40
  369.             echo "\t";
  370.         }
  371.         // line 41
  372.         echo "\t
  373. \t<div class=\"event-content\">";
  374.         // line 42
  375.         echo $this->extensions['App\Twig\RCSExtension']->wordpress(twig_get_attribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'42$this->source); })()), "contentfull", [], "any"falsefalsefalse42));
  376.         echo "</div>
  377. \t
  378. \t<br><br>
  379. \t";
  380.         // line 59
  381.         echo "\t
  382. \t<div class=\"row\">
  383. \t\t<div class=\"event-details col-lg-4\">
  384. \t\t\t<h6>Details</h6>
  385. \t\t\t<hr>
  386. \t\t\t
  387. \t\t\t";
  388.         // line 65
  389.         if ((twig_get_attribute($this->env$this->source, ($context["content_meta"] ?? null), "_EventAllDay", [], "any"truetruefalse65) && (twig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'65$this->source); })()), "_EventAllDay", [], "any"falsefalsefalse65) == "yes"))) {
  390.             // line 66
  391.             echo "\t\t\t\t<label>Start:</label> ";
  392.             echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'66$this->source); })()), "_EventStartDate", [], "any"falsefalsefalse66), "M j, Y"), "html"nulltrue);
  393.             echo "<br>
  394. \t\t\t\t<label>End:</label> ";
  395.             // line 67
  396.             echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'67$this->source); })()), "_EventEndDate", [], "any"falsefalsefalse67), "M j, Y"), "html"nulltrue);
  397.             echo "<br>
  398. \t\t\t";
  399.         } else {
  400.             // line 69
  401.             echo "\t\t\t\t<label>Start:</label> ";
  402.             echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'69$this->source); })()), "_EventStartDate", [], "any"falsefalsefalse69), "M j, Y @ g:i a"), "html"nulltrue);
  403.             echo " ";
  404.             echo twig_escape_filter($this->env$this->extensions['App\Twig\RCSExtension']->timezoneFilter(twig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'69$this->source); })()), "_EventTimezone", [], "any"falsefalsefalse69)), "html"nulltrue);
  405.             echo "<br>
  406. \t\t\t\t<label>End:</label> ";
  407.             // line 70
  408.             echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'70$this->source); })()), "_EventEndDate", [], "any"falsefalsefalse70), "M j, Y @ g:i a"), "html"nulltrue);
  409.             echo " ";
  410.             echo twig_escape_filter($this->env$this->extensions['App\Twig\RCSExtension']->timezoneFilter(twig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'70$this->source); })()), "_EventTimezone", [], "any"falsefalsefalse70)), "html"nulltrue);
  411.             echo "<br>
  412. \t\t\t";
  413.         }
  414.         // line 72
  415.         echo "\t\t\t
  416. \t\t\t";
  417.         // line 73
  418.         if ((twig_get_attribute($this->env$this->source, ($context["content_meta"] ?? null), "_EventCost", [], "any"truetruefalse73) &&  !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'73$this->source); })()), "_EventCost", [], "any"falsefalsefalse73)))) {
  419.             // line 74
  420.             echo "\t\t\t\t<label>Cost:</label> ";
  421.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'74$this->source); })()), "_EventCost", [], "any"falsefalsefalse74), "html"nulltrue);
  422.             echo "<br>
  423. \t\t\t";
  424.         }
  425.         // line 76
  426.         echo "\t\t\t";
  427.         if ((twig_get_attribute($this->env$this->source, ($context["content_meta"] ?? null), "_EventURL", [], "any"truetruefalse76) &&  !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'76$this->source); })()), "_EventURL", [], "any"falsefalsefalse76)))) {
  428.             // line 77
  429.             echo "\t\t\t\t<label>Website:</label> <a href=\"";
  430.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'77$this->source); })()), "_EventURL", [], "any"falsefalsefalse77), "html"nulltrue);
  431.             echo "\" >";
  432.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'77$this->source); })()), "_EventURL", [], "any"falsefalsefalse77), "html"nulltrue);
  433.             echo "</a>
  434. \t\t\t";
  435.         }
  436.         // line 79
  437.         echo "\t\t</div>
  438. \t\t
  439. \t\t
  440. \t\t";
  441.         // line 82
  442.         if ((twig_get_attribute($this->env$this->source, ($context["content_meta"] ?? null), "_OrganizerTitle", [], "any"truetruefalse82) &&  !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'82$this->source); })()), "_OrganizerTitle", [], "any"falsefalsefalse82)))) {
  443.             // line 83
  444.             echo "\t\t<div class=\"event-details col-lg-4\">
  445. \t\t\t<h6>Organizer</h6>
  446. \t\t\t<hr>
  447. \t\t\t<label>";
  448.             // line 86
  449.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'86$this->source); })()), "_OrganizerTitle", [], "any"falsefalsefalse86), "html"nulltrue);
  450.             echo "</label><br>
  451. \t\t\t";
  452.             // line 87
  453.             if ((twig_get_attribute($this->env$this->source, ($context["content_meta"] ?? null), "_OrganizerPhone", [], "any"truetruefalse87) &&  !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'87$this->source); })()), "_OrganizerPhone", [], "any"falsefalsefalse87)))) {
  454.                 echo "<label>Phone:</label> ";
  455.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'87$this->source); })()), "_OrganizerPhone", [], "any"falsefalsefalse87), "html"nulltrue);
  456.                 echo "<br>";
  457.             }
  458.             // line 88
  459.             echo "\t\t\t";
  460.             if ((twig_get_attribute($this->env$this->source, ($context["content_meta"] ?? null), "_OrganizerEmail", [], "any"truetruefalse88) &&  !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'88$this->source); })()), "_OrganizerEmail", [], "any"falsefalsefalse88)))) {
  461.                 echo "<label>Email:</label> ";
  462.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'88$this->source); })()), "_OrganizerEmail", [], "any"falsefalsefalse88), "html"nulltrue);
  463.                 echo "<br>";
  464.             }
  465.             // line 89
  466.             echo "\t\t\t";
  467.             if ((twig_get_attribute($this->env$this->source, ($context["content_meta"] ?? null), "_OrganizerWebsite", [], "any"truetruefalse89) &&  !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'89$this->source); })()), "_OrganizerWebsite", [], "any"falsefalsefalse89)))) {
  468.                 echo "<label>Website:</label> <a href=\"";
  469.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'89$this->source); })()), "_OrganizerWebsite", [], "any"falsefalsefalse89), "html"nulltrue);
  470.                 echo "\" >";
  471.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'89$this->source); })()), "_OrganizerWebsite", [], "any"falsefalsefalse89), "html"nulltrue);
  472.                 echo "</a>";
  473.             }
  474.             // line 90
  475.             echo "\t\t</div>
  476. \t\t";
  477.         }
  478.         // line 92
  479.         echo "\t\t
  480. \t\t";
  481.         // line 93
  482.         if ((twig_get_attribute($this->env$this->source, ($context["content_meta"] ?? null), "_VenueTitle", [], "any"truetruefalse93) &&  !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'93$this->source); })()), "_VenueTitle", [], "any"falsefalsefalse93)))) {
  483.             // line 94
  484.             echo "\t\t<div class=\"event-details col-lg-4\">
  485. \t\t\t<h6>Venue</h6>
  486. \t\t\t<hr>
  487. \t\t\t<label>";
  488.             // line 97
  489.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'97$this->source); })()), "_VenueTitle", [], "any"falsefalsefalse97), "html"nulltrue);
  490.             echo "</label><br>
  491. \t\t\t";
  492.             // line 98
  493.             if ((twig_get_attribute($this->env$this->source, ($context["content_meta"] ?? null), "_VenueAddress", [], "any"truetruefalse98) &&  !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'98$this->source); })()), "_VenueAddress", [], "any"falsefalsefalse98)))) {
  494.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'98$this->source); })()), "_VenueAddress", [], "any"falsefalsefalse98), "html"nulltrue);
  495.                 echo "<br>";
  496.             }
  497.             // line 99
  498.             echo "\t\t\t";
  499.             if ((twig_get_attribute($this->env$this->source, ($context["content_meta"] ?? null), "_VenueCity", [], "any"truetruefalse99) &&  !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'99$this->source); })()), "_VenueCity", [], "any"falsefalsefalse99)))) {
  500.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'99$this->source); })()), "_VenueCity", [], "any"falsefalsefalse99), "html"nulltrue);
  501.                 echo ", ";
  502.             }
  503.             // line 100
  504.             echo "\t\t\t";
  505.             if ((twig_get_attribute($this->env$this->source, ($context["content_meta"] ?? null), "_VenueState", [], "any"truetruefalse100) &&  !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'100$this->source); })()), "_VenueState", [], "any"falsefalsefalse100)))) {
  506.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'100$this->source); })()), "_VenueState", [], "any"falsefalsefalse100), "html"nulltrue);
  507.                 echo " ";
  508.             }
  509.             // line 101
  510.             echo "\t\t\t";
  511.             if ((twig_get_attribute($this->env$this->source, ($context["content_meta"] ?? null), "_VenueZip", [], "any"truetruefalse101) &&  !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'101$this->source); })()), "_VenueZip", [], "any"falsefalsefalse101)))) {
  512.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'101$this->source); })()), "_VenueZip", [], "any"falsefalsefalse101), "html"nulltrue);
  513.                 echo " ";
  514.             }
  515.             // line 102
  516.             echo "\t\t\t";
  517.             if ((twig_get_attribute($this->env$this->source, ($context["content_meta"] ?? null), "_VenueCountry", [], "any"truetruefalse102) &&  !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'102$this->source); })()), "_VenueCountry", [], "any"falsefalsefalse102)))) {
  518.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'102$this->source); })()), "_VenueCountry", [], "any"falsefalsefalse102), "html"nulltrue);
  519.                 echo " ";
  520.             }
  521.             // line 103
  522.             echo "\t\t\t<br>
  523. \t\t\t";
  524.             // line 104
  525.             if ((((((((((twig_get_attribute($this->env$this->source, ($context["content_meta"] ?? null), "_VenueAddress", [], "any"truetruefalse104) &&  !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'104$this->source); })()), "_VenueAddress", [], "any"falsefalsefalse104))) && twig_get_attribute($this->env$this->source,             // line 105
  526. ($context["content_meta"] ?? null), "_VenueCity", [], "any"truetruefalse105)) &&  !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'105$this->source); })()), "_VenueCity", [], "any"falsefalsefalse105))) && twig_get_attribute($this->env$this->source,             // line 106
  527. ($context["content_meta"] ?? null), "_VenueState", [], "any"truetruefalse106)) &&  !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'106$this->source); })()), "_VenueState", [], "any"falsefalsefalse106))) && twig_get_attribute($this->env$this->source,             // line 107
  528. ($context["content_meta"] ?? null), "_VenueZip", [], "any"truetruefalse107)) &&  !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'107$this->source); })()), "_VenueZip", [], "any"falsefalsefalse107))) && twig_get_attribute($this->env$this->source,             // line 108
  529. ($context["content_meta"] ?? null), "_VenueCountry", [], "any"truetruefalse108)) &&  !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'108$this->source); })()), "_VenueCountry", [], "any"falsefalsefalse108)))) {
  530.                 // line 110
  531.                 echo "\t\t\t<a href=\"https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=
  532. \t\t\t";
  533.                 // line 111
  534.                 echo twig_escape_filter($this->env, ((((((((twig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'111$this->source); })()), "_VenueAddress", [], "any"falsefalsefalse111) . " ") . twig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'111$this->source); })()), "_VenueCity", [], "any"falsefalsefalse111)) . " ") . twig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'111$this->source); })()), "_VenueState", [], "any"falsefalsefalse111)) . " ") . twig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'111$this->source); })()), "_VenueZip", [], "any"falsefalsefalse111)) . " ") . twig_replace_filter(twig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'111$this->source); })()), "_VenueCountry", [], "any"falsefalsefalse111), [" " => "+"])), "html"nulltrue);
  535.                 echo "\"
  536. \t\t\ttitle=\"Click to view a Google Map\" target=\"_blank\">+ Google Map</a><br>
  537. \t\t\t";
  538.             }
  539.             // line 114
  540.             echo "\t\t\t";
  541.             if ((twig_get_attribute($this->env$this->source, ($context["content_meta"] ?? null), "_VenuePhone", [], "any"truetruefalse114) &&  !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'114$this->source); })()), "_VenuePhone", [], "any"falsefalsefalse114)))) {
  542.                 echo "<label>Phone:</label> ";
  543.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'114$this->source); })()), "_VenuePhone", [], "any"falsefalsefalse114), "html"nulltrue);
  544.                 echo "<br>";
  545.             }
  546.             // line 115
  547.             echo "\t\t\t";
  548.             if ((twig_get_attribute($this->env$this->source, ($context["content_meta"] ?? null), "_VenueURL", [], "any"truetruefalse115) &&  !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'115$this->source); })()), "_VenueURL", [], "any"falsefalsefalse115)))) {
  549.                 echo "<label>Website:</label> <a href=\"";
  550.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'115$this->source); })()), "_VenueURL", [], "any"falsefalsefalse115), "html"nulltrue);
  551.                 echo "\" >";
  552.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content_meta"]) || array_key_exists("content_meta"$context) ? $context["content_meta"] : (function () { throw new RuntimeError('Variable "content_meta" does not exist.'115$this->source); })()), "_VenueURL", [], "any"falsefalsefalse115), "html"nulltrue);
  553.                 echo "</a>";
  554.             }
  555.             // line 116
  556.             echo "\t\t</div>
  557. \t\t";
  558.         }
  559.         // line 118
  560.         echo "\t\t
  561. \t\t";
  562.         // line 152
  563.         echo "\t</div>
  564. \t\t";
  565.         // line 153
  566.         $this->loadTemplate("includes/social-share.html.twig""content/tmpl/event-single.html.twig"153)->display($context);
  567.         // line 154
  568.         echo "
  569. ";
  570.         
  571.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  572.         
  573.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  574.     }
  575.     public function getTemplateName()
  576.     {
  577.         return "content/tmpl/event-single.html.twig";
  578.     }
  579.     public function isTraitable()
  580.     {
  581.         return false;
  582.     }
  583.     public function getDebugInfo()
  584.     {
  585.         return array (  606 => 154,  604 => 153,  601 => 152,  598 => 118,  594 => 116,  585 => 115,  578 => 114,  572 => 111,  569 => 110,  567 => 108,  566 => 107,  565 => 106,  564 => 105,  563 => 104,  560 => 103,  554 => 102,  548 => 101,  542 => 100,  536 => 99,  531 => 98,  527 => 97,  522 => 94,  520 => 93,  517 => 92,  513 => 90,  504 => 89,  497 => 88,  491 => 87,  487 => 86,  482 => 83,  480 => 82,  475 => 79,  467 => 77,  464 => 76,  458 => 74,  456 => 73,  453 => 72,  446 => 70,  439 => 69,  434 => 67,  429 => 66,  427 => 65,  419 => 59,  413 => 42,  410 => 41,  407 => 40,  403 => 39,  398 => 37,  395 => 36,  388 => 35,  386 => 34,  381 => 31,  373 => 29,  371 => 28,  367 => 26,  359 => 24,  357 => 23,  349 => 19,  341 => 17,  333 => 15,  331 => 14,  324 => 13,  322 => 12,  317 => 10,  314 => 9,  312 => 8,  302 => 7,  71 => 4,  68 => 3,  58 => 2,  35 => 1,);
  586.     }
  587.     public function getSourceContext()
  588.     {
  589.         return new Source("{% extends \"base.html.twig\" %}
  590. {% block body %}
  591. {% embed \"1-col-sidebar.html.twig\" %}
  592. {# single event #}
  593. {% block column %}
  594. {% include  \"includes/curtain-ads/information.html.twig\" %}
  595. \t<a href=\"/events\">« All Events</a>
  596. \t<h1>{{ content.title }}</h1>
  597. \t<h3>
  598. \t{% if content_meta._EventAllDay is defined and content_meta._EventAllDay == \"yes\" %}
  599. \t\t{{ content_meta._EventStartDate | date(\"F j, Y\") }} - {{ content_meta._EventEndDate | date(\"F j, Y\") }}
  600. \t{% elseif content_meta._EventStartDate | date(\"F j, Y\") == content_meta._EventEndDate | date(\"F j, Y\") %}
  601. \t\t{{ content_meta._EventStartDate | date(\"F j, Y @ g:i a\") }} - {{ content_meta._EventEndDate | date(\"g:i a\") }}
  602. \t{% else %}
  603. \t\t{{ content_meta._EventStartDate | date(\"F j, Y @ g:i a\") }} - {{ content_meta._EventEndDate | date(\"F j, Y @ g:i a\") }}
  604. \t{% endif %}
  605. \t{{ content_meta._EventTimezone|timezone }}
  606. \t</h3>
  607. \t<div class=\"row\" style=\"padding-bottom: 30px;\">
  608. \t\t<div class=\"col-6\">
  609. \t\t\t{% if previous_event is not empty %}
  610. \t\t\t\t<a href=\"/event/{{previous_event.getSlug()}}\"><i class=\"fa fa-chevron-left\"></i> {{ previous_event.title }}</a>
  611. \t\t\t{% endif %}
  612. \t\t</div>
  613. \t\t<div class=\"col-6\">
  614. \t\t\t{% if next_event is not empty %}
  615. \t\t\t\t<a href=\"/event/{{next_event.getSlug()}}\" style=\"float: right;\">{{ next_event.title }} <i class=\"fa fa-chevron-right\"></i></a>
  616. \t\t\t{% endif %}
  617. \t\t</div>
  618. \t</div>
  619. \t
  620. \t{% if content.getFeaturedImageTag() is not empty %}
  621. \t\t{% if content.getMediaURL() %}<a href=\"{{content.getMediaURL()}}\">{% endif %}
  622. \t\t\t<div class=\"post-thumbnail\">
  623. \t\t\t\t{{ content.getFeaturedImageTag(\"\",\"max-height: 450px;\")|raw }}
  624. \t\t\t</div>
  625. \t\t{% if content.getMediaURL() %}</a>{% endif %}
  626. \t{% endif %}
  627. \t
  628. \t<div class=\"event-content\">{{ content.contentfull | wordpress | raw }}</div>
  629. \t
  630. \t<br><br>
  631. \t{#
  632. \t<a href=\"{{ google_cal_link }}\" target=\"_blank\" class=\"button\" style=\"display:inline;\">Google Calendar Link</a>
  633. \t
  634. \t<form method=\"post\" action=\"/download-ics\" style=\"display:inline;\">
  635. \t  <input type=\"hidden\" name=\"dtstart\" value=\"{{ content_meta._EventStartDate | date }}\">
  636. \t  <input type=\"hidden\" name=\"dtend\" value=\"{{ content_meta._EventEndDate | date }}\">
  637. \t  <input type=\"hidden\" name=\"location\" value=\"{{ venue._VenueAddress ~ ' ' ~ venue._VenueCity ~ ' ' ~ venue._VenueState ~ ' ' ~ venue._VenueZip ~ ' ' ~ venue._VenueCountry }}\">
  638. \t  <input type=\"hidden\" name=\"description\" value=\"{{ content.contentfull | striptags }}\">
  639. \t  <input type=\"hidden\" name=\"summary\" value=\"{{ content.title }}\">
  640. \t  <input type=\"hidden\" name=\"url\" value=\"{{ content_meta._EventEndDate }}\">
  641. \t  <input type=\"submit\" class=\"button\" value=\"ICAL Export\" style=\"line-height: normal !important;\">
  642. \t</form>
  643. \t<br><br>
  644. \t#}
  645. \t
  646. \t<div class=\"row\">
  647. \t\t<div class=\"event-details col-lg-4\">
  648. \t\t\t<h6>Details</h6>
  649. \t\t\t<hr>
  650. \t\t\t
  651. \t\t\t{% if content_meta._EventAllDay is defined and content_meta._EventAllDay == \"yes\" %}
  652. \t\t\t\t<label>Start:</label> {{ content_meta._EventStartDate | date(\"M j, Y\") }}<br>
  653. \t\t\t\t<label>End:</label> {{ content_meta._EventEndDate | date(\"M j, Y\") }}<br>
  654. \t\t\t{% else %}
  655. \t\t\t\t<label>Start:</label> {{ content_meta._EventStartDate | date(\"M j, Y @ g:i a\")}} {{ content_meta._EventTimezone|timezone }}<br>
  656. \t\t\t\t<label>End:</label> {{ content_meta._EventEndDate | date(\"M j, Y @ g:i a\")}} {{ content_meta._EventTimezone|timezone }}<br>
  657. \t\t\t{% endif %}
  658. \t\t\t
  659. \t\t\t{% if content_meta._EventCost is defined and content_meta._EventCost is not empty %}
  660. \t\t\t\t<label>Cost:</label> {{ content_meta._EventCost }}<br>
  661. \t\t\t{% endif %}
  662. \t\t\t{% if content_meta._EventURL is defined and content_meta._EventURL is not empty %}
  663. \t\t\t\t<label>Website:</label> <a href=\"{{ content_meta._EventURL }}\" >{{ content_meta._EventURL }}</a>
  664. \t\t\t{% endif %}
  665. \t\t</div>
  666. \t\t
  667. \t\t
  668. \t\t{% if content_meta._OrganizerTitle is defined and content_meta._OrganizerTitle is not empty %}
  669. \t\t<div class=\"event-details col-lg-4\">
  670. \t\t\t<h6>Organizer</h6>
  671. \t\t\t<hr>
  672. \t\t\t<label>{{content_meta._OrganizerTitle}}</label><br>
  673. \t\t\t{% if content_meta._OrganizerPhone is defined and content_meta._OrganizerPhone is not empty %}<label>Phone:</label> {{ content_meta._OrganizerPhone }}<br>{% endif %}
  674. \t\t\t{% if content_meta._OrganizerEmail is defined and content_meta._OrganizerEmail is not empty %}<label>Email:</label> {{ content_meta._OrganizerEmail }}<br>{% endif %}
  675. \t\t\t{% if content_meta._OrganizerWebsite is defined and content_meta._OrganizerWebsite is not empty %}<label>Website:</label> <a href=\"{{ content_meta._OrganizerWebsite }}\" >{{ content_meta._OrganizerWebsite }}</a>{% endif %}
  676. \t\t</div>
  677. \t\t{% endif %}
  678. \t\t
  679. \t\t{% if content_meta._VenueTitle is defined and content_meta._VenueTitle is not empty %}
  680. \t\t<div class=\"event-details col-lg-4\">
  681. \t\t\t<h6>Venue</h6>
  682. \t\t\t<hr>
  683. \t\t\t<label>{{content_meta._VenueTitle}}</label><br>
  684. \t\t\t{% if content_meta._VenueAddress is defined and content_meta._VenueAddress is not empty %}{{content_meta._VenueAddress}}<br>{% endif %}
  685. \t\t\t{% if content_meta._VenueCity is defined and content_meta._VenueCity is not empty %}{{content_meta._VenueCity}}, {% endif %}
  686. \t\t\t{% if content_meta._VenueState is defined and content_meta._VenueState is not empty %}{{content_meta._VenueState}} {% endif %}
  687. \t\t\t{% if content_meta._VenueZip is defined and content_meta._VenueZip is not empty %}{{content_meta._VenueZip}} {% endif %}
  688. \t\t\t{% if content_meta._VenueCountry is defined and content_meta._VenueCountry is not empty %}{{content_meta._VenueCountry}} {% endif %}
  689. \t\t\t<br>
  690. \t\t\t{% if content_meta._VenueAddress is defined and content_meta._VenueAddress is not empty 
  691. \t\t\tand content_meta._VenueCity is defined and content_meta._VenueCity is not empty 
  692. \t\t\tand content_meta._VenueState is defined and content_meta._VenueState is not empty 
  693. \t\t\tand content_meta._VenueZip is defined and content_meta._VenueZip is not empty 
  694. \t\t\tand content_meta._VenueCountry is defined and content_meta._VenueCountry is not empty 
  695. \t\t\t%}
  696. \t\t\t<a href=\"https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=
  697. \t\t\t{{ content_meta._VenueAddress ~ ' ' ~ content_meta._VenueCity ~ ' ' ~ content_meta._VenueState ~ ' ' ~ content_meta._VenueZip ~ ' ' ~ content_meta._VenueCountry | replace({' ': '+'}) }}\"
  698. \t\t\ttitle=\"Click to view a Google Map\" target=\"_blank\">+ Google Map</a><br>
  699. \t\t\t{% endif %}
  700. \t\t\t{% if content_meta._VenuePhone is defined and content_meta._VenuePhone is not empty %}<label>Phone:</label> {{ content_meta._VenuePhone }}<br>{% endif %}
  701. \t\t\t{% if content_meta._VenueURL is defined and content_meta._VenueURL is not empty %}<label>Website:</label> <a href=\"{{ content_meta._VenueURL }}\" >{{ content_meta._VenueURL }}</a>{% endif %}
  702. \t\t</div>
  703. \t\t{% endif %}
  704. \t\t
  705. \t\t{#
  706. \t\t{% if organizers|length > 0 %}
  707. \t\t\t<div class=\"event-details col-lg-4\">
  708. \t\t\t{% if organizers|length == 1 %}
  709. \t\t\t\t<h6>Organizer</h6>
  710. \t\t\t{% else %}
  711. \t\t\t\t<h6>Organizers</h6>
  712. \t\t\t{% endif %}
  713. \t\t\t\t{% for organizer in organizers %}
  714. \t\t\t\t\t<hr>
  715. \t\t\t\t\t<label>{{organizer.title}}</label><br>
  716. \t\t\t\t\t{% if organizer._OrganizerPhone is defined and organizer._OrganizerPhone is not empty %}<label>Phone:</label> {{ organizer._OrganizerPhone }}<br>{% endif %}
  717. \t\t\t\t\t{% if organizer._OrganizerEmail is defined and organizer._OrganizerEmail is not empty %}<label>Email:</label> {{ organizer._OrganizerEmail }}<br>{% endif %}
  718. \t\t\t\t\t{% if organizer._OrganizerWebsite is defined and organizer._OrganizerWebsite is not empty %}<label>Website:</label> <a href=\"{{ organizer._OrganizerWebsite }}\" target=\"_blank\">{{ organizer._OrganizerWebsite }}</a>{% endif %}
  719. \t\t\t\t{% endfor %}
  720. \t\t\t</div>
  721. \t\t{% endif %}
  722. \t\t
  723. \t\t{% if venue|length > 0 %}
  724. \t\t\t<div class=\"event-details col-lg-4\">
  725. \t\t\t\t<h6>Venue</h6>
  726. \t\t\t\t<hr>
  727. \t\t\t\t<label>{{venue.title}}</label><br>
  728. \t\t\t\t{{venue._VenueAddress}}<br>
  729. \t\t\t\t{{venue._VenueCity}}, {{venue._VenueState}} {{venue._VenueZip}} {{venue._VenueCountry}}<br>
  730. \t\t\t\t<a href=\"https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=
  731. \t\t\t\t{{ venue._VenueAddress ~ ' ' ~ venue._VenueCity ~ ' ' ~ venue._VenueState ~ ' ' ~ venue._VenueZip ~ ' ' ~ venue._VenueCountry | replace({' ': '+'}) }}\"
  732. \t\t\t\ttitle=\"Click to view a Google Map\" target=\"_blank\">+ Google Map</a><br>
  733. \t\t\t\t{% if venue._VenuePhone is defined and venue._VenuePhone is not empty %}<label>Phone:</label> {{ venue._VenuePhone }}<br>{% endif %}
  734. \t\t\t\t{% if venue._VenueURL is defined and venue._VenueURL is not empty %}<label>Website:</label> <a href=\"{{ venue._VenueURL }}\" target=\"_blank\">{{ venue._VenueURL }}</a>{% endif %}
  735. \t\t\t</div>
  736. \t\t{% endif %}
  737. \t\t#}
  738. \t</div>
  739. \t\t{% include \"includes/social-share.html.twig\" %}
  740. {% endblock %}
  741. {% endembed %}
  742. {% endblock %}
  743. ""content/tmpl/event-single.html.twig""/var/www/vhosts/rooferscoffeeshop.com/staging.rooferscoffeeshop.com/rcs-website/templates/content/tmpl/event-single.html.twig");
  744.     }
  745. }