<%= render 'shared/back_link' %>

<%= t("admin.stats.proposal_notifications.title")%>

<%= t("admin.stats.proposal_notifications.proposals_with_notifications") %>
<%= @proposals_with_notifications %>

<% @proposal_notifications.each do |notification| %> <% end %>

<%= notification.title %> <%= link_to notification.proposal.title, proposal_path(notification.proposal) %>

<%= notification.body %>