@page "/admin/season-simulator"
@attribute [Authorize]
@using TaxBaik.Application.Seasonal
@using TaxBaik.Application.Services
날짜를 선택해 홈페이지 시즌 화면이 어떻게 보이는지 미리 확인합니다.시즌 시뮬레이터
@(simulationDate?.ToString("yyyy년 MM월 dd일") ?? "날짜를 선택하세요")
@if (activeSeason != null) { @activeSeason.Name 시즌 활성@activeSeason.Key@activeSeason.UrgencyBadge| 기간 | 시즌 | 블로그 카테고리 | 상태 |
|---|---|---|---|
| @s.StartMonth/@s.StartDay ~ @s.EndMonth/@s.EndDay | @s.Name | @s.RelatedCategorySlug |
@(isActive ? "활성" : "비활성") |