{$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 % 2 == 0}} {{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}}