<% has_logo = local_assigns[:logo] %> <% has_user_photo = releasable.model_name == "AppearanceRelease" && releasable.person_photo.attached? %> <% if has_logo || has_user_photo %>
<% if has_logo %> <% end %> <% if has_user_photo %> <%= image_tag releasable.photos.first.variant(auto_orient: true, resize: "200x200"), id: "top-person-photo" %> <% end %>

<% end %> <% if preview %>

PREVIEW ONLY

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

Guardian Clause

<%= contract_template.guardian_clause %> <% end %>