<% section_id = "subjects" if section_id.blank? %>

<%= I18n.t("subject._plural") %>

<%= I18n.t("subject.authority_id") %>
<%= I18n.t("subject.heading") %>
<% subjects.each_with_index do | subject, index | %>
<%= subject['_resolved']["authority_id"] %>
<%= render_token :object => subject['_resolved'], :label => subject['_resolved']['title'], :type => "subject", :uri => subject['ref'] %>
<% end %>