{% extends "base.html" %} {% block head %} {% endblock %} {% block table %}
Place these cards along the Y axis of the table below.
{{ card.name }}
{% else %}{{ card.name }}
{% endif %}{% if loop.index0 == 0%} |
Highest {{ card_set_y.measure}} |
{% elif loop.index0 == study.number_of_rows-1 %}
Lowest {{ card_set_y.measure }} |
{% else %}
{% endif%} {% for column in range(0, study.number_of_columns) %} | {% for label in study.data_value_labels %} {% endfor %} | {% endfor %}
{% for col in range(0, study.number_of_columns) %} {% if loop.index0==0 %} | Lowest {{ card_set_x.measure }} | {% elif loop.index0 == study.number_of_columns-1 %}Highest {{ card_set_x.measure }} | {% else %}{% endif %} {% endfor %} | |
{% for col in range(0, study.number_of_columns) %} {% set outer_loop = loop %} | {% endfor %} |
Place these cards along the X axis of the table above.
{{ card.name }}
{% else %}{{ card.name }}
{% endif %}