<%= form_for(@invite_request, html: { class: "simple" }) do |f| %>
<%= error_messages_for @invite_request %>
<% 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)) %>
You will get your invite within 1-3 days of submitting your request. The queue is set to several decades from now to allow for manual reviewing of invites; it won't actually take that long!