<?php

/* faq_body.html */
class __TwigTemplate_de01bed0574c4dc26dfb967137b1850be2061caf68546f528c7914e355253d71 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", "faq_body.html", 1)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        // line 2
        echo "
<a name=\"faqtop\" class=\"anchor\"></a>

<div id=\"pagecontent\">

\t<table class=\"tablebg\" width=\"100%\" cellspacing=\"1\">
\t<tr>
\t\t<th>";
        // line 9
        echo $this->env->getExtension('phpbb')->lang("FAQ_TITLE");
        echo "</th>
\t</tr>
\t<tr>
\t\t<td class=\"row1\">
\t\t";
        // line 13
        if (isset($context["loops"])) { $_loops_ = $context["loops"]; } else { $_loops_ = null; }
        $context['_parent'] = $context;
        $context['_seq'] = twig_ensure_traversable($this->getAttribute($_loops_, "faq_block", array()));
        foreach ($context['_seq'] as $context["_key"] => $context["faq_block"]) {
            // line 14
            echo "\t\t\t<span class=\"gen\"><b>";
            if (isset($context["faq_block"])) { $_faq_block_ = $context["faq_block"]; } else { $_faq_block_ = null; }
            echo $this->getAttribute($_faq_block_, "BLOCK_TITLE", array());
            echo "</b></span><br />
\t\t\t";
            // line 15
            if (isset($context["faq_block"])) { $_faq_block_ = $context["faq_block"]; } else { $_faq_block_ = null; }
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable($this->getAttribute($_faq_block_, "faq_row", array()));
            foreach ($context['_seq'] as $context["_key"] => $context["faq_row"]) {
                // line 16
                echo "\t\t\t\t<span class=\"gen\"><a href=\"#f";
                if (isset($context["faq_block"])) { $_faq_block_ = $context["faq_block"]; } else { $_faq_block_ = null; }
                echo $this->getAttribute($_faq_block_, "S_ROW_COUNT", array());
                echo "r";
                if (isset($context["faq_row"])) { $_faq_row_ = $context["faq_row"]; } else { $_faq_row_ = null; }
                echo $this->getAttribute($_faq_row_, "S_ROW_COUNT", array());
                echo "\">";
                if (isset($context["faq_row"])) { $_faq_row_ = $context["faq_row"]; } else { $_faq_row_ = null; }
                echo $this->getAttribute($_faq_row_, "FAQ_QUESTION", array());
                echo "</a></span><br />
\t\t\t";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['faq_row'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 18
            echo "\t\t\t<br />
\t\t";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['faq_block'], $context['_parent'], $context['loop']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 20
        echo "\t\t</td>
\t</tr>
\t<tr>
\t\t<td class=\"cat\">&nbsp;</td>
\t</tr>
\t</table>

\t<br clear=\"all\" />

\t";
        // line 29
        if (isset($context["loops"])) { $_loops_ = $context["loops"]; } else { $_loops_ = null; }
        $context['_parent'] = $context;
        $context['_seq'] = twig_ensure_traversable($this->getAttribute($_loops_, "faq_block", array()));
        foreach ($context['_seq'] as $context["_key"] => $context["faq_block"]) {
            // line 30
            echo "\t\t<table class=\"tablebg\" width=\"100%\" cellspacing=\"1\">
\t\t<tr> 
\t\t\t<td class=\"cat\" align=\"center\"><h4>";
            // line 32
            if (isset($context["faq_block"])) { $_faq_block_ = $context["faq_block"]; } else { $_faq_block_ = null; }
            echo $this->getAttribute($_faq_block_, "BLOCK_TITLE", array());
            echo "</h4></td>
\t\t</tr>
\t\t";
            // line 34
            if (isset($context["faq_block"])) { $_faq_block_ = $context["faq_block"]; } else { $_faq_block_ = null; }
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable($this->getAttribute($_faq_block_, "faq_row", array()));
            foreach ($context['_seq'] as $context["_key"] => $context["faq_row"]) {
                echo " 
\t\t<tr>
\t\t\t";
                // line 36
                if (isset($context["faq_row"])) { $_faq_row_ = $context["faq_row"]; } else { $_faq_row_ = null; }
                if (($this->getAttribute($_faq_row_, "S_ROW_COUNT", array()) % 2 == 0)) {
                    // line 37
                    echo "\t\t\t\t<td class=\"row1\" valign=\"top\">
\t\t\t";
                } else {
                    // line 39
                    echo "\t\t\t\t<td class=\"row2\" valign=\"top\">
\t\t\t";
                }
                // line 41
                echo "\t\t\t\t<div class=\"postbody\"><a name=\"f";
                if (isset($context["faq_block"])) { $_faq_block_ = $context["faq_block"]; } else { $_faq_block_ = null; }
                echo $this->getAttribute($_faq_block_, "S_ROW_COUNT", array());
                echo "r";
                if (isset($context["faq_row"])) { $_faq_row_ = $context["faq_row"]; } else { $_faq_row_ = null; }
                echo $this->getAttribute($_faq_row_, "S_ROW_COUNT", array());
                echo "\" class=\"anchor\"></a><b>&#187; ";
                if (isset($context["faq_row"])) { $_faq_row_ = $context["faq_row"]; } else { $_faq_row_ = null; }
                echo $this->getAttribute($_faq_row_, "FAQ_QUESTION", array());
                echo "</b></div>
\t\t\t\t<div class=\"postbody\">";
                // line 42
                if (isset($context["faq_row"])) { $_faq_row_ = $context["faq_row"]; } else { $_faq_row_ = null; }
                echo $this->getAttribute($_faq_row_, "FAQ_ANSWER", array());
                echo "</div>
\t\t\t\t<p class=\"gensmall\"><a href=\"#faqtop\">";
                // line 43
                echo $this->env->getExtension('phpbb')->lang("BACK_TO_TOP");
                echo "</a></p>
\t\t\t</td>
\t\t</tr>
\t\t<tr>
\t\t\t<td class=\"spacer\" height=\"1\"><img src=\"images/spacer.gif\" alt=\"\" width=\"1\" height=\"1\" /></td>
\t\t</tr>
\t\t";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['faq_row'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 50
            echo "\t\t</table>

\t\t<br clear=\"all\" />
\t";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['faq_block'], $context['_parent'], $context['loop']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 54
        echo "
</div>

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

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

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

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

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  210 => 63,  192 => 61,  187 => 58,  175 => 57,  170 => 54,  161 => 50,  148 => 43,  143 => 42,  131 => 41,  127 => 39,  123 => 37,  120 => 36,  112 => 34,  106 => 32,  102 => 30,  97 => 29,  86 => 20,  79 => 18,  63 => 16,  58 => 15,  52 => 14,  47 => 13,  40 => 9,  31 => 2,  19 => 1,);
    }
}
/* <!-- INCLUDE overall_header.html -->*/
/* */
/* <a name="faqtop" class="anchor"></a>*/
/* */
/* <div id="pagecontent">*/
/* */
/* 	<table class="tablebg" width="100%" cellspacing="1">*/
/* 	<tr>*/
/* 		<th>{L_FAQ_TITLE}</th>*/
/* 	</tr>*/
/* 	<tr>*/
/* 		<td class="row1">*/
/* 		<!-- BEGIN faq_block -->*/
/* 			<span class="gen"><b>{faq_block.BLOCK_TITLE}</b></span><br />*/
/* 			<!-- BEGIN faq_row -->*/
/* 				<span class="gen"><a href="#f{faq_block.S_ROW_COUNT}r{faq_block.faq_row.S_ROW_COUNT}">{faq_block.faq_row.FAQ_QUESTION}</a></span><br />*/
/* 			<!-- END faq_row -->*/
/* 			<br />*/
/* 		<!-- END faq_block -->*/
/* 		</td>*/
/* 	</tr>*/
/* 	<tr>*/
/* 		<td class="cat">&nbsp;</td>*/
/* 	</tr>*/
/* 	</table>*/
/* */
/* 	<br clear="all" />*/
/* */
/* 	<!-- BEGIN faq_block -->*/
/* 		<table class="tablebg" width="100%" cellspacing="1">*/
/* 		<tr> */
/* 			<td class="cat" align="center"><h4>{faq_block.BLOCK_TITLE}</h4></td>*/
/* 		</tr>*/
/* 		<!-- BEGIN faq_row --> */
/* 		<tr>*/
/* 			<!-- IF faq_block.faq_row.S_ROW_COUNT is even -->*/
/* 				<td class="row1" valign="top">*/
/* 			<!-- ELSE -->*/
/* 				<td class="row2" valign="top">*/
/* 			<!-- ENDIF -->*/
/* 				<div class="postbody"><a name="f{faq_block.S_ROW_COUNT}r{faq_block.faq_row.S_ROW_COUNT}" class="anchor"></a><b>&#187; {faq_block.faq_row.FAQ_QUESTION}</b></div>*/
/* 				<div class="postbody">{faq_block.faq_row.FAQ_ANSWER}</div>*/
/* 				<p class="gensmall"><a href="#faqtop">{L_BACK_TO_TOP}</a></p>*/
/* 			</td>*/
/* 		</tr>*/
/* 		<tr>*/
/* 			<td class="spacer" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>*/
/* 		</tr>*/
/* 		<!-- END faq_row -->*/
/* 		</table>*/
/* */
/* 		<br clear="all" />*/
/* 	<!-- END faq_block -->*/
/* */
/* </div>*/
/* */
/* <!-- INCLUDE breadcrumbs.html -->*/
/* */
/* <br clear="all" />*/
/* */
/* <div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>*/
/* */
/* <!-- INCLUDE overall_footer.html -->*/
/* */
