+
{{ stats.sessionCount }} session{{ stats.sessionCount !== 1 ? 's' : '' }}
+
+ Avg: {{ formatPlaytime(stats.averageSessionLength) }} per session
+
+
Last played {{ formatRelativeTime(stats.lastPlayed) }}
+
+ Current session: {{ formatPlaytime(stats.currentSessionDuration) }}
+
+