Local Project: <% if (currentSite.project) { %> <%= currentSite.project %> <% } else { %> None <% } %>  
<% if (Portal.Modules.MyCloudPortal.currentSite.type != 'java') { %> <% } else { %> Use existing project: <% } %>
<% if (projectList.size() > 0) { %>
<% if (Portal.Modules.MyCloudPortal.currentSite.type != 'java') { %> Use existing project:
<% } %> <% projectList.each(function(project) { %> <%= project.value.name.truncate(40); %> <% }); %>
<% } %>
Last Sync: <% if (currentSite.lastSyncTime != null) { %> <%= currentSite.lastSyncTime %> by <%= currentSite.lastSyncUser.split(' ')[0]; %> <% } else { %> Never <% } %>
Site Status: <% if (currentSite.status.toLowerCase() == 'running') { %> <%= currentSite.status %> <% } else { %> <%= currentSite.status %> <% } %>
Last Backup: <% if (currentSite.lastDump != null) { %> <%= currentSite.lastDump %> <% } else { %> Never <% } %>