<%- # 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 -%> <%- @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 %>"