<% if @all_notes.empty? -%>

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

<% else -%> <%= render :partial => @all_notes %> <% end -%>