% include_stat_graphs_javascript %> <%= back_link_to admin_stats_path %>
<%= t("admin.stats.proposal_notifications.total") %>
<%= @proposal_notifications.count %>
<%= t("admin.stats.proposal_notifications.proposals_with_notifications") %>
<%= @proposals_with_notifications %>
<%= notification.title %>
<% if notification.proposal.present? %>
<%= link_to notification.proposal.title, proposal_path(notification.proposal) %>
<% else %>
<%= t("admin.stats.proposal_notifications.not_available") %>
|