@*
Licensed under the MIT License. See LICENSE file in the project root for full license information.
*@
@using MUnique.OpenMU.Web.AdminPanel.Properties
@using MUnique.OpenMU.Web.Shared.Components.Form
@using MUnique.OpenMU.Web.Shared.Services
@implements IDisposable
@inject CreationPanelService Panel
@inject IToastService ToastService
@if (this.Panel.Current is { } session)
{