<% organization = local_assigns[:organization] %> <% if organization.present? && organization.avatar_url.present? %> <%= organization.name %> organization <% else %> <% if organization.present? %> <%= image_tag("layout/carto-logo-darkblue.svg", :alt => "CARTO") %> <% else %> <%= image_tag("layout/carto-logo.svg", :alt => "CARTO") %> <% end %> <% end %>