@model Orchard.Themes.ViewModels.ThemesIndexViewModel @{ Style.Require("ThemesAdmin"); }
@T("There is no current theme in the application. The built-in theme will be used.")
@Html.ActionLink(T("Install a new Theme").ToString(), "Install")
@T("Version:") @Model.CurrentTheme.Version
@Model.CurrentTheme.Description
@Model.CurrentTheme.HomePage
@T("Version:") @theme.Version
@theme.Description
@theme.HomePage