Admin Dashboard

Manage shows, events, history, team, and community content

@if (activeTab() === 'shows') { } @if (activeTab() === 'events') { } @if (activeTab() === 'history') { } @if (activeTab() === 'team') { } @if (activeTab() === 'community') { } @if (activeTab() === 'station') { } @if (activeTab() === 'theme') { } @if (activeTab() === 'underwriters') { } @if (activeTab() === 'mobile-builds') { } @if (activeTab() === 'stats') {
}
@if (showShowForm) { } @if (showEventForm) { } @if (showStationForm) { } @if (showHistoryForm) { } @if (showTeamForm) { } @if (showCommunityForm) { } @if (showUnderwriterForm) { }