<%= t(".over_thirteen_required") %>

<%= f.check_box :age_over_13 %> <%= f.label :age_over_13, t(".over_thirteen_confirm") %>

<%= t(".agreement_required_html", terms_of_service_link: link_to(t(".terms_of_service"), tos_path, target: "_blank", rel: "noopener"), content_policy_link: link_to(t(".content_policy"), content_path, target: "_blank", rel: "noopener"), privacy_policy_link: link_to(t(".privacy_policy"), privacy_path, target: "_blank", rel: "noopener")) %>

<%= t("home.tos.page_heading") %>

<%= render "home/tos", suppress_footer: true %>

<%= t("home.content.page_heading") %>

<%= render "home/content", suppress_toc: true, suppress_footer: true %>

<%= t("home.privacy.page_heading") %>

<%= render "home/privacy", suppress_toc: true %>

<%= f.check_box :terms_of_service %> <%= f.label :terms_of_service, t(".agreement_confirm"), class: "important" %>

<%= f.check_box :data_processing %> <%= f.label :data_processing, t(".data_processing_confirm"), class: "important" %>