<% if (error && error.message) { %>
<%- gettext(error.message) %>
<% } %>
<% if (!_.isUndefined(id) && !_.isEmpty(id)) { %> <%- gettext('Content Group ID') %> <%- id %> <% } %> ">
<% if (!_.isEmpty(usage)) { %>

<%- gettext('This content group is used in one or more units.') %>

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