<%= t('page.showing', model: t('activerecord.models.subject')) -%>

<%= notice %>

[S] <%= @subject.term -%>

<%= t('activerecord.models.subject_heading_type') -%>: <%= link_to @subject.subject_heading_type.display_name.localize, @subject.subject_heading_type -%>

<%= t('activerecord.models.subject_type') -%>: <%= link_to @subject.subject_type.display_name.localize, @subject.subject_type -%>

<%= t('activerecord.attributes.subject.term_transcription') -%>: <%= @subject.term_transcription -%>

<%= t('activerecord.attributes.subject.note') -%>: <%= @subject.note -%>