<%= block_title(block.title) %> <% if !block.featured_images.empty? %>
<% block.featured_images.each do |img| %> <%= content_tag :img, nil, :src => img[:image_src], :alt => img[:title] %>

<%= img[:title] %>

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