@model ForumModel @{ //page title ViewBag.Title = T("Admin.ContentManagement.Forums.Forum.CreateForum").Text; } @using (Html.BeginForm()) {
@T("Admin.ContentManagement.Forums.Forum.CreateForum") @Html.ActionLink(String.Format("({0})", T("Admin.ContentManagement.Forums.Forum.BackToList")), "List")
@Html.Partial("_CreateOrUpdateForum", Model) }