<% countries.each do |country| %> <% end %>
<%= country.continent.title if country.continent.present? %> <%= country.key %> <%= image_tag_for_country( country ) %> <%= link_to "#{country.title} (#{country.code})", short_country_path( country ) %>
<%= render_tags( country.tags.top ) %>
<%= number_to_human( country.pop ) %> <%= number_to_human( country.area ) %> kmĀ² (<%= country.cities.count %>) <%= render_cities( country.cities ) %>