@page "/Redistributables/{id:guid}" @page "/Redistributables/{id:guid}/General" @page "/Redistributables/Add" @using LANCommander.SDK.Enums @using LANCommander.Server.UI.Pages.Redistributables.Components @using Microsoft.EntityFrameworkCore @using SortDirection = LANCommander.SDK.Enums.SortDirection @attribute [Authorize(Roles = RoleService.AdministratorRoleName)] @inject IMessageService MessageService @inject NavigationManager NavigationManager @inject ILogger Logger @inject GameService GameService @if (Id == Guid.Empty) { Add New Redistributable } else { General } @if (context != null && context.Id != Guid.Empty) { Full Metadata } @if (context != null) {