<% template = PipelineTemplate.find?(@object.pipeline_template_uuid) %> <%= content_for :content_top do %>
<%= render partial: 'name_and_description' %>
<% if template %>
This pipeline was created from the template <%= link_to_if_arvados_object template, friendly_name: true %>
<% if template.modified_at && (template.modified_at > @object.created_at) %> Note: This template has been modified since this instance was created. <% end %>
<% end %>
<% end %> <% content_for :tab_line_buttons do %>
" >
<%= render partial: 'show_tab_buttons', locals: {object: @object}%>
<% end %> <%= render partial: 'content', layout: 'content_layout', locals: {pane_list: controller.show_pane_list }%>