<?php

/* confirm_delete_body.html */
class __TwigTemplate_a1d366aa7be63690c229e5e963b58e9b8e5909ea4d09507be176631218e63ec1 extends Twig_Template
{
    public function __construct(Twig_Environment $env)
    {
        parent::__construct($env);

        $this->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", "confirm_delete_body.html", 1)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        // line 2
        echo "
<div id=\"pagecontent\">

\t<form name=\"confirm\" action=\"";
        // line 5
        if (isset($context["S_CONFIRM_ACTION"])) { $_S_CONFIRM_ACTION_ = $context["S_CONFIRM_ACTION"]; } else { $_S_CONFIRM_ACTION_ = null; }
        echo $_S_CONFIRM_ACTION_;
        echo "\" method=\"post\">
\t
\t<table class=\"tablebg\" width=\"100%\" cellspacing=\"1\">
\t<tr>
\t\t<th>";
        // line 9
        if (isset($context["MESSAGE_TITLE"])) { $_MESSAGE_TITLE_ = $context["MESSAGE_TITLE"]; } else { $_MESSAGE_TITLE_ = null; }
        echo $_MESSAGE_TITLE_;
        echo "</th>
\t</tr>
\t<tr>
\t\t<td class=\"row1\" align=\"center\">
\t\t\t<br />
\t\t\t<p class=\"gen\">";
        // line 14
        if (isset($context["MESSAGE_TEXT"])) { $_MESSAGE_TEXT_ = $context["MESSAGE_TEXT"]; } else { $_MESSAGE_TEXT_ = null; }
        echo $_MESSAGE_TEXT_;
        echo "</p>
\t\t\t<br />

\t\t\t";
        // line 17
        if (isset($context["S_SHADOW_TOPICS"])) { $_S_SHADOW_TOPICS_ = $context["S_SHADOW_TOPICS"]; } else { $_S_SHADOW_TOPICS_ = null; }
        if ( !$_S_SHADOW_TOPICS_) {
            // line 18
            echo "\t\t\t<table border=\"0\" width=\"90%\" cellspacing=\"2\" cellpadding=\"1\">
\t\t\t";
            // line 19
            if (isset($context["S_SOFTDELETED"])) { $_S_SOFTDELETED_ = $context["S_SOFTDELETED"]; } else { $_S_SOFTDELETED_ = null; }
            if (isset($context["S_ALLOWED_DELETE"])) { $_S_ALLOWED_DELETE_ = $context["S_ALLOWED_DELETE"]; } else { $_S_ALLOWED_DELETE_ = null; }
            if (isset($context["S_ALLOWED_SOFTDELETE"])) { $_S_ALLOWED_SOFTDELETE_ = $context["S_ALLOWED_SOFTDELETE"]; } else { $_S_ALLOWED_SOFTDELETE_ = null; }
            if ((( !$_S_SOFTDELETED_ && $_S_ALLOWED_DELETE_) && $_S_ALLOWED_SOFTDELETE_)) {
                // line 20
                echo "\t\t\t\t<tr>
\t\t\t\t\t<td class=\"row1\" width=\"22%\"><b class=\"gen\">";
                // line 21
                echo $this->env->getExtension('phpbb')->lang("DELETE_PERMANENTLY");
                echo $this->env->getExtension('phpbb')->lang("COLON");
                echo "</b></td>
\t\t\t\t\t<td class=\"row1\" width=\"78%\">
\t\t\t\t\t\t<input id=\"delete_permanent\" name=\"delete_permanent\" type=\"checkbox\" value=\"1\" ";
                // line 23
                if (isset($context["S_CHECKED_PERMANENT"])) { $_S_CHECKED_PERMANENT_ = $context["S_CHECKED_PERMANENT"]; } else { $_S_CHECKED_PERMANENT_ = null; }
                echo $_S_CHECKED_PERMANENT_;
                echo " />
\t\t\t\t\t\t";
                // line 24
                if (isset($context["S_TOPIC_MODE"])) { $_S_TOPIC_MODE_ = $context["S_TOPIC_MODE"]; } else { $_S_TOPIC_MODE_ = null; }
                if ($_S_TOPIC_MODE_) {
                    echo $this->env->getExtension('phpbb')->lang("DELETE_TOPIC_PERMANENTLY");
                } else {
                    echo $this->env->getExtension('phpbb')->lang("DELETE_POST_PERMANENTLY");
                }
                // line 25
                echo "\t\t\t\t\t</td>
\t\t\t\t</tr>
\t\t\t";
            }
            // line 28
            echo "\t\t\t\t<tr>
\t\t\t\t\t<td class=\"row1\" valign=\"top\"><span class=\"gen\"><b>";
            // line 29
            echo $this->env->getExtension('phpbb')->lang("DELETE_REASON");
            echo $this->env->getExtension('phpbb')->lang("COLON");
            echo "</b></span><br /><span class=\"gensmall\">";
            echo $this->env->getExtension('phpbb')->lang("DELETE_REASON_EXPLAIN");
            echo "</span></td>
\t\t\t\t\t<td class=\"row1\"><input type=\"text\" name=\"delete_reason\" value=\"\" class=\"inputbox autowidth\" maxlength=\"120\" size=\"45\" /></td>
\t\t\t\t</tr>
\t\t\t</table>
\t\t\t<br />
\t\t\t";
        }
        // line 35
        echo "
\t\t\t";
        // line 36
        if (isset($context["S_HIDDEN_FIELDS"])) { $_S_HIDDEN_FIELDS_ = $context["S_HIDDEN_FIELDS"]; } else { $_S_HIDDEN_FIELDS_ = null; }
        echo $_S_HIDDEN_FIELDS_;
        echo "
\t\t\t<input type=\"submit\" name=\"confirm\" value=\"";
        // line 37
        echo $this->env->getExtension('phpbb')->lang("YES");
        echo "\" class=\"btnmain\" />&nbsp;&nbsp;
\t\t\t<input type=\"submit\" name=\"cancel\" value=\"";
        // line 38
        echo $this->env->getExtension('phpbb')->lang("NO");
        echo "\" class=\"btnlite\" />
\t\t</td>
\t</tr>
\t</table>
\t
\t</form>
\t
</div>

<br clear=\"all\" />

";
        // line 49
        $location = "breadcrumbs.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("breadcrumbs.html", "confirm_delete_body.html", 49)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        // line 50
        echo "
<br clear=\"all\" />

<div align=\"";
        // line 53
        if (isset($context["S_CONTENT_FLOW_END"])) { $_S_CONTENT_FLOW_END_ = $context["S_CONTENT_FLOW_END"]; } else { $_S_CONTENT_FLOW_END_ = null; }
        echo $_S_CONTENT_FLOW_END_;
        echo "\">";
        $location = "jumpbox.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("jumpbox.html", "confirm_delete_body.html", 53)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        echo "</div>

";
        // line 55
        $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", "confirm_delete_body.html", 55)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
    }

