{{if $table->title}}

{lang="$table->title"}

{{endif}} {{if $table->canModerate()}}
{{endif}} {{if ! count($rows)}}
{lang="cms_no_records_to_show" sprintf="\IPS\cms\Databases::load( \IPS\cms\Databases\Dispatcher::i()->databaseId )->recordWord()"}
{{else}}
    {template="$table->rowsTemplate[1]" params="$table, $headers, $rows" object="$table->rowsTemplate[0]"}
{{endif}} {{if $table->canModerate()}}
{{endif}} {{if $table->pages > 1}}
{template="pagination" group="global" app="core" location="global" params="$table->baseUrl, $table->pages, $table->page, $table->limit, TRUE, $table->getPaginationKey()"}
{{endif}}