//This is my smarty template file i.e list.tpl
{* {include file='layouts/layout-full-width.tpl'} *}
{extends file='page.tpl'}
{block name='page_header_container'}
<h1>
{l s='Comments on product' mod='mymodcomments'}
"{$product->name}"
</h1>
{/block}
{block name='page_content'}
<div class="rt...