Displaying rows {{ s.row1 }}-{{ s.row2 }} out of {{ s.nrows }} {% if s.query %} (direct link) {% endif %}
{%- for c in t.columns %} {%- endfor %} {% for row in t.rows -%} {%- autoescape false -%} {%- for s in row.strings -%} {% endfor %} {% endautoescape %} {% endfor %}
{% set desc, longdesc, unit = p.key_descriptions[c] %} {% set unit = unit and ' [' + unit + ']' %} {% if s.sort == c %}↓ {% elif s.sort == '-' + c %}↑ {% endif -%} {% if c == 'formula' %} Formula {% else %} {{ desc }} {% endif %}
{%- if s != "" -%}{{ s }}{% else %}-{% endif %}