-
<%= i18n._('duree_passe_sur_site') %>
<% if (timersEnabled === false && visitorWebTracking.datas.target_visit_duration !== '') { %>
<%- dateHelper.secondsToString(visitorWebTracking.datas.target_visit_duration) %>
<% } else { %>
-
<% } %>
-
<%= i18n._('nombre_pages_visitees') %>
<% if (visitorWebTracking.datas.target_nb_visited_pages !== '') { %>
<%- visitorWebTracking.datas.target_nb_visited_pages %>
<% } else { %>
-
<% } %>
<% _.each(visitorWebTracking.datas.target_last_visited_pages, function (thisPage, index) { %>
-
<% if (!index) { %>
<%- unescape(thisPage.title) %>
<% if (!timersEnabled) { %>
<%- dateHelper.secondsToString(thisPage.duration) %>
<% } %>
<% if (isCoBrowsing) { %>
<% } %>
<% } else { %>
<%- unescape(thisPage.title) %>
<%- dateHelper.secondsToString(thisPage.duration) %>
<% } %>
<% }) %>