<% 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){ %>