% content_for :page_header do %>
Add <%= @collectible %> to:
<% end %>
<% if can? :collect, @collectible %>
<%= render partial: 'form_to_add_member', locals: { collectible: @collectible, select_label_id: 'add-to-title', button_class: 'btn btn-primary' } %>
<% end %>