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