<% 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 (!_.isEmpty(usage)) { %>

    <%- gettext('This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.') %>

    <% } %>
    <% if (!isNew) { %> <% if (_.isEmpty(usage)) { %> <%- gettext("Delete") %> <% } else { %> <%- gettext("Delete") %> <% } %> <% } %>