{{ block title }} {{ Lexicon.understanding_title }} {{ endblock }} {{ block content }}
{{ for question in understanding }}
{{ Lexicon.question }} {{ forloop.counter }}

{{ question.text }}

{{ for prop in question.propositions }}
{{ endfor }}
{{ endfor }} {{ include_sibling "InstructionsModal.html" }} {{ endblock }} {{ block scripts }} {{ endblock }}