% content_for :title, "Abbonamento — #{@club.name}" %>
<% content_for :robots, "noindex, nofollow" %>
Abbonamento
<%= render "shared/club_subscription_status", club: @club, entitlements: @entitlements, subscription: @subscription %>
<%= render "shared/stripe_secure_payment" %>
<%= render "shared/plan_cards", show_stripe_portal: true %>
<%= render "shared/billing_documents", club: @club, payments: @payments, invoices: @invoices %>
<%= link_to "← Società", public_club_path(@club) %>