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

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

<%= @team.name %> vs <%= @match.opponent_name %>

<%= render "form", form_url: public_team_match_path(@team, @match), form_method: :patch, submit_label: t("matches.edit.submit") %>

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