<?php

/* viewtopic_print.html */
class __TwigTemplate_36a4ea42d261b9af83b18c5acb8abdbe3053c7ee09073d8dcf8fdf6bfd8288c4 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
        echo "<!DOCTYPE html>
<html dir=\"";
        // line 2
        if (isset($context["S_CONTENT_DIRECTION"])) { $_S_CONTENT_DIRECTION_ = $context["S_CONTENT_DIRECTION"]; } else { $_S_CONTENT_DIRECTION_ = null; }
        echo $_S_CONTENT_DIRECTION_;
        echo "\" lang=\"";
        if (isset($context["S_USER_LANG"])) { $_S_USER_LANG_ = $context["S_USER_LANG"]; } else { $_S_USER_LANG_ = null; }
        echo $_S_USER_LANG_;
        echo "\">
<head>
<meta charset=\"utf-8\" />
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
<meta name=\"robots\" content=\"noindex\" />
<title>";
        // line 7
        if (isset($context["SITENAME"])) { $_SITENAME_ = $context["SITENAME"]; } else { $_SITENAME_ = null; }
        echo $_SITENAME_;
        echo " :: ";
        if (isset($context["PAGE_TITLE"])) { $_PAGE_TITLE_ = $context["PAGE_TITLE"]; } else { $_PAGE_TITLE_ = null; }
        echo $_PAGE_TITLE_;
        echo "</title>

<style type=\"text/css\">
<!--

body {
\tfont-family: Verdana,serif;
\tfont-size: 10pt;
}

img {
\tborder: 0;
}

td {
\tfont-family: Verdana,serif;
\tfont-size: 10pt;
\tline-height: 150%;
}

.code, .codecontent,
.quote, .quotecontent {
\tmargin: 0 5px 0 5px;
\tpadding: 5px;
\tfont-size: smaller;
\tborder: black solid 1px;
}

.quotetitle {
\tcolor: black;
\tdisplay : block;
\tfont-weight: bold;
}

.forum {
\tfont-family: Arial,Helvetica,sans-serif;
\tfont-weight: bold;
\tfont-size: 18pt;
}

.topic {
\tfont-family: Arial,Helvetica,sans-serif;
\tfont-size: 14pt;
\tfont-weight: bold;
}

.gensmall {
\tfont-size: 8pt;
}

hr {
\tcolor: #888;
\theight: 3px;
\tborder-style: solid;
}

hr.sep {
\tcolor: #aaa;
\theight: 1px;
\tborder-style: dashed;
}
//-->
</style>
";
        // line 70
        if (isset($context["viewtopic_print_head_append"])) { $_viewtopic_print_head_append_ = $context["viewtopic_print_head_append"]; } else { $_viewtopic_print_head_append_ = null; }
        // line 71
        echo "</head>
<body>

<table width=\"85%\" cellspacing=\"3\" cellpadding=\"0\" border=\"0\" align=\"center\">
<tr>
\t<td colspan=\"2\" align=\"center\"><span class=\"Forum\">";
        // line 76
        if (isset($context["SITENAME"])) { $_SITENAME_ = $context["SITENAME"]; } else { $_SITENAME_ = null; }
        echo $_SITENAME_;
        echo "</span><br /><span class=\"gensmall\"><a href=\"";
        if (isset($context["U_FORUM"])) { $_U_FORUM_ = $context["U_FORUM"]; } else { $_U_FORUM_ = null; }
        echo $_U_FORUM_;
        echo "\">";
        if (isset($context["U_FORUM"])) { $_U_FORUM_ = $context["U_FORUM"]; } else { $_U_FORUM_ = null; }
        echo $_U_FORUM_;
        echo "</a></span></td>
</tr>
<tr>
\t<td colspan=\"2\"><br /></td>
</tr>
<tr>
\t<td><span class=\"topic\">";
        // line 82
        if (isset($context["TOPIC_TITLE"])) { $_TOPIC_TITLE_ = $context["TOPIC_TITLE"]; } else { $_TOPIC_TITLE_ = null; }
        echo $_TOPIC_TITLE_;
        echo "</span><br /><span class=\"gensmall\"><a href=\"";
        if (isset($context["U_TOPIC"])) { $_U_TOPIC_ = $context["U_TOPIC"]; } else { $_U_TOPIC_ = null; }
        echo $_U_TOPIC_;
        echo "\">";
        if (isset($context["U_TOPIC"])) { $_U_TOPIC_ = $context["U_TOPIC"]; } else { $_U_TOPIC_ = null; }
        echo $_U_TOPIC_;
        echo "</a></span></td>
\t<td align=\"";
        // line 83
        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 "\" valign=\"bottom\"><span class=\"gensmall\">";
        if (isset($context["PAGE_NUMBER"])) { $_PAGE_NUMBER_ = $context["PAGE_NUMBER"]; } else { $_PAGE_NUMBER_ = null; }
        echo $_PAGE_NUMBER_;
        echo "</span></td>
</tr>
</table>

