Files
MatchLiveTv/backend/app/views/public/pages/terms.html.erb
T
eminuxandCursor b88f44ab1c Completa i18n IT/EN/FR/DE/ES su sito pubblico, area autenticata e admin.
Tutte le view marketing, legali, viewer, dashboard e admin usano t(); mailer utente-facing e flash localizzati; admin con LocaleResolver e selettore lingua.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-24 00:38:50 +02:00

129 lines
3.5 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: legal_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>
<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>