{% for row in include.dataset %} {% if forloop.first %} {% for pair in row %} {% endfor %} {% endif %} {% tablerow pair in row %} {{ pair[1] }} {% endtablerow %} {% endfor %}
{{ pair[0] }}