% content_for :title, t("club.billing.title", name: @club.name) %> <% content_for :robots, "noindex, nofollow" %>
<%= t("club.billing.comped.title") %> <%= t("club.billing.comped.plan_prefix") %> <%= @subscription.plan.name %> <% if @subscription.admin_comped_reason.present? %> (<%= @subscription.admin_comped_reason %>) <% end %>. <%= raw t("club.billing.comped.no_payment_html", email_link: mail_to("info@matchlivetv.it", "info@matchlivetv.it")) %>
<%= raw t("billing.bank_transfer.renewal_html") %>
<% end %> <%= render "shared/subscription_cancel", club: @club, subscription: @subscription %> <% end %> <%= render "shared/billing_documents", club: @club, payments: @payments %><%= link_to t("club.back_to_club"), public_club_path(@club) %>