<%= ts("more than %{fandom_count} categories | %{work_count} pages", 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 %>
Hi! I'm Agnes the Alien or Agnes J. Holiday. It/its. This is my personal website! You can read more about me on my about page or on my blog.
<%= ts("You can join by getting an invitation from another user or from our automated invite queue. All fans and fanworks are welcome!") %>
<%= 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 getting an invitation from our automated invite queue. All fans and fanworks are welcome!") %>
<%= 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 %>