<%= @brands.count %> Brands

<% @brands.each do |brand| %> <% end %>
<%= brand.key %> <%= brand.title %> <% if brand.synonyms.present? %> | <%= beer.synonyms %> <% end %> // <% if brand.brewery.present? %> <%= brand.brewery.title %> <% else %> - <% end %> <% if brand.city.present? %> <%= brand.city.title %> <% else %> - <% end %> / <% if brand.region.present? %> <%= brand.region.title %> <% else %> - <% end %> / <%= image_tag_for_country( brand.country ) %> <%= link_to brand.country.title, short_country_path( brand.country ) %>