{{if $database->cat_index_type == 1}} {{endif}}

{$database->_title}

{{if $database->_description}}
{$database->_description}
{{endif}}
  1. {{if ! \count($categories)}}
    {lang="cms_no_cats_to_show"}
    {{else}}
      {{foreach $categories as $category}} {template="categoryRow" group="category_index" location="database" app="cms" params="$category"} {{endforeach}}
    {{endif}}