{** * templates/frontend/pages/catalogCategory.tpl * * Copyright (c) 2014-2021 Simon Fraser University * Copyright (c) 2003-2021 John Willinsky * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Display the page to view a category of the catalog. * * @uses $category Category Current category being viewed * @uses $publishedSubmissions array List of published submissions in this category * @uses $parentCategory Category Parent category if one exists * @uses $subcategories array List of subcategories if they exist * @uses $prevPage int The previous page number * @uses $nextPage int The next page number * @uses $showingStart int The number of the first item on this page * @uses $showingEnd int The number of the last item on this page * @uses $total int Count of all published submissions in this category *} {include file="frontend/components/header.tpl" pageTitleTranslated=$category->getLocalizedTitle()|escape}
{translate key="catalog.category.noItems"}
{else}