<% if @notifications.blank? %>
<%= t("proposals.show.no_notifications") %>
<% end %> <% @notifications.each do |notification| %>

<%= notification.title %>

<%= notification.created_at.to_date %>

<%= notification.body %>

<% end %>