<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%> <%- @location_array = [] @location_array.push(profile.city) if profile.city.present? @location_array.push(profile.state_code) if profile.state_code.present? -%>

<%= profile.name %><%- if @location_array.any? -%> (<%= @location_array.join(', ') %>)<%- end -%>

"<%= reason_for_supporting %>"