<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%> <% if current_user %>
<% if current_user.profile.picture.attached? %> <%= image_tag current_user.profile.picture_by_size(:tiny), class: 'sideNav-profile' %> <% else %> <% end %> <%= current_user.profile.name.blank? ? 'Your Profile' : current_user.profile.name %>
Settings <% if current_role?([:nonprofit_admin,:nonprofit_associate]) %> <% if Houdini.terms_and_privacy&.help_url %> Help <% end %> <% end %> Logout
<% else %>
Login Sign up
<% end %>