<% if (error && error.message) { %>
<%= gettext(error.message) %>
<% } %>
<%= gettext("Group Configuration information") %>
<% if (!_.isUndefined(id)) { %> <%= gettext('Group Configuration ID') %> <%= id %> <% } %> " value="<%= name %>"> <%= gettext("Name or short description of the configuration") %>
<%= gettext("Optional long description") %>
<%= gettext("Group information") %> <%= gettext("Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.") %>
    <% if (!isNew) { %> <% if (_.isEmpty(usage)) { %> <%= gettext("Delete") %> <% } else { %> <%= gettext("Delete") %> <% } %> <% } %>