-
<% if @scc_account.synced %>
<% @scc_account.scc_products.where(product_type: 'base').order(:friendly_name).each do |scc_product| %>
<% render_list_node(f, scc_product) %>
<% end %>
<% else %>
<%= _('Please sync your SUSE subscriptions first.') %>
<% end %>