<%= name %>

    <% if (_.isNumber(id)) { %>
  1. <%= gettext('ID') %>: <%= id %>
  2. <% } %> <% if (showGroups) { %>
  3. <%= description %>
  4. <% } else { %>
  5. <%= groupsCountMessage %>
  6. <% } %>
<% if(showGroups) { %> <% allocation = Math.floor(100 / groups.length) %>
    <% groups.each(function(group, groupIndex) { %>
  1. <%= group.get('name') %><%= allocation %>%
  2. <% }) %>
<% } %>