<% if (installation && installation.get('install_finished')) { %>
Installation of <%= distro_tree.toHTML() %> finished.
<% } else if (status == 'Installing') { %>
Installing <%= distro_tree.toHTML() %>.
<% } else if (installation && installation.get('rebooted') && status == 'Aborted') { %>
Installation of <%= distro_tree.toHTML() %> aborted.
<% } else { %>
Installation of <%= distro_tree.toHTML() %> 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 %>
<% } %>