+
+
+
@Package.Title
+
by @Package.Org?.Title
+
+
+ @if ( !string.IsNullOrWhiteSpace( Package.Summary ) )
+ {
+
@Package.Summary
+ }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ @if ( Package.Interaction.Used )
+ {
+
+
+
Play Time
+
@TimeSpan.FromSeconds( Package.Interaction.Seconds ).Humanize( 1 )
+
+
+
Sessions
+
@Package.Interaction.Sessions.ToMetric( 0 )
+
+
+
First Played
+
@Package.Interaction.FirstUsed?.Date.Humanize()
+
+
+ @if ( ach != null )
+ {
+ var achText = $"{ach.All.Where(x => x.IsUnlocked).Count().ToMetric()} of {ach.All.Count().ToMetric()}";
+
+
+
Achievements
+
@achText
+
+ }
+
+
+ }
+
+
+
+