<%- # 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 -%>
Supported Nonprofits
<% if @profile.supporters.empty? %>

None yet

<% else %> <% @profile_nonprofits.each do |npo| %> <%# let's make an image server already %> <% end %>
<% if npo['logo'] %> <% end %>
'><%= npo['name'] %>

<%= npo['city'] %>, <%= npo['state_code'] %>

<%= npo['summary'] && npo['summary'] != "" ? npo['summary'] : npo['tagline'] %>

<% npo['categories'] && YAML.load(npo['categories']).each do |category | %> <%= category %> <% end %>
<% end %>