@game.Title
Завершено
@game.CompletedAt.ToLocalTime().FormatMoscowShort()
@if (!string.IsNullOrWhiteSpace(game.System) || !string.IsNullOrWhiteSpace(game.Format))
{
@if (!string.IsNullOrWhiteSpace(game.System))
{
@GetSystemDisplayName(game.System)
}
@if (!string.IsNullOrWhiteSpace(game.Format))
{
@TranslateFormat(game.Format)
}
}