{{ extends "global/Page.html" }} {{ block title }} Practice Round 2{{ endblock }} {{ block content }} {% if Role == 'Subject' %}
{{ Subject_Number }}
{% endif %} {% if Role != 'Subject' %} {% endif %} {{ endblock }} {{ block scripts }} {{ endblock }}