<%= f.radio_button(:source, :exhibit, label: t(:'.source.exhibit.label')) %>
<%= f.hidden_field(:document_global_id) %>
<%= blacklight_icon('warning') %>
<%= t(:'.non_iiif_alert_html') %>
<%= text_field_tag(:document_title, (presenter(f.object.document).heading if f.object.document), class: "form-control", data: { input_select_target: "##{form_prefix(f)}_source_exhibit", 'behavior': 'autocomplete', featured_image_typeahead: true, target_panel: "##{form_prefix(f)}-target-panel", :'id-field' => "##{form_prefix(f)}_document_global_id" }) %>
<%= t(:'.source.exhibit.help') %>