<%= sitemap_block_counter + 1 %> <%= sitemap_block.title_translations[temp_locale] %>
<% sitemap_block.children.each_with_index do |child, i| %>
-
<%= content_tag :button, :id => child.id, :class => "onoff pull-right", :temp_locale => temp_locale, :disabled => !child.show_in_sitemap_for(temp_locale) do %>
<%= child.show_in_sitemap_for(temp_locale) ? t('on_upcase') : t('off_upcase') %>
<% end %>
<%= "#{sitemap_block_counter + 1}-#{i + 1}" %> <%= child.title_translations[temp_locale] %>
<% end if sitemap_block.children %>