@using FruitBank.Common.Models @using FruitBankHybrid.Shared.Pages @inherits LayoutComponentBase
@if (LoggedInModel.IsLoggedIn) {
@($"{LoggedInModel.CustomerDto!.FullName} [{string.Join(", ", LoggedInModel.CustomerRoles.Where(x => x.SystemName.Contains("Measuring")).Select(x => x.Name))}]")
}
@* @Body *@ @if (LoggedInModel.IsLoggedIn || IsOnLoginPage) { @Body }
@toastMessage
@if (!string.IsNullOrEmpty(toastOrderNumber)) {
Rendelés: #@toastOrderNumber
} @if (toastDateOfReceipt.HasValue) {
Átvétel: @toastDateOfReceipt.Value.ToString("yyyy-MM-dd HH:mm")
}
An unhandled error has occurred. Reload 🗙