{% extends 'cwa/base.html.j2' %} {%- block body %}
{%- if game.puzzle.is_completed %} Game Over Return to lobby {%- else %} Draw votes: {{ draw_votes }} / {{ draw_majority }} Deck: {{ deck | length }} {% endif %}