<%- name %>

    <% if (!_.isUndefined(id)) { %>
  1. <%- gettext('ID') %>: <%- id %>
  2. <% } %> <% if (!showContentGroupUsages) { %>
  3. <%- usageCountMessage %>
  4. <% } %>
<% if (showContentGroupUsages) { %>
<% if (!_.isEmpty(usage)) { %>

<%- gettext('This group controls access to:') %>

    <% _.each(usage, function(unit) { %>
  1. ><%- unit.label %>

  2. <% }) %>
<% } else { %>

<%= HtmlUtils.interpolateHtml( gettext("In the {linkStart}Course Outline{linkEnd}, use this group to control access to a component."), { linkStart: HtmlUtils.interpolateHtml( HtmlUtils.HTML(''), {courseOutlineUrl: courseOutlineUrl, courseOutlineTitle: gettext('Course Outline')} ), linkEnd: HtmlUtils.HTML('') } ) %>

<% } %>
<% } %>