parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 $location = "overall_header.html"; $namespace = false; if (strpos($location, '@') === 0) { $namespace = substr($location, 1, strpos($location, '/') - 1); $previous_look_up_order = $this->env->getNamespaceLookUpOrder(); $this->env->setNamespaceLookUpOrder(array($namespace, '__main__')); } $this->loadTemplate("overall_header.html", "memberlist_email.html", 1)->display($context); if ($namespace) { $this->env->setNamespaceLookUpOrder($previous_look_up_order); } // line 2 echo " "; // line 3 // line 4 echo " "; // line 5 if (($context["S_CONTACT_ADMIN"] ?? null)) { // line 6 echo "

"; echo $this->env->getExtension('phpbb\template\twig\extension')->lang("CONTACT_ADMIN"); echo "

"; } elseif ( // line 7 ($context["S_SEND_USER"] ?? null)) { // line 8 echo "

"; echo $this->env->getExtension('phpbb\template\twig\extension')->lang("SEND_EMAIL_USER"); echo "

"; } else { // line 10 echo "

"; echo $this->env->getExtension('phpbb\template\twig\extension')->lang("EMAIL_TOPIC"); echo "

"; } // line 12 echo "
\t"; // line 15 if (($context["CONTACT_INFO"] ?? null)) { // line 16 echo "\t
\t\t
\t\t\t
\t\t\t\t
\t\t\t\t\t"; // line 20 echo ($context["CONTACT_INFO"] ?? null); echo " \t\t\t\t
\t\t\t
\t\t
\t
\t\t
\t"; } // line 27 echo " \t
\t\t
\t
\t\t"; // line 32 if (($context["ERROR_MESSAGE"] ?? null)) { echo "

"; echo ($context["ERROR_MESSAGE"] ?? null); echo "

"; } // line 33 echo "\t\t
\t\t"; // line 34 if (($context["S_SEND_USER"] ?? null)) { // line 35 echo "\t\t\t
\t\t\t\t
\t\t\t\t
"; // line 37 echo ($context["USERNAME_FULL"] ?? null); echo "
\t\t\t
\t\t\t
\t\t\t\t
\t\t\t\t
\t\t\t
\t\t"; } elseif ( // line 43 ($context["S_CONTACT_ADMIN"] ?? null)) { // line 44 echo "\t\t\t
\t\t\t\t
\t\t\t\t
"; // line 46 echo $this->env->getExtension('phpbb\template\twig\extension')->lang("ADMINISTRATOR"); echo "
\t\t\t
\t\t\t"; // line 48 if ( !($context["S_IS_REGISTERED"] ?? null)) { // line 49 echo "\t\t\t
\t\t\t\t
\t\t\t\t
\t\t\t
\t\t\t
\t\t\t\t
\t\t\t\t
\t\t\t
\t\t\t"; } // line 58 echo "\t\t\t
\t\t\t\t
\t\t\t\t
\t\t\t
\t\t"; } else { // line 63 echo "\t\t\t
\t\t\t\t
\t\t\t\t
\t\t\t
\t\t\t
\t\t\t\t
\t\t\t\t
\t\t\t
\t\t\t
\t\t\t\t

\t\t\t\t\t"; // line 73 echo $this->env->getExtension('phpbb\template\twig\extension')->lang("DEST_LANG_EXPLAIN"); echo "
\t\t\t\t
\t\t\t
\t\t"; } // line 77 echo "\t\t
\t\t\t

\t\t\t"; // line 79 echo $this->env->getExtension('phpbb\template\twig\extension')->lang("EMAIL_BODY_EXPLAIN"); echo "
\t\t\t
\t\t
\t\t"; // line 82 if (($context["S_REGISTERED_USER"] ?? null)) { // line 83 echo "\t\t
\t\t\t
 
\t\t\t
\t\t
\t\t"; } // line 88 echo "\t\t
\t
\t
\t
\t
\t\t
\t\t\tenv->getExtension('phpbb\template\twig\extension')->lang("SEND_EMAIL"); echo "\" /> \t\t
\t
\t
"; // line 102 echo ($context["S_FORM_TOKEN"] ?? null); echo "
"; // line 107 $location = "overall_footer.html"; $namespace = false; if (strpos($location, '@') === 0) { $namespace = substr($location, 1, strpos($location, '/') - 1); $previous_look_up_order = $this->env->getNamespaceLookUpOrder(); $this->env->setNamespaceLookUpOrder(array($namespace, '__main__')); } $this->loadTemplate("overall_footer.html", "memberlist_email.html", 107)->display($context); if ($namespace) { $this->env->setNamespaceLookUpOrder($previous_look_up_order); } } public function getTemplateName() { return "memberlist_email.html"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 279 => 107, 271 => 102, 264 => 98, 252 => 88, 246 => 85, 242 => 83, 240 => 82, 235 => 80, 231 => 79, 226 => 78, 223 => 77, 217 => 74, 213 => 73, 208 => 72, 202 => 69, 197 => 68, 191 => 65, 186 => 64, 183 => 63, 177 => 60, 172 => 59, 169 => 58, 163 => 55, 158 => 54, 152 => 51, 147 => 50, 144 => 49, 142 => 48, 137 => 46, 132 => 45, 129 => 44, 127 => 43, 122 => 41, 117 => 40, 111 => 37, 106 => 36, 103 => 35, 101 => 34, 98 => 33, 92 => 32, 85 => 27, 75 => 20, 69 => 16, 67 => 15, 62 => 13, 59 => 12, 53 => 10, 47 => 8, 45 => 7, 40 => 6, 38 => 5, 35 => 4, 34 => 3, 31 => 2, 19 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Twig_Source("", "memberlist_email.html", ""); } }