?>
</td><?php 
                    }
                    ?>
			<?php 
                    if ($__Context->val->type == 'last_post' && $__Context->val->idx == -1) {
                        ?>
<td class="time last_post m_no">
				<?php 
                        if ((int) $__Context->document->get('comment_count') > 0) {
                            ?>
					<a href="<?php 
                            echo $__Context->document->getPermanentUrl();
                            ?>
#comment" title="<?php 
                            echo getTimeGap($__Context->document->get('last_update'), "H:i");
                            ?>
"><?php 
                            echo zdate($__Context->document->get('last_update'), 'Y.m.d');
                            ?>
</a>
					<?php 
                            if ($__Context->document->get('last_updater')) {
                                ?>
<small>(by <?php 
                                echo htmlspecialchars($__Context->document->get('last_updater'));
                                ?>
)</small><?php 
                            }
                            ?>
				<?php 
                echo $__Context->comment->getNickName();
                ?>
</a><?php 
            }
            ?>
			<?php 
            if (!$__Context->comment->member_srl && !$__Context->comment->homepage) {
                ?>
<b><?php 
                echo $__Context->comment->getNickName();
                ?>
</b><?php 
            }
            ?>
			<span class="date"><?php 
            echo getTimeGap($__Context->comment->get('regdate'), "Y.m.d H:i");
            ?>
</span>
			<?php 
            if ($__Context->grant->manager || $__Context->mi->display_ip_address) {
                ?>
<small class="m_no">(<?php 
                echo $__Context->comment->getIpaddress();
                ?>
)</small><?php 
            }
            ?>
			<?php 
            if ($__Context->comment->isSecret()) {
                ?>
<span class="ico_secret">SECRET</span><?php