% template, imported = release_template.template, release_template.already_imported? %>
imported) %>">
|
<% if imported %>
<%= fa_icon('ban') %>
<% else %>
<%= check_box_tag "template_ids[]", template.id, false %>
<% end %>
|
<%= template.name %>
|
<%= release_type_title(template.release_type) %>
|
<%= template.project.name %>
|