<% if presenter.representative_id.present? && (fs = ::FileSet.find(presenter.representative_id)) %> <%= media_display fs %> <% else %> <%= image_tag 'nope.png', class: "canonical-image" %> <% end %>