Reg. por P&aacute;gina :: Total = <?php 
    echo $_smarty_tpl->getVariable('materials')->value['total'];
    ?>

            </div>
        <?php 
}
?>
        
        <?php 
if (count($_smarty_tpl->getVariable('materials')->value['pages'])) {
    ?>
   
            <div style="float:right; padding-top:2px">        
            <?php 
    $_template = new Smarty_Internal_Template("{$_smarty_tpl->getVariable('DOC_ROOT')->value}/templates/lists/pages.tpl", $_smarty_tpl->smarty, $_smarty_tpl, $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null);
    $_template->assign('pages', $_smarty_tpl->getVariable('materials')->value['pages']);
    echo $_template->getRenderedTemplate();
    $_template->updateParentVariables(0);
    unset($_template);
    ?>
		
            </div>
        <?php 
}
?>
        </td>
	</tr>
</tfoot>   
</table>