% content_for :title, t("team.billing.title", name: @team.name) %> <% content_for :robots, "noindex, nofollow" %>
<%= t("team.billing.team_label") %> <%= @team.name %> · <%= t("team.billing.current_plan_label") %> <%= @entitlements.plan.name %>
<%= raw t("pages.plans.price_alt_html", price: Billing::Stripe::PriceCatalog.label(plan_slug: plan.slug, interval: "monthly")) %>
<% else %><%= raw t("pages.plans.price_alt_html", price: Billing::Stripe::PriceCatalog.label(plan_slug: plan.slug, interval: "monthly")) %>
<% end %><%= t("team.billing.stripe_not_configured") %>
<% end %><%= t("team.billing.contact_lead") %> <%= mail_to "info@matchlivetv.it", t("team.billing.contact_cta") %> <%= t("team.billing.contact_trailer") %>
<%= link_to t("team.billing.club_payments_link"), public_club_billing_path(@team.club) %>
<%= link_to t("team.back_to_details"), public_team_details_path(@team) %>