<% heading_text = I18n.t("term._plural") if heading_text.blank? %>

<%= heading_text %>

<%= I18n.t("term.term") %>
<%= I18n.t("term.term_type") %>
<% terms.each do | term | %>
<%= term["term"] %>
<%= I18n.t("enumerations.subject_term_type.#{term["term_type"]}", :default => term["term_type"]) %>
<% end %>