% if !@object.log %>
<% log_history = stderr_log_history([@object.uuid]) %>
<% log_history.each do |entry| %>
<%=entry%>
<% end %>
<% else %>
Summary
<% if !logcollection %>
The collection containing the job log was not found.
<% end %>
Download the full log
Log
<% if @object.andand.tasks_summary.andand[:failed] and @object.tasks_summary[:failed] > 0 %>
<% end %>
<% end %>