<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl" %> <%@ Import Namespace="Orchard.Mvc.Html"%> <%@ Import Namespace="Orchard.Modules.ViewModels"%>

<%=Html.TitleForPage(T("Manage Features").ToString()) %>

<% if (Model.Features.Count() > 0) { using (Html.BeginFormAntiForgeryPost()) { %> <%=Html.ValidationSummary()%>
" />
<% } %>
<% } %>