@model CreateAppViewModel @{ ViewData.SetActivePage(AppsNavPages.Create, StringLocalizer["Create a new {0}", Model.AppType]); } @section PageFootContent { }