<% if f.object.persisted? && f.object.member_ids.present? %>
Representative Media

Select the file with media that represents this <%= f.object.human_readable_type %>.

<%= f.select :representative_id, @form.select_files, {}, { class: 'form-control' } %>
Thumbnail

Select the file to be used as the thumbnail for this <%= f.object.human_readable_type %>.

<%= f.select :thumbnail_id, @form.select_files, {}, { class: 'form-control' } %>
<% end %>