{{ room.name }}

{{ room.get_gate_status_display }}
{% if can_drop %}
{% csrf_token %}
{% else %}
{% endif %}
1
INSERT TOKEN TO PLAY PUSH TO RETURN
{% if user_can_reject %}
{% csrf_token %}
{% endif %}
{% if room.gate_status == 'OPEN' %}
{% csrf_token %}
{% endif %}
{% if request.user == room.owner %}

Invite Friend

{% csrf_token %}
{% endif %}