Answer questions that your crewmates have delegated to you.
No tasks in your inbox. Check back when other players delegate to you!
{% if inbox_tasks %}
{% for task in inbox_tasks %}
{% set p = task.player %}
{% if task.type == 'like' %}
{% else %}
{% endif %}
{% endfor %}
{% endif %}