{% import "macros.jinja" as macros %}

{{stats['users'] | commafy}}

active crabs

{% for stat in stats['mini_stats'] %} {% include "stat.html" %} {% endfor %}
{% with king = stats['crab_king'][0] %}

{% if spooky_mode %} Ghoul King {% else %} Crab King {% endif %}

The most followed active user

golden crown

{{king.display_name}} {% if king.verified %} {{macros.verified(30)}} {% endif %}

@{{king.username}}

{% endwith %} {% if stats['party_starter'] %} {% with party_starter = stats['party_starter'][0] %}

{% if spooky_mode %} Grim Reaper {% else %} Party Starter {% endif %}

The user who's referred the most people to Crabber

{{party_starter.display_name}} {% if party_starter.verified %} {{macros.verified(30)}} {% endif %}

@{{party_starter.username}}

{% endwith %} {% endif %} {% with baby = stats['baby_crab'] %}

{% if spooky_mode %} Baby Ghost {% else %} Baby Crab {% endif %}

Our newest member. Go say hello!

{{baby.display_name}} {% if baby.verified %} {{macros.verified(30)}} {% endif %}

@{{baby.username}}

{% endwith %} {% with molt = stats['best_molt'][0], hide_border=True %}

{% if spooky_mode %} Scariest Molt {% else %} Best Molt {% endif %}

The most liked Molt

{% if molt %} {% include 'molt.html' %} {% else %}
Nothing here.
{% endif %}
{% endwith %} {% with molt = stats['talked_molt'], hide_border=True %}

{% if spooky_mode %} Wailed about {% else %} Talked About {% endif %}

The Molt that the most Crabs have replied to

{% if molt %} {% include 'molt.html' %} {% else %}
Nothing here.
{% endif %}
{% endwith %} {% with tag = stats['trendy_tag'], tag_molts=stats['trendy_tag_molts'], hide_border=True %}

{% if spooky_mode %} Infectious {% else %} Trendy {% endif %}

The most used crabtag

{% if tag %}

%{{tag}}

{% endif %}
{% for molt in tag_molts %} {% include 'molt.html' %} {% else %}
Nothing here.
{% endfor %}
{% endwith %}
{% if spooky_mode %} thanks for keeping crabber spooky 👻 {% else %} thanks for using crabber <3 {% endif %}