env->getGlobals(), $context); // line 1 echo "
getAttribute($this->getContext($context, 'config'), "post_url", array(), "any", false); echo "\" method=\"post\"> "; // line 2 echo $this->getContext($context, 'hidden_inputs'); echo " "; // line 3 if ($this->getContext($context, 'id')) { echo "getContext($context, 'id'); echo "\" />"; } // line 4 echo "getAttribute($this->getContext($context, 'board'), "uri", array(), "any", false); echo "\" /> "; // line 5 if ($this->getContext($context, 'mod')) { echo ""; } // line 6 echo "\t \t\t"; // line 7 if ((!$this->getAttribute($this->getContext($context, 'config'), "field_disable_name", array(), "any", false))) { echo " \t\t\t \t\t\t \t\t"; } // line 15 echo "\t\t"; if ((!$this->getAttribute($this->getContext($context, 'config'), "field_disable_email", array(), "any", false))) { echo " \t\t\t \t\t\t \t\t"; } // line 23 echo "\t\t \t\t\t \t\t\t \t\t \t\t \t\t\t \t\t\t \t\t \t\t"; // line 40 if ($this->getAttribute($this->getContext($context, 'config'), "recaptcha", array(), "any", false)) { // line 41 echo "\t\t \t\t\t \t\t\t \t\t \t\t"; } // line 50 echo "\t\t \t\t\t \t\t\t \t\t \t\t"; // line 58 if ($this->getAttribute($this->getContext($context, 'config'), "enable_embedding", array(), "any", false)) { // line 59 echo "\t\t \t\t\t \t\t\t \t\t \t\t"; } // line 68 echo "\t\t"; if ($this->getContext($context, 'mod')) { // line 69 echo "\t\t \t\t\t \t\t\t \t\t \t\t"; } // line 89 echo "\t\t"; if ((!$this->getAttribute($this->getContext($context, 'config'), "field_disable_password", array(), "any", false))) { echo " \t\t\t \t\t\t \t\t"; } // line 98 echo "\t
\t\t\t\t"; // line 9 echo gettext("Name"); // line 10 echo "\t\t\t \t\t\t\t \t\t\t
\t\t\t\t"; // line 17 echo gettext("Email"); // line 18 echo "\t\t\t \t\t\t\t \t\t\t
\t\t\t\t"; // line 25 echo gettext("Subject"); // line 26 echo "\t\t\t \t\t\t\t \t\t\t\tgetContext($context, 'id')) { echo $this->getAttribute($this->getContext($context, 'config'), "button_reply", array(), "any", false); } else { echo $this->getAttribute($this->getContext($context, 'config'), "button_newtopic", array(), "any", false); } echo "\" />"; if ($this->getAttribute($this->getContext($context, 'config'), "spoiler_images", array(), "any", false)) { echo " "; } // line 30 echo "\t\t\t
\t\t\t\t"; // line 34 echo gettext("Comment"); // line 35 echo "\t\t\t \t\t\t\t \t\t\t
\t\t\t\t"; // line 43 echo gettext("Verification"); // line 44 echo "\t\t\t \t\t\t\t \t\t\t
\t\t\t\t"; // line 52 echo gettext("File"); // line 53 echo "\t\t\t \t\t\t\t \t\t\t
\t\t\t\t"; // line 61 echo gettext("Embed"); // line 62 echo "\t\t\t \t\t\t\t \t\t\t
\t\t\t\t"; // line 71 echo gettext("Flags"); // line 72 echo "\t\t\t \t\t\t\t"; // line 74 if (((!$this->getContext($context, 'id')) && twig_hasPermission_filter($this->getAttribute($this->getContext($context, 'post'), "mod", array(), "any", false), $this->getAttribute($this->getAttribute($this->getContext($context, 'config'), "mod", array(), "any", false), "sticky", array(), "any", false), $this->getAttribute($this->getContext($context, 'board'), "uri", array(), "any", false)))) { echo "
\t\t\t\t\t \t\t\t\t\t
\t\t\t\t
"; } // line 78 echo "\t\t\t\t"; if (((!$this->getContext($context, 'id')) && twig_hasPermission_filter($this->getAttribute($this->getContext($context, 'post'), "mod", array(), "any", false), $this->getAttribute($this->getAttribute($this->getContext($context, 'config'), "mod", array(), "any", false), "lock", array(), "any", false), $this->getAttribute($this->getContext($context, 'board'), "uri", array(), "any", false)))) { echo "
\t\t\t\t\t
\t\t\t\t\t \t\t\t\t
"; } // line 82 echo "\t\t\t\t"; if (twig_hasPermission_filter($this->getAttribute($this->getContext($context, 'post'), "mod", array(), "any", false), $this->getAttribute($this->getAttribute($this->getContext($context, 'config'), "mod", array(), "any", false), "rawhtml", array(), "any", false), $this->getAttribute($this->getContext($context, 'board'), "uri", array(), "any", false))) { echo "
\t\t\t\t\t
\t\t\t\t\t \t\t\t\t
"; } // line 86 echo "\t\t\t
\t\t\t\t"; // line 91 echo gettext("Password"); // line 92 echo "\t\t\t \t\t\t\t \t\t\t\t"; // line 95 echo gettext("(For file deletion.)"); echo " \t\t\t
"; } public function getTemplateName() { return "post_form.html"; } public function isTraitable() { return false; } }