<%- # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later # Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE -%> <%= content_for :stylesheets do %> <%= stylesheet_link_tag 'nonprofits/dashboard/page' %> <% end %> <%= content_for :javascripts do %> <%= javascript_pack_tag 'i18n', 'page__nonprofits__dashboard'%> <% end %> <%= render 'components/header', icon_class: 'icon-camera-graph-2', title: 'Dashboard', profile: @nonprofit, has_mosaic: 'true' %>
<%= render 'nonprofits/dashboard/payments_chart' %>
<%= render 'nonprofits/dashboard/todo_messages' %> <%= render 'components/todos', title: 'checklist' %>

most recent supporters

<%= render 'nonprofits/dashboard/campaign_listing' %> <%= render 'nonprofits/dashboard/event_listing' %>
<%= render 'nonprofits/payouts/identity_verification_modal' %> <%= render 'nonprofits/bank_accounts/modal' %> <%= render 'campaigns/new_modal' %> <%= render 'events/new_modal' %> <%= render 'billing_subscriptions/new_modal' %>