{** * templates/stats/articles.tpl * * Copyright (c) 2013-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * The article statistics page. * *} {include file="common/header.tpl" suppressPageTitle=true}
{assign var="uuid" value=""|uniqid|escape}
{translate key="common.publishedSubmissions"}

Abstract Views

{translate key="stats.publishedSubmissions.totalAbstractViews.timeSegment"}
{translate key="common.date"} {translate key="submission.abstractViews"} {translate key="stats.fileViews"} {translate key="stats.total"}
{{ segment.dateLabel }} {{ segment.abstractViews }} {{ segment.totalFileViews }} {{ segment.total }}

{translate key="stats.publishedSubmissions.details"}

{{ __('itemsOfTotal', { count: items.length, total: itemsMax }) }} {{ i18n.paginationLabel }}
{translate key="stats.publishedSubmissions.none"}
{include file="common/footer.tpl"}