<%= product_wordmark :release_me, class: "small mb-3" %>

<% if policy(ContractTemplate).new? %> <%= link_to fa_icon("plus", text: t(".actions.new")), [:new, @project, :contract_template], class: "btn btn-primary" %> <%= link_to fa_icon("clone", text: t(".actions.import")), [:new, @project, :release_template_imports], class: "btn btn-secondary" %> <% end %> <%= link_to "Group QR Code", "javascript:void(0);", class: "btn btn-light border disabled", id: "group_qr_code", data: { project_id: @project.id, contract_template_ids: [] } %>

<% if @contract_templates.any? %> <%= render @contract_templates %> <% else %> <% end %>
<%= ContractTemplate.human_attribute_name(:name) %> <%= ContractTemplate.human_attribute_name(:fee) %> <%= t(".table_headers.release_type") %> <%= t(".table_headers.signed_release_count") %>
<%= t(".empty") %>
<%= will_paginate @contract_templates %>