<?php

/* report_body.html */
class __TwigTemplate_7dd8906d65e23049817a87679075bae2f54a5466e272c8efe2347504480f5132 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", "report_body.html", 1)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        // line 2
        echo "
<form method=\"post\" id=\"report\" action=\"";
        // line 3
        if (isset($context["S_REPORT_ACTION"])) { $_S_REPORT_ACTION_ = $context["S_REPORT_ACTION"]; } else { $_S_REPORT_ACTION_ = null; }
        echo $_S_REPORT_ACTION_;
        echo "\">

<table class=\"tablebg\" width=\"100%\" cellspacing=\"1\">
<tr>
\t<th colspan=\"2\">";
        // line 7
        if (isset($context["S_REPORT_POST"])) { $_S_REPORT_POST_ = $context["S_REPORT_POST"]; } else { $_S_REPORT_POST_ = null; }
        if ($_S_REPORT_POST_) {
            echo $this->env->getExtension('phpbb')->lang("REPORT_POST");
        } else {
            echo $this->env->getExtension('phpbb')->lang("REPORT_MESSAGE");
        }
        echo "</th>
</tr>
";
        // line 9
        if (isset($context["ERROR"])) { $_ERROR_ = $context["ERROR"]; } else { $_ERROR_ = null; }
        if ($_ERROR_) {
            // line 10
            echo "\t<tr>
\t\t<td class=\"row3\" colspan=\"2\" align=\"center\"><span class=\"genmed error\">";
            // line 11
            if (isset($context["ERROR"])) { $_ERROR_ = $context["ERROR"]; } else { $_ERROR_ = null; }
            echo $_ERROR_;
            echo "</span></td>
\t</tr>
";
        }
        // line 14
        echo "<tr>
\t<td class=\"row3\" colspan=\"2\"><span class=\"gensmall\">";
        // line 15
        if (isset($context["S_REPORT_POST"])) { $_S_REPORT_POST_ = $context["S_REPORT_POST"]; } else { $_S_REPORT_POST_ = null; }
        if ($_S_REPORT_POST_) {
            echo $this->env->getExtension('phpbb')->lang("REPORT_POST_EXPLAIN");
        } else {
            echo $this->env->getExtension('phpbb')->lang("REPORT_MESSAGE_EXPLAIN");
        }
        echo "</span></td>
</tr>
<tr>
\t<td class=\"row1\" width=\"22%\"><b class=\"gen\">";
        // line 18
        echo $this->env->getExtension('phpbb')->lang("REASON");
        echo $this->env->getExtension('phpbb')->lang("COLON");
        echo "</b></td>
