{% extends "global/Page.html" %} {{ block title }}Comprehension Check Questions (T/F){{ endblock }} {{ block content }} {% if player.role_choice == 2 %}

Second Row

{% elif player.role_choice == 1 %}

First Row

{% endif %} {{ next_button }} {{ endblock }}