<%- # 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 :title_suffix do %> - Donor Fundraisers (P2P) <% end %> <%= content_for :javascripts do %> <%= javascript_pack_tag 'i18n', 'page__profiles__fundraisers'%> <% end %> <% content_for(:footer_hidden) {'hidden'} %> <% content_for :stylesheets do %> <%= stylesheet_link_tag 'profiles/show/page' %> <% end %>
<% supporter = (@profile.supporters && @profile.supporters.length != 0) ? supporter : false %>

Fundraisers <% if supporter %> (<%= supporter.name ? supporter.name : supporter.email %>) <% else %> (<%= @profile.name ? @profile.name : @profile.email %>) <% end %>

<%= render 'profiles/profile_tabs', profile_id: @profile.id, active: :fundraisers %>

Managed Campaigns

<% if @edited_campaigns.any? %> <%= render 'campaigns/campaigns_table', campaigns: @edited_campaigns %> <% else %>

None currently

<% end %>