";
        // line 87
        if (isset($context["loops"])) { $_loops_ = $context["loops"]; } else { $_loops_ = null; }
        $context['_parent'] = $context;
        $context['_seq'] = twig_ensure_traversable($this->getAttribute($_loops_, "postrow", array()));
        foreach ($context['_seq'] as $context["_key"] => $context["postrow"]) {
            // line 88
            echo "
\t<hr width=\"85%\" />

\t<table width=\"85%\" cellspacing=\"3\" cellpadding=\"0\" border=\"0\" align=\"center\">
\t<tr>
\t\t<td width=\"10%\" nowrap=\"nowrap\">";
            // line 93
            echo $this->env->getExtension('phpbb')->lang("AUTHOR");
            echo $this->env->getExtension('phpbb')->lang("COLON");
            echo "&nbsp;</td>
\t\t<td><b>";
            // line 94
            if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
            echo $this->getAttribute($_postrow_, "POST_AUTHOR", array());
            echo "</b> [ ";
            if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
            echo $this->getAttribute($_postrow_, "POST_DATE", array());
            echo " ]</td>
\t</tr>
\t<tr>
\t\t<td width=\"10%\" nowrap=\"nowrap\">";
            // line 97
            echo $this->env->getExtension('phpbb')->lang("POST_SUBJECT");
            echo $this->env->getExtension('phpbb')->lang("COLON");
            echo "&nbsp;</td>
\t\t<td><b>";
            // line 98
            if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
            echo $this->getAttribute($_postrow_, "POST_SUBJECT", array());
            echo "</b></td>
\t</tr>
\t<tr>
\t\t<td colspan=\"2\"><hr class=\"sep\" />";
            // line 101
            if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
            echo $this->getAttribute($_postrow_, "MESSAGE", array());
            echo "

\t\t";
            // line 103
            if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
            if ($this->getAttribute($_postrow_, "S_HAS_ATTACHMENTS", array())) {
                // line 104
                echo "\t\t\t<br clear=\"all\" /><br />

\t\t\t<table class=\"tablebg\" width=\"100%\" cellspacing=\"1\">
\t\t\t<tr>
\t\t\t\t<td><b class=\"genmed\">";
                // line 108
                echo $this->env->getExtension('phpbb')->lang("ATTACHMENTS");
                echo $this->env->getExtension('phpbb')->lang("COLON");
                echo " </b></td>
\t\t\t</tr>
\t\t\t";
                // line 110
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable($this->getAttribute($_postrow_, "attachment", array()));
                foreach ($context['_seq'] as $context["_key"] => $context["attachment"]) {
                    // line 111
                    echo "\t\t\t\t<tr>
\t\t\t\t\t<td>";
                    // line 112
                    if (isset($context["attachment"])) { $_attachment_ = $context["attachment"]; } else { $_attachment_ = null; }
                    echo $this->getAttribute($_attachment_, "DISPLAY_ATTACHMENT", array());
                    echo "</td>
\t\t\t\t</tr>
\t\t\t";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['attachment'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 115
                echo "\t\t\t</table>
\t\t";
            }
            // line 117
            echo "
\t\t</td>
\t</tr>
\t</table>
";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['postrow'], $context['_parent'], $context['loop']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 122
        echo "
<hr width=\"85%\" />

<table width=\"85%\" cellspacing=\"3\" cellpadding=\"0\" border=\"0\" align=\"center\">
<tr>
\t<td><span class=\"gensmall\">";
        // line 127
        if (isset($context["PAGE_NUMBER"])) { $_PAGE_NUMBER_ = $context["PAGE_NUMBER"]; } else { $_PAGE_NUMBER_ = null; }
        echo $_PAGE_NUMBER_;
        echo "</span></td>
\t<td align=\"";
        // line 128
        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 "\"><span class=\"gensmall\">";
        if (isset($context["S_TIMEZONE"])) { $_S_TIMEZONE_ = $context["S_TIMEZONE"]; } else { $_S_TIMEZONE_ = null; }
        echo $_S_TIMEZONE_;
        echo "</span></td>
</tr>
<tr>
\t<td colspan=\"2\" align=\"center\"><span class=\"gensmall\">Powered by phpBB&reg; Forum Software &copy; phpBB Limited<br />https://www.phpbb.com/</span></td>
</tr>
</table>

</body>
</html>
";
    }

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

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  255 => 128,  250 => 127,  243 => 122,  233 => 117,  229 => 115,  219 => 112,  216 => 111,  211 => 110,  205 => 108,  199 => 104,  196 => 103,  190 => 101,  183 => 98,  178 => 97,  168 => 94,  163 => 93,  156 => 88,  151 => 87,  140 => 83,  129 => 82,  113 => 76,  106 => 71,  104 => 70,  34 => 7,  22 => 2,  19 => 1,);
    }
}
/* <!DOCTYPE html>*/
/* <html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">*/
/* <head>*/
/* <meta charset="utf-8" />*/
/* <meta http-equiv="X-UA-Compatible" content="IE=edge">*/
/* <meta name="robots" content="noindex" />*/
/* <title>{SITENAME} :: {PAGE_TITLE}</title>*/
/* */
/* <style type="text/css">*/
/* <!--*/
/* */
/* body {*/
/* 	font-family: Verdana,serif;*/
/* 	font-size: 10pt;*/
/* }*/
/* */
/* img {*/
/* 	border: 0;*/
/* }*/
/* */
/* td {*/
/* 	font-family: Verdana,serif;*/
/* 	font-size: 10pt;*/
/* 	line-height: 150%;*/
/* }*/
/* */
/* .code, .codecontent,*/
/* .quote, .quotecontent {*/
/* 	margin: 0 5px 0 5px;*/
/* 	padding: 5px;*/
/* 	font-size: smaller;*/
/* 	border: black solid 1px;*/
/* }*/
/* */
/* .quotetitle {*/
/* 	color: black;*/
/* 	display : block;*/
/* 	font-weight: bold;*/
/* }*/
/* */
/* .forum {*/
/* 	font-family: Arial,Helvetica,sans-serif;*/
/* 	font-weight: bold;*/
/* 	font-size: 18pt;*/
/* }*/
/* */
/* .topic {*/
/* 	font-family: Arial,Helvetica,sans-serif;*/
/* 	font-size: 14pt;*/
/* 	font-weight: bold;*/
/* }*/
/* */
/* .gensmall {*/
/* 	font-size: 8pt;*/
/* }*/
/* */
/* hr {*/
/* 	color: #888;*/
/* 	height: 3px;*/
/* 	border-style: solid;*/
/* }*/
/* */
/* hr.sep {*/
/* 	color: #aaa;*/
/* 	height: 1px;*/
/* 	border-style: dashed;*/
/* }*/
/* //-->*/
/* </style>*/
/* <!-- EVENT viewtopic_print_head_append -->*/
/* </head>*/
/* <body>*/
/* */
/* <table width="85%" cellspacing="3" cellpadding="0" border="0" align="center">*/
/* <tr>*/
/* 	<td colspan="2" align="center"><span class="Forum">{SITENAME}</span><br /><span class="gensmall"><a href="{U_FORUM}">{U_FORUM}</a></span></td>*/
/* </tr>*/
/* <tr>*/
/* 	<td colspan="2"><br /></td>*/
/* </tr>*/
/* <tr>*/
/* 	<td><span class="topic">{TOPIC_TITLE}</span><br /><span class="gensmall"><a href="{U_TOPIC}">{U_TOPIC}</a></span></td>*/
/* 	<td align="{S_CONTENT_FLOW_END}" valign="bottom"><span class="gensmall">{PAGE_NUMBER}</span></td>*/
/* </tr>*/
/* </table>*/
/* */
/* <!-- BEGIN postrow -->*/
/* */
/* 	<hr width="85%" />*/
/* */
/* 	<table width="85%" cellspacing="3" cellpadding="0" border="0" align="center">*/
/* 	<tr>*/
/* 		<td width="10%" nowrap="nowrap">{L_AUTHOR}{L_COLON}&nbsp;</td>*/
/* 		<td><b>{postrow.POST_AUTHOR}</b> [ {postrow.POST_DATE} ]</td>*/
/* 	</tr>*/
/* 	<tr>*/
/* 		<td width="10%" nowrap="nowrap">{L_POST_SUBJECT}{L_COLON}&nbsp;</td>*/
/* 		<td><b>{postrow.POST_SUBJECT}</b></td>*/
/* 	</tr>*/
/* 	<tr>*/
/* 		<td colspan="2"><hr class="sep" />{postrow.MESSAGE}*/
/* */
/* 		<!-- IF postrow.S_HAS_ATTACHMENTS -->*/
/* 			<br clear="all" /><br />*/
/* */
/* 			<table class="tablebg" width="100%" cellspacing="1">*/
/* 			<tr>*/
/* 				<td><b class="genmed">{L_ATTACHMENTS}{L_COLON} </b></td>*/
/* 			</tr>*/
/* 			<!-- BEGIN attachment -->*/
/* 				<tr>*/
/* 					<td>{postrow.attachment.DISPLAY_ATTACHMENT}</td>*/
/* 				</tr>*/
/* 			<!-- END attachment -->*/
/* 			</table>*/
/* 		<!-- ENDIF -->*/
/* */
/* 		</td>*/
/* 	</tr>*/
/* 	</table>*/
/* <!-- END postrow -->*/
/* */
/* <hr width="85%" />*/
/* */
/* <table width="85%" cellspacing="3" cellpadding="0" border="0" align="center">*/
/* <tr>*/
/* 	<td><span class="gensmall">{PAGE_NUMBER}</span></td>*/
/* 	<td align="{S_CONTENT_FLOW_END}"><span class="gensmall">{S_TIMEZONE}</span></td>*/
/* </tr>*/
/* <tr>*/
/* 	<td colspan="2" align="center"><span class="gensmall">Powered by phpBB&reg; Forum Software &copy; phpBB Limited<br />https://www.phpbb.com/</span></td>*/
/* </tr>*/
/* </table>*/
/* */
/* </body>*/
/* </html>*/
/* */
