<%= block_title(block.title) %> <% if !block.featured_images.empty? %>
<% block.featured_images.each do |img| %> <%= image_tag [Noosfero.root, img[:image_src]].join, alt: img[:title] %>

<%= img[:title] %>

<% end %>
<% if block.navigation %>
<% end %>
<% else %> <%= _('Please, edit this block and choose some images') %> <% end %>