<%= model.get('name') %>

<% if( model.isGroup() ){ %>
<% if( model.get('description') != null && model.get('description').length > 0 ){ %> <%= model.get('description') %> <% if( showEditControls ) { %> <%= strings.edit %><% } %> <% }else{ %><%= strings.noDescription %><% if( showEditControls ) { %>, <%= strings.addDescription %><% } %> <% } %>
<% if( !showEditControls && currentClassId > 0){ %> <%= strings.copyIntoClass %> <% }else{ %>
<% } %>
<% if( showEditControls ) { %><%= strings.shareWith %>
<% } %>
<% } %>