<%= PersonNote.label %> della persona:

'>
<% person_notes = PersonNote.where(person_id: @person.id).ordered_for_index %>
<%= iconbutton_new new_person_note_path, nil, @filter_params.merge(filterperson_id: @person.id) %>
<% if person_notes %> <%= render partial: "person_notes/list", locals: { person_notes: person_notes } %> <% end %>