<%- title %> <%if (lastRunAction) {%> <%if (lastActionSuccess) {%> <%= _('Successful').t() %> <%} else {%> <%= _('Unsuccessful').t() %> <%} %> <%}%>

<% if ((lastRunAction === actions.CHECK_RESTART)) { %> <% if (restartRequired) { %>
<%= _('Restart').t() %>?
<%= _('Required').t() %>
<% } else { %>
<%= _('Restart').t() %>?
<%= _('Not Required').t() %>
<% } %> <% } %>
<%= _('Updated Time').t() %>
<%-timeLastPush%>
<%= _('Active Bundle ID').t() %>?
<%-activeBundleId%>
<%= _('Latest Bundle ID').t() %>?
<%-latestBundleId%>
<%= _('Previous Bundle ID').t() %>?
<%-previousBundleId%>
<% if ((lastRunAction === actions.CHECK_RESTART) && checkRestartBundleId) { %>
<%= _('Latest Check Restart Bundle').t() %>?
<%-checkRestartBundleId%>
<% } %>