@model CreateAppViewModel @{ ViewData.SetLayoutModel(new($"CreateApp-{Model.AppType}", StringLocalizer["Create a new {0}", Model.AppType])); } @section PageFootContent { }
@if (!ViewContext.ModelState.IsValid) {
} @if (string.IsNullOrEmpty(Model.AppType)) {
}