    public function getTemplateName()
    {
        return "confirm_delete_body.html";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  173 => 55,  155 => 53,  150 => 50,  138 => 49,  124 => 38,  120 => 37,  115 => 36,  112 => 35,  100 => 29,  97 => 28,  92 => 25,  85 => 24,  80 => 23,  74 => 21,  71 => 20,  66 => 19,  63 => 18,  60 => 17,  53 => 14,  44 => 9,  36 => 5,  31 => 2,  19 => 1,);
    }
}
/* <!-- INCLUDE overall_header.html -->*/
/* */
/* <div id="pagecontent">*/
/* */
/* 	<form name="confirm" action="{S_CONFIRM_ACTION}" method="post">*/
/* 	*/
/* 	<table class="tablebg" width="100%" cellspacing="1">*/
/* 	<tr>*/
/* 		<th>{MESSAGE_TITLE}</th>*/
/* 	</tr>*/
/* 	<tr>*/
/* 		<td class="row1" align="center">*/
/* 			<br />*/
/* 			<p class="gen">{MESSAGE_TEXT}</p>*/
/* 			<br />*/
/* */
/* 			<!-- IF not S_SHADOW_TOPICS -->*/
/* 			<table border="0" width="90%" cellspacing="2" cellpadding="1">*/
/* 			<!-- IF not S_SOFTDELETED and S_ALLOWED_DELETE and S_ALLOWED_SOFTDELETE -->*/
/* 				<tr>*/
/* 					<td class="row1" width="22%"><b class="gen">{L_DELETE_PERMANENTLY}{L_COLON}</b></td>*/
/* 					<td class="row1" width="78%">*/
/* 						<input id="delete_permanent" name="delete_permanent" type="checkbox" value="1" {S_CHECKED_PERMANENT} />*/
/* 						<!-- IF S_TOPIC_MODE -->{L_DELETE_TOPIC_PERMANENTLY}<!-- ELSE -->{L_DELETE_POST_PERMANENTLY}<!-- ENDIF -->*/
/* 					</td>*/
/* 				</tr>*/
/* 			<!-- ENDIF -->*/
/* 				<tr>*/
/* 					<td class="row1" valign="top"><span class="gen"><b>{L_DELETE_REASON}{L_COLON}</b></span><br /><span class="gensmall">{L_DELETE_REASON_EXPLAIN}</span></td>*/
/* 					<td class="row1"><input type="text" name="delete_reason" value="" class="inputbox autowidth" maxlength="120" size="45" /></td>*/
/* 				</tr>*/
/* 			</table>*/
/* 			<br />*/
/* 			<!-- ENDIF -->*/
/* */
/* 			{S_HIDDEN_FIELDS}*/
/* 			<input type="submit" name="confirm" value="{L_YES}" class="btnmain" />&nbsp;&nbsp;*/
/* 			<input type="submit" name="cancel" value="{L_NO}" class="btnlite" />*/
/* 		</td>*/
/* 	</tr>*/
/* 	</table>*/
/* 	*/
/* 	</form>*/
/* 	*/
/* </div>*/
/* */
/* <br clear="all" />*/
/* */
/* <!-- INCLUDE breadcrumbs.html -->*/
/* */
/* <br clear="all" />*/
/* */
/* <div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>*/
/* */
/* <!-- INCLUDE overall_footer.html -->*/
/* */
