<% if @all_notes.empty? -%>

<%= t('notes.no_notes_available') %>

<% else -%> <%= render :partial => 'note', :collection => @all_notes %> <% end -%>