<%= title %>
<% notes.by_file_label.each do |file, per_label| %>
<%= file %>
-
<% per_label.each do |label, lnotes| %>
<%= label %>
-
<% lnotes.each do |note| %>
-
<%= h note.textline %> <%= note.line %>
<% if note.code? %>
<%= note.code %>
<% end %>
<% end %>
<% end %>
-
<%= h note.textline %> <%= note.line %>
<% if note.code? %>