@page "/events" @using EventHub.Admin.Events @using EventHub.Admin.Permissions @using EventHub.Events @using EventHub.Options @using Microsoft.AspNetCore.Authorization @using Microsoft.Extensions.Options @inherits EventHubComponentBase @attribute [Authorize(EventHubPermissions.Events.Default)] @inject IEventAppService EventAppService @inject NavigationManager NavigationManager @inject IOptions UrlOptions

@L["Events"]

@L["Title"] @L["OrganizationDisplayName"] @L["MinStartTime"] @L["MaxStartTime"] @L["MinAttendeeCount"] @L["MaxAttendeeCount"]
@L["UpdateEvent"] @L["EventInfo"] @L["Timing"] @L["CoverImage"] @L["Title"] * @L["Description"] * @L["IsOnline"] @L["Language"] @if (EditingEvent.IsOnline) { @L["OnlineLink"] * } else { @L["Country"] * @L["City"] * } @L["Capacity"] @L["StartTime"] * @L["EndTime"] * @if (!string.IsNullOrEmpty(CoverImageUrl)) {
cover-image
}
@L["ChooseCoverImage"] @if (DisabledCoverImageButton) { } else { }