<% if (start_time) { %> Started <% if (is_finished) { %> and finished in <% } %>. <% } else { %> <% // If a recipe is aborted or cancelled and was never started, // we use the started time of the last task result as the time // that the recipe was aborted or cancelled. %> <% if (is_finished) { %> <%- status %> without starting. <% } else if (recipeset.get('queue_time')) { %> Queued .<% } %> <% } %>
<% if (typeof hostrecipe != 'undefined' && hostrecipe) { %>
Guest recipe hosted by <%= hostrecipe.toHTML() %>.
<% } %>
<% if (!_.isEmpty(installation)) { %>
Using <%= installation.getDistroSummary() %>
<% } %>
<% if (!_.isEmpty(resource)) { %>
on <%= resource.resource_summary_fragment()
%><% } %><%
if (status == 'Queued' && !_.isEmpty(possible_systems)) { %>
on
<%- _.size(possible_systems) %> possible
<%- _.size(possible_systems) > 1 ? 'systems' : 'system' %><%
} %><% if (!_.isEmpty(role) && role != 'None' && role != 'STANDALONE' && role != 'RECIPE_MEMBERS') { %>
with role <%- role %><%
} %>.