<% content_for :title, t("tournaments.directory.meta_title") %> <% content_for :meta_description, t("tournaments.directory.meta_description") %> <% content_for :canonical_url, seo_absolute_url(public_tournament_pages_path) %>

<%= t("tournaments.directory.heading") %>

<%= t("tournaments.directory.hint") %>

<% if @tournaments.any? %>
<% @tournaments.each do |tournament| %> <%= render "public/tournament_pages/directory_card", tournament: tournament %> <% end %>
<% else %>

<%= t("tournaments.directory.empty") %>

<% end %>