<% if (installation && installation.get('install_finished')) { %> Installation of <%= installation.getDistroSummary() %> finished. <% } else if (status == 'Installing') { %> Installing <%= installation.getDistroSummary() %>. <% } else if (installation && installation.get('rebooted') && status == 'Aborted') { %> Installation of <%= installation.getDistroSummary() %> aborted. <%/* installation can be null on some recipes prior to Beaker 25.0 */%> <% } else if (!installation) { %> No installation progress reported. <% } else { %> Installation of <%= installation.getDistroSummary() %> not started. <% } %>
<% /* installation logs go here */ %>
<% if (installation && installation.get('install_finished')) { %> Completed <% } else if (status == 'Installing') { %> Installing <% } else if (status == 'Aborted' || status == 'Cancelled') { %> <%- status %> <% } %>
<% /* populated by the render() method */ %>