<% sitemap_block.children.each_with_index do |child, i| %>
  • ">
    <%= content_tag :button, :id => child.id, :temp_locale => temp_locale, :disabled => !child.show_in_sitemap_for(temp_locale) do %> <% end %> <%= "#{sitemap_block_counter + 1}-#{i + 1}" %> <%= child.title_translations[temp_locale] %>
  • <% end if sitemap_block.children %>