<% var title = '' var typeIcon = ''; if (type === 'create_snapshot') { title = 'Creating New Snapshot'; typeIcon = 'icon-time'; } else if (type === 'remove_snapshot') { title = 'Removing Snapshot'; typeIcon = 'icon-trash'; } else if (type === 'restore_object') { title = 'Restoring Files'; typeIcon = 'icon-download-alt'; } else if (type === 'move_volume') { title = 'Moving Volume'; typeIcon = 'icon-move'; } %>
<%= formatTime(time) %>
<% if (state === 'failed') { %> <% } %>
<%= title %>
Volume: <%= volume_name %>
Time: <%= formatTime(time) %>
State: <%= state.charAt(0).toUpperCase() + state.slice(1) %>
<% if (typeof snapshot_id !== 'undefined') { %> Snapshot ID: <%= snapshot_id %>
<% } %> ID: <%= id %>