<%= t ".heading" %>
<%= t ".instructions", releasable_name: "#{releasable.model_name.name.titleize}" %>
<% # Signer information %>
<% # Only guardian signs if talent is a minor %>
<% if contract_template.guardian_clause.blank? %>
<%= description_list_pair "Signature:", "___________________________________________" %>
<% end %>
<%= description_list_pair "Name:", "___________________________________________" %>
<%= description_list_pair "Contact Address:", "___________________________________________" %>
<%= description_list_pair "Contact Phone:", "___________________________________________" %>
<%= description_list_pair "Contact Email:", "___________________________________________" %>
<% if releasable.model_name == "AppearanceRelease" %>
<%= description_list_pair "Person Date of Birth:", "___________________________________________" %>
<% end %>
<%= description_list_pair "Signed On:", "___________________________________________" %>
<% if releasable.model_name == "LocationRelease" %>
<%= description_list_pair "Filming Started On:", "___________________________________________" %>
<%= description_list_pair "Filming Ended On:", "___________________________________________" %>
<% end %>
<% if contract_template.fee? %>
<%= description_list_pair "Fee:", number_to_currency(contract_template.fee) %>
<% end %>
<% if contract_template.guardian_clause.present? %>
<% # Guardian information %>
Guardian Information
<%= description_list_pair "Signature:", "___________________________________________" %>
<%= description_list_pair "Guardian Name:", "___________________________________________" %>
<%= description_list_pair "Guardian Address:", "___________________________________________" %>
<%= description_list_pair "Guardian Phone:", "___________________________________________" %>
<%= description_list_pair "Signed On:", "___________________________________________" %>
<% end %>