{{ extends "global/Page.html" }} {{ block title }}Matrix Task{{ endblock }} {{ block content }} {{ include_sibling 'uw_teton_bg.html' }} {% for row in matrix %} {% for cell in row %} {% endfor %} {% endfor %}
{{ cell }}

{{ formfields }} {{ next_button }} {{ endblock }}