<% content_for :title, t("matches.new.title", name: @team.name) %> <% content_for :robots, "noindex, nofollow" %>

<%= t("matches.new.heading") %>

<%= @club.name %> ยท <%= @team.name %>

<%= render "form", form_url: public_team_matches_path(@team), form_method: :post, submit_label: t("matches.new.submit") %>

<%= link_to t("matches.back_to_list"), public_team_matches_path(@team) %>