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

<% if(revision.get('algorithm').length > 0 ) { %> <% var variables = revision.get('algorithm').split(';'); _.each(variables, function(curVar){ var parts = curVar.split('='); if (parts.length > 1 ){ print(""); } }); %>
" + common.stripScripts( parts[0] ) + "=" ); parts.splice(0,1); print( common.stripScripts( parts.join('=') ) + ";
<% }else{ %> <%= strings.noAlgorithm %><% if( showEditControls ) { %>, <%= strings.addAlgorithm %><% } %> <% } %>
<% if(revision.get('comment').length > 0 ) { %> <%= common.fixMathSize( common.stripScripts( revision.get('comment') ) ) %> <% }else if( showEditControls ) { %> <%= strings.noFeedback %>, <%= strings.addFeedback %> <% }else{ %> <%= strings.noFeedback %> <% } %>
<% if( !showEditControls && currentClassId > 0 ) { %>
<%= strings.copyIntoClass %>
<% } %>
<% if( showEditControls ) { %> <% }else{ %> <%= common.getDifficultyDescription( header.get("difficulty") ) %> <% } %>
<% if( showEditControls ) { %> <%= strings.shareWith %>
<% }else{ %> <%= strings.sharedWith %> <%= common.getPrivacyDescription( header.get("privacy") ) %> <% } %>
<% if( showEditControls ){ %>
<% } %>
<%= common.formatDateTime( header.get("created") ) %>
<% if( header.get("modified") != null && header.get("modified") > 1000 ) { %> <%= common.formatDateTime( header.get("modified") ) %> <% } %>
<% if( showEditControls ) { %> <%= strings.edit %> <%= strings.done %> <% } %>
<% if( showEditControls ) { %> <%= strings.edit %> <%= strings.done %> <% } %>
<% if( showEditControls ) { %> <%= strings.edit %> <% } %>
<% if(header.get('info').length > 0 ) { %> <% var variables = header.get('info').split(";"); _.each(variables, function(curVar){ var parts = curVar.split('='); if( parts.length > 1 ){ %> <% } }); %>
<%= parts[0] %>=<%= parts[1] %>;
<% }else{ %> <%= strings.noInformationFields %> <% if( showEditControls ) { %>, <%= strings.addInformationField %><% } %> <% } %>
<% if( currentClassId > 0 ){ %> <% } %>