@model Orchard.Packaging.ViewModels.PackagingModulesViewModel @{ Style.Require("PackagingAdmin"); Style.Require("ThemesAdmin"); }

@Html.TitleForPage(T("Browse Gallery - Themes").ToString())

@Html.ActionLink(T("Refresh").ToString(), "Update", new { cameFrom = "Themes" }, new { @class = "button primaryAction" })
@using ( Html.BeginFormAntiForgeryPost(Url.Action("Themes", "Gallery")) ) {
} @if (Model.Modules.Count() > 0) { }