<%= ts("A fan-created, fan-run, nonprofit, noncommercial archive for transformative fanworks, like fanfiction, fanart, fan videos, and podfic") %>

<%= ts("more than %{fandom_count} fandoms | %{user_count} users | %{work_count} works", fandom_count: content_tag(:span, number_with_delimiter(@fandom_count), class: "count"), user_count: content_tag(:span, number_with_delimiter(@user_count), class: "count"), work_count: content_tag(:span, number_with_delimiter(@work_count), class: "count")).html_safe %>

<%= ts("Sunset is a project dedicated to hosting femslash (F/F, F/NB, NB/NB) fanworks.") %>

<% if !AdminSetting.current.invite_from_queue_enabled? && AdminSetting.current.creation_requires_invite? %>

<%= ts("Joining the Archive currently requires an invitation; however, we are not accepting new invitation requests at this time. Please check the %{news} for more information, or if you have already requested an invitation, you can %{status}.", news: link_to("\"Invitations\" tag on Sunset News", admin_posts_path(tag: 143)), status: link_to("check your position on the waiting list", status_invite_requests_path) ).html_safe %>

<% end %>

<%= ts("With an %{short_name} account, you can:", short_name: ArchiveConfig.APP_SHORT_NAME) %>

<% if AdminSetting.current.invite_from_queue_enabled? && AdminSetting.current.creation_requires_invite? && AdminSetting.current.request_invite_enabled? %>

<%= ts("You can join by filling out the form on the Get Invited! page.") %>

<%= link_to ts("Get Invited!"), invite_requests_path %>

<% elsif AdminSetting.current.invite_from_queue_enabled? && AdminSetting.current.creation_requires_invite? %>

<%= ts("You can join by filling out the form on the Get Invited! page.") %>

<%= link_to ts("Get Invited!"), invite_requests_path %>

<% elsif AdminSetting.current.account_creation_enabled? && !AdminSetting.current.creation_requires_invite? %>

<%= link_to ts("Create an Account!"), signup_path %>

<% end %>