\t<td class=\"row2\" width=\"78%\"><select name=\"reason_id\">
\t\t";
        // line 20
        if (isset($context["loops"])) { $_loops_ = $context["loops"]; } else { $_loops_ = null; }
        $context['_parent'] = $context;
        $context['_seq'] = twig_ensure_traversable($this->getAttribute($_loops_, "reason", array()));
        foreach ($context['_seq'] as $context["_key"] => $context["reason"]) {
            echo "<option value=\"";
            if (isset($context["reason"])) { $_reason_ = $context["reason"]; } else { $_reason_ = null; }
            echo $this->getAttribute($_reason_, "ID", array());
            echo "\"";
            if (isset($context["reason"])) { $_reason_ = $context["reason"]; } else { $_reason_ = null; }
            if ($this->getAttribute($_reason_, "S_SELECTED", array())) {
                echo " selected=\"selected\"";
            }
            echo ">";
            if (isset($context["reason"])) { $_reason_ = $context["reason"]; } else { $_reason_ = null; }
            echo $this->getAttribute($_reason_, "TITLE", array());
            echo " &raquo; ";
            if (isset($context["reason"])) { $_reason_ = $context["reason"]; } else { $_reason_ = null; }
            echo $this->getAttribute($_reason_, "DESCRIPTION", array());
            echo "</option>";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['reason'], $context['_parent'], $context['loop']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 21
        echo "\t</select></td>
</tr>
";
        // line 23
        if (isset($context["S_CAN_NOTIFY"])) { $_S_CAN_NOTIFY_ = $context["S_CAN_NOTIFY"]; } else { $_S_CAN_NOTIFY_ = null; }
        if ($_S_CAN_NOTIFY_) {
            // line 24
            echo "\t<tr>
\t\t<td class=\"row1\"><span class=\"gen\"><b>";
            // line 25
            echo $this->env->getExtension('phpbb')->lang("REPORT_NOTIFY");
            echo $this->env->getExtension('phpbb')->lang("COLON");
            echo "</b></span><br /><span class=\"gensmall\">";
            echo $this->env->getExtension('phpbb')->lang("REPORT_NOTIFY_EXPLAIN");
            echo "</span></td>
\t\t<td class=\"row2\"><span class=\"gen\"><input type=\"radio\" class=\"radio\" name=\"notify\" value=\"1\"";
            // line 26
            if (isset($context["S_NOTIFY"])) { $_S_NOTIFY_ = $context["S_NOTIFY"]; } else { $_S_NOTIFY_ = null; }
            if ($_S_NOTIFY_) {
                echo " checked=\"checked\"";
            }
            echo " />&nbsp; ";
            echo $this->env->getExtension('phpbb')->lang("YES");
            echo " &nbsp;<input type=\"radio\" class=\"radio\" name=\"notify\" value=\"0\"";
            if (isset($context["S_NOTIFY"])) { $_S_NOTIFY_ = $context["S_NOTIFY"]; } else { $_S_NOTIFY_ = null; }
            if ( !$_S_NOTIFY_) {
                echo " checked=\"checked\"";
            }
            echo " />&nbsp; ";
            echo $this->env->getExtension('phpbb')->lang("NO");
            echo "</span></td>
\t</tr>
";
        }
        // line 29
        echo "<tr>
\t<td class=\"row1\" valign=\"top\"><span class=\"gen\"><b>";
        // line 30
        echo $this->env->getExtension('phpbb')->lang("MORE_INFO");
        echo $this->env->getExtension('phpbb')->lang("COLON");
        echo "</b></span><br /><span class=\"gensmall\">";
        echo $this->env->getExtension('phpbb')->lang("CAN_LEAVE_BLANK");
        echo "</span></td>
\t<td class=\"row2\"><textarea class=\"post\" name=\"report_text\" rows=\"10\" cols=\"50\">";
        // line 31
        if (isset($context["REPORT_TEXT"])) { $_REPORT_TEXT_ = $context["REPORT_TEXT"]; } else { $_REPORT_TEXT_ = null; }
        echo $_REPORT_TEXT_;
        echo "</textarea></td>
</tr>
";
        // line 33
        if (isset($context["CAPTCHA_TEMPLATE"])) { $_CAPTCHA_TEMPLATE_ = $context["CAPTCHA_TEMPLATE"]; } else { $_CAPTCHA_TEMPLATE_ = null; }
        if ($_CAPTCHA_TEMPLATE_) {
            // line 34
            echo "\t\t\t";
            if (isset($context["CAPTCHA_TEMPLATE"])) { $_CAPTCHA_TEMPLATE_ = $context["CAPTCHA_TEMPLATE"]; } else { $_CAPTCHA_TEMPLATE_ = null; }
            $location = (("" . $_CAPTCHA_TEMPLATE_) . "");
            $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((("" . $_CAPTCHA_TEMPLATE_) . ""), "report_body.html", 34)->display($context);
            if ($namespace) {
                $this->env->setNamespaceLookUpOrder($previous_look_up_order);
            }
        }
        // line 35
        echo "\t
<tr>
\t<td class=\"cat\" colspan=\"2\" align=\"center\"><input type=\"submit\" name=\"submit\" class=\"btnmain\" value=\"";
        // line 37
        echo $this->env->getExtension('phpbb')->lang("SUBMIT");
        echo "\" />&nbsp;<input type=\"submit\" name=\"cancel\" class=\"btnlite\" value=\"";
        echo $this->env->getExtension('phpbb')->lang("CANCEL");
        echo "\" /></td>
</tr>
</table>
";
        // line 40
        if (isset($context["S_FORM_TOKEN"])) { $_S_FORM_TOKEN_ = $context["S_FORM_TOKEN"]; } else { $_S_FORM_TOKEN_ = null; }
        echo $_S_FORM_TOKEN_;
        echo "
</form>

<br clear=\"all\" />

";
        // line 45
        $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", "report_body.html", 45)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        // line 46
        echo "
<div style=\"float: ";
        // line 47
        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", "report_body.html", 47)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        echo "</div>

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

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

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  232 => 49,  214 => 47,  211 => 46,  199 => 45,  190 => 40,  182 => 37,  178 => 35,  163 => 34,  160 => 33,  154 => 31,  147 => 30,  144 => 29,  126 => 26,  119 => 25,  116 => 24,  113 => 23,  109 => 21,  85 => 20,  79 => 18,  68 => 15,  65 => 14,  58 => 11,  55 => 10,  52 => 9,  42 => 7,  34 => 3,  31 => 2,  19 => 1,);
    }
}
/* <!-- INCLUDE overall_header.html -->*/
/* */
/* <form method="post" id="report" action="{S_REPORT_ACTION}">*/
/* */
/* <table class="tablebg" width="100%" cellspacing="1">*/
/* <tr>*/
/* 	<th colspan="2"><!-- IF S_REPORT_POST -->{L_REPORT_POST}<!-- ELSE -->{L_REPORT_MESSAGE}<!-- ENDIF --></th>*/
/* </tr>*/
/* <!-- IF ERROR -->*/
/* 	<tr>*/
/* 		<td class="row3" colspan="2" align="center"><span class="genmed error">{ERROR}</span></td>*/
/* 	</tr>*/
/* <!-- ENDIF -->*/
/* <tr>*/
/* 	<td class="row3" colspan="2"><span class="gensmall"><!-- IF S_REPORT_POST -->{L_REPORT_POST_EXPLAIN}<!-- ELSE -->{L_REPORT_MESSAGE_EXPLAIN}<!-- ENDIF --></span></td>*/
/* </tr>*/
/* <tr>*/
/* 	<td class="row1" width="22%"><b class="gen">{L_REASON}{L_COLON}</b></td>*/
/* 	<td class="row2" width="78%"><select name="reason_id">*/
/* 		<!-- BEGIN reason --><option value="{reason.ID}"<!-- IF reason.S_SELECTED --> selected="selected"<!-- ENDIF -->>{reason.TITLE} &raquo; {reason.DESCRIPTION}</option><!-- END reason -->*/
/* 	</select></td>*/
/* </tr>*/
/* <!-- IF S_CAN_NOTIFY -->*/
/* 	<tr>*/
/* 		<td class="row1"><span class="gen"><b>{L_REPORT_NOTIFY}{L_COLON}</b></span><br /><span class="gensmall">{L_REPORT_NOTIFY_EXPLAIN}</span></td>*/
/* 		<td class="row2"><span class="gen"><input type="radio" class="radio" name="notify" value="1"<!-- IF S_NOTIFY --> checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" class="radio" name="notify" value="0"<!-- IF not S_NOTIFY --> checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</span></td>*/
/* 	</tr>*/
/* <!-- ENDIF -->*/
/* <tr>*/
/* 	<td class="row1" valign="top"><span class="gen"><b>{L_MORE_INFO}{L_COLON}</b></span><br /><span class="gensmall">{L_CAN_LEAVE_BLANK}</span></td>*/
/* 	<td class="row2"><textarea class="post" name="report_text" rows="10" cols="50">{REPORT_TEXT}</textarea></td>*/
/* </tr>*/
/* <!-- IF CAPTCHA_TEMPLATE -->*/
/* 			<!-- INCLUDE {CAPTCHA_TEMPLATE} -->*/
/* <!-- ENDIF -->	*/
/* <tr>*/
/* 	<td class="cat" colspan="2" align="center"><input type="submit" name="submit" class="btnmain" value="{L_SUBMIT}" />&nbsp;<input type="submit" name="cancel" class="btnlite" value="{L_CANCEL}" /></td>*/
/* </tr>*/
/* </table>*/
/* {S_FORM_TOKEN}*/
/* </form>*/
/* */
/* <br clear="all" />*/
/* */
/* <!-- INCLUDE breadcrumbs.html -->*/
/* */
/* <div style="float: {S_CONTENT_FLOW_END};"><!-- INCLUDE jumpbox.html --></div>*/
/* */
/* <!-- INCLUDE overall_footer.html -->*/
/* */
