<% copies.times do |copy_index| %>
<% has_logo = local_assigns[:logo] %>
  <%= t '.do_not_copy_warning' %>
<% if has_logo %> <% end %>

<% if contract_template.body.present? %> <%= contract_template.body %>
<% end %> <% if contract_template.guardian_clause.present? %>

Guardian Clause

<%= contract_template.guardian_clause %> <% end %>
<%= render "blank_contracts/signature_page", releasable: releasable, contract_template: contract_template %>
<% end %>