<% if (!_.isEmpty(usage)) { %>
<%= gettext('This Group Configuration is used in:') %>
<% _.each(usage, function(unit) { %>
-
><%= unit.label %>
<% if (unit.validation) { %>
<% if (unit.validation.type === 'warning') { %>
<% } else if (unit.validation.type === 'error') { %>
<% } %>
<%= unit.validation.text %>
<% } %>
<% }) %>
<% } else { %>
<%= outlineAnchorMessage %>
<% } %>
<% } %>