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

<% 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( accessInfo.get('enableAssignmentRepository') ){ %>
<% if( showEditControls ) { %> <%= strings.edit %> <%= strings.done %> <% } %>
<% } %>