{$database->_title}

{{if $database->_description}}
{$database->_description}
{{endif}}
{{if $database->use_categories}} {{endif}}
{{if $database->can('add') or \IPS\Member::loggedIn()->member_id}} {{endif}}
{{if \count($articles)}} {{foreach $articles as $id => $record}} {{if $id == 0}} {{else}} {{if ($id - 1) % 3 == 0}} {{endif}} {{endif}} {{endforeach}} {{endif}}
{{if $database->featured_settings['pagination'] and ( $pagination['pages'] > 1 )}} {template="pagination" app="core" location="global" group="global" params="$url, $pagination['pages'], $pagination['page'], $database->featured_settings['perpage'], TRUE, 'page'"} {{endif}}