I. Basic Rat Records
{% if player.avatar_look and player.avatar_smell and player.first_words and not edit_mode %}
Look: {{ player.avatar_look }}
Smell: {{ player.avatar_smell }}
First Words: "{{ player.first_words }}"
Good at Math? {{ player.good_at_math }}
{% else %}
{% endif %}
You must let other players decide what they like and hate about your character.
{% set question_type = 'like' %}
{% include 'delegation_snippet.html' %}
{% set question_type = 'hate' %}
{% include 'delegation_snippet.html' %}
{% include 'inbox_snippet.html' %}
{% include 'techniques_snippet.html' %}
V. Crew Creation Status
See the creation progress of the entire crew in real time.
{% include 'crew_status_snippet.html' %}