<%= type == "chapter" ? ts("Chapter Notes") : ts("Notes") %>
-
<% if !params[:claim_id].blank? %>
<%= check_box_tag "front-notes-options-show", "1", true, :class => "toggle_formfield" %>
<%= label_tag 'front-notes-options-show', ts("at the beginning") %>
<% else %>
<%= check_box_tag "front-notes-options-show", "1", !f.object.notes.blank?, :class => "toggle_formfield" %>
<%= label_tag 'front-notes-options-show', ts("at the beginning") %>
<% end %>
<%= ts("Warning: Unchecking this box will delete the existing beginning note.") %>
-
<%= check_box_tag "end-notes-options-show", "1", !f.object.endnotes.blank?, :class => "toggle_formfield" %>
<%= label_tag 'end-notes-options-show', ts("at the end") %>
<%= ts("Warning: Unchecking this box will delete the existing end note.") %>