<%= _.isUndefined(i18n['Spent a total of']) ? 'Spent a total of':i18n['Spent a total of'] %> <%= formattedDate %> <%= _.isUndefined(i18n['on the website, and']) ? 'on the website, and':i18n['on the website, and'] %> viewed <%= stats['viewedPages'] %> <%= (stats['viewedPages'] > 1) ? 'pages' :'page' %> in <%= stats['visitsCount'] %> <%= (stats['visitsCount'] > 1) ? 'visits' : 'visit' %>.
<%= _.isUndefined(i18n['Converted']) ? 'Converted':i18n['Converted'] %> <%= stats['convertedGoals'] %> <%= _.isUndefined(i18n['goals']) ? 'goals':i18n['goals'] %>
<%= _.isUndefined(i18n['Each page took on average']) ? 'Each page took on average':i18n['Each page took on average'] %> <%= averagePageGenerationTime.toFixed(2) %> <%= _.isUndefined(i18n['sec to load for this visitor']) ? 'sec to load for this visitor':i18n['sec to load for this visitor'] %>