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

<%= t(".details_html", tos_link: link_to(t(".tos"), tos_path), content_policy_link: link_to(t(".content_policy"), content_path), privacy_policy_link: link_to(t(".privacy_policy"), privacy_path)) %>

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

<%= form_for(@invite_request, html: { class: "simple" }) do |f| %> <%= error_messages_for @invite_request %>

<%= f.label :email %> <%= f.text_field :email %> <%= f.submit t(".add_to_list") %>

<% end %>

<%= t(".already_requested_html", check_waitlist_position_link: link_to(t(".check_waitlist_position"), status_invite_requests_path)) %> <%= t(".waiting_list_count", count: InviteRequest.count) %> <%= t(".invitation_send_rate", queue_invitation_number: t(".invitation_number", count: AdminSetting.current.invite_from_queue_number), queue_frequency: t(".frequency", count: AdminSetting.current.invite_from_queue_frequency)) %>