<% document[:genre_specific_ssim].each do |genre| %>
<%= link_to_facet(genre, 'genre_specific_ssim') %>
<% end %>
<% end %>
<%# collex field %>
<%# if document[blacklight_config.collection_field.to_sym] %>
<%# end %>
<%# physical location field (including sub_location and shelf_locator) %>
<% if document[:physical_location_ssim] %>
<% if document[:subject_hiergeo_geojson_ssm] %>
<% document[:subject_hiergeo_geojson_ssm].each do |hier_geojson| %>
<%= render_hiergo_subject(hier_geojson,
t('blacklight.breadcrumb.separator'),
'metadata_breadcrumb') %>
<% end %>
<% end %>
<% if document[:subject_geo_nonhier_ssim] %>
<% document[:subject_geo_nonhier_ssim].each do |nonhier_geo| %>
<%= link_to_facet(nonhier_geo, 'subject_geographic_ssim') %>
<% end %>
<% end %>
<% end %>
<%# publisher field %>
<% if document[:publisher_tsim] %>
<% end %>
<%# rights field %>
<%# TODO: Remove use_and_reproduction_ssm after November 2014 update has run %>
<% if document[:use_and_reproduction_ssm] || document[:rights_ssm] || document[:license_ssm] %>
<% if document[:use_and_reproduction_ssm] %>
<% document[:use_and_reproduction_ssm].each do |terms| %>
<%= terms %>
<% if terms.match(/\(CC\s/) %>
<%= render_cc_license(terms) %>
<% end %>
<% end %>
<% end %>
<% if document[:rights_ssm] %>
<% document[:rights_ssm].each do |rights| %>
<%= rights %>
<% end %>
<% end %>
<% if document[:license_ssm] %>
<% document[:license_ssm].each do |license| %>
<%= license %>
<% if license.match(/\(CC\s/) %>
<%= render_cc_license(license) %>
<% end %>
<% end %>
<% end %>
<% end %>
<%# additional rights/use info field %>
<% if document[:restrictions_on_access_ssm] %>