{include file="../views/public/header.html"/}
{include file="../views/public/title.html"/}
{block name="subtitle"}{/block}
{block name="table"}{/block}
{if condition="!is_array($dataList)"} {if condition='method_exists($dataList,"render")'}
{$dataList->render()|raw}
{else/} {/if} {/if}
{include file="../views/public/footer.html"/}