<% content_for :title, t("pages.pricing.meta_title") %> <% content_for :meta_description, t("pages.pricing.meta_description") %> <% content_for :canonical_url, seo_absolute_url(public_prezzi_path) %>
<% if @club %>

<%= t("pages.pricing.club_title") %>

<% if @entitlements %> <%= render "shared/club_subscription_status", club: @club, entitlements: @entitlements, subscription: @subscription %> <% else %>

<%= raw t( "pages.pricing.club_info_html", name: @club.name, billing_link: link_to(t("pages.pricing.manage_subscription"), public_club_billing_path(@club)) ) %>

<% end %> <% else %>

<%= t("pages.pricing.team_title") %>

<%= t("pages.pricing.team_lead") %>

<% end %> <%= render "shared/stripe_secure_payment" %> <%= render "shared/plan_cards" %>
Free Premium Light Premium Full
<%= t("pages.pricing.table_staff") %> 1 5 <%= t("pages.pricing.table_unlimited") %>
<%= t("pages.pricing.table_matches") %>1310
<%= t("pages.pricing.table_live_mltv") %><%= t("pages.pricing.table_yes") %><%= t("pages.pricing.table_yes") %><%= t("pages.pricing.table_yes") %>
<%= t("pages.pricing.table_youtube") %><%= t("pages.pricing.table_no") %>Match Live TV<%= t("pages.pricing.table_youtube_club") %>
<%= t("pages.pricing.table_replay") %><%= t("pages.pricing.table_no") %><%= t("pages.plans.replay_days", count: 30) %><%= t("pages.plans.replay_days", count: 90) %>
<%= t("pages.pricing.table_download") %><%= t("pages.pricing.table_no") %><%= t("pages.pricing.table_yes") %><%= t("pages.pricing.table_yes") %>
<%= t("pages.pricing.table_price") %> <%= t("pages.pricing.table_price_free") %>
<%= Billing::Stripe::PriceCatalog.label(plan_slug: "premium_light", interval: "yearly") %> <%= t("pages.plans.launch_price") %> <%= t( "pages.pricing.table_price_note", list: Billing::Stripe::PriceCatalog.list_label(plan_slug: "premium_light", interval: "yearly"), monthly: Billing::Stripe::PriceCatalog.label(plan_slug: "premium_light", interval: "monthly") ) %>
<%= Billing::Stripe::PriceCatalog.label(plan_slug: "premium_full", interval: "yearly") %> <%= t("pages.plans.launch_price") %> <%= t( "pages.pricing.table_price_note", list: Billing::Stripe::PriceCatalog.list_label(plan_slug: "premium_full", interval: "yearly"), monthly: Billing::Stripe::PriceCatalog.label(plan_slug: "premium_full", interval: "monthly") ) %>

<%= t("pages.pricing.different_title") %>

<%= t("pages.pricing.different_body") %>

<%= mail_to "info@matchlivetv.it", t("pages.pricing.contact_button"), class: "btn btn-primary" %>