Files
eminuxandCursor 356aa28fad Aggiunge la garanzia Soddisfatti o rimborsati di 30 giorni su prezzi, homepage e Termini.
Riduce il rischio percepito all'acquisto (Light e Full) e chiama l'archivio replay in modo orientato all'utente, senza cambiare prezzi o logica dei piani.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-31 19:27:28 +02:00

144 lines
3.9 KiB
ERB

<% content_for :title, t("legal.terms.title") %>
<% content_for :meta_description, t("legal.terms.meta_description") %>
<% content_for :canonical_url, seo_absolute_url(public_termini_path) %>
<div class="wrap legal-doc">
<h1><%= t("legal.terms.h1") %></h1>
<p class="legal-meta"><%= t("legal.terms.meta", date: terms_last_updated) %></p>
<section>
<h2><%= t("legal.terms.s1_title") %></h2>
<p>
<%= raw t("legal.terms.s1_p1_html") %>
</p>
<p>
<%= raw t(
"legal.terms.s1_p2_html",
provider_name: MatchLiveTv.privacy_controller_name,
privacy_link: link_to(t("legal.terms.s1_privacy_link_text"), public_privacy_path)
) %>
</p>
</section>
<section>
<h2><%= t("legal.terms.s2_title") %></h2>
<ul>
<li><%= raw t("legal.terms.s2_item1_html") %></li>
<li><%= t("legal.terms.s2_item2") %></li>
<li><%= t("legal.terms.s2_item3") %></li>
</ul>
</section>
<section>
<h2><%= t("legal.terms.s3_title") %></h2>
<p>
<%= raw t(
"legal.terms.s3_p1_html",
pricing_link: link_to(t("legal.terms.s3_pricing_link_text"), public_prezzi_path)
) %>
</p>
<p>
<%= raw t("legal.terms.s3_p2_html") %>
</p>
<p><%= t("legal.terms.s3_p3") %></p>
</section>
<section id="garanzia-rimborso">
<h2><%= t("legal.terms.s3b_title") %></h2>
<p><%= t("legal.terms.s3b_p1") %></p>
<p><%= t("legal.terms.s3b_p2") %></p>
<p>
<%= raw t(
"legal.terms.s3b_p3_html",
email_link: link_to(MatchLiveTv.support_email, "mailto:#{MatchLiveTv.support_email}")
) %>
</p>
<p><%= t("legal.terms.s3b_p4") %></p>
<p><%= t("legal.terms.s3b_p5") %></p>
<p><%= t("legal.terms.s3b_p6") %></p>
</section>
<section>
<h2><%= t("legal.terms.s4_title") %></h2>
<p><strong><%= t("legal.terms.s4_lead1") %></strong></p>
<p>
<%= raw t("legal.terms.s4_p1_html") %>
</p>
<p><%= t("legal.terms.s4_p2") %></p>
<ul>
<li><%= t("legal.terms.s4_item1") %></li>
<li><%= t("legal.terms.s4_item2") %></li>
<li><%= t("legal.terms.s4_item3") %></li>
<li><%= t("legal.terms.s4_item4") %></li>
</ul>
<p>
<%= t("legal.terms.s4_p3") %>
</p>
</section>
<section>
<h2><%= t("legal.terms.s5_title") %></h2>
<p><%= t("legal.terms.s5_intro") %></p>
<ul>
<li><%= t("legal.terms.s5_item1") %></li>
<li><%= t("legal.terms.s5_item2") %></li>
<li><%= t("legal.terms.s5_item3") %></li>
<li><%= t("legal.terms.s5_item4") %></li>
<li><%= t("legal.terms.s5_item5") %></li>
</ul>
</section>
<section>
<h2><%= t("legal.terms.s6_title") %></h2>
<p>
<%= t("legal.terms.s6_body") %>
</p>
</section>
<section>
<h2><%= t("legal.terms.s7_title") %></h2>
<p>
<%= t("legal.terms.s7_body") %>
</p>
</section>
<section>
<h2><%= t("legal.terms.s8_title") %></h2>
<p>
<%= t("legal.terms.s8_p1") %>
</p>
<p><%= t("legal.terms.s8_p2") %></p>
</section>
<section>
<h2><%= t("legal.terms.s9_title") %></h2>
<p>
<%= raw t(
"legal.terms.s9_body_html",
email_link: link_to(MatchLiveTv.privacy_controller_email, "mailto:#{MatchLiveTv.privacy_controller_email}")
) %>
</p>
</section>
<section>
<h2><%= t("legal.terms.s10_title") %></h2>
<p>
<%= raw t("legal.terms.s10_body_html") %>
</p>
</section>
<section>
<h2><%= t("legal.terms.s11_title") %></h2>
<p>
<%= raw t(
"legal.terms.s11_body_html",
provider_name: MatchLiveTv.privacy_controller_name,
provider_address: MatchLiveTv.privacy_controller_address,
email_link: link_to(MatchLiveTv.privacy_controller_email, "mailto:#{MatchLiveTv.privacy_controller_email}")
) %>
</p>
</section>
<p class="legal-back"><%= link_to t("legal.common.back_home"), root_path %> · <%= link_to t("legal.common.privacy_nav"), public_privacy_path %></p>
</div>