getPaginationKey() != 'page'}}data-pageParam='{$table->getPaginationKey()}'{{endif}}> {{if ( $table->showAdvancedSearch AND ( (isset( $table->sortOptions ) and !empty( $table->sortOptions )) OR $table->advancedSearch ) ) OR !empty( $table->filters ) OR $table->pages > 1}}
{{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}}
{{endif}} {{if count( $rows )}}
    {template="rows" app="core" group="moderationLog" params="$table, $headers, $rows"}
{{else}}

{lang="no_rows_in_table"}

{{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}}