{% load static %} {{ block title }} Part 2 {{ endblock }} {{ block content }} {{ formfield_errors 'part_2_puzzle_status' }}


{% if group_id == 1 %}
{% elif group_id == 2 %}
{% else %}
{% endif%}


{% if group_id == 1 %}
Chat with your RED group members:
{% elif group_id == 2 %}
Chat with your BLUE group members:
{% else %}
Chat with your RED group members:
{% endif%} {{ chat }}
{% if group_id == 1 %} {% elif group_id == 2 %} {% else %} {% endif%} {{ endblock }}