<% if combobox_security.logo_url.present? %> <%= image_tag(combobox_security.logo_url, class: "rounded-full h-8 w-8 inline-block mr-2" ) %> <% end %>
<%= combobox_security.name.presence || combobox_security.symbol %> <%= t("securities.combobox.exchange_label", symbol: combobox_security.symbol, exchange: combobox_security.exchange_name) %>
<% if combobox_security.country_code.present? %>
<%= image_tag("https://hatscripts.github.io/circle-flags/flags/#{combobox_security.country_code.downcase}.svg", class: "h-4 rounded-sm", alt: "#{combobox_security.country_code.upcase} flag", title: combobox_security.country_code.upcase) %> <%= combobox_security.country_code.upcase %>
<% end %>