{% extends 'layout.html' %} {% block title %} {{proj}} - Search {% endblock %} {% block content %} {% set columns = md['default_columns'] %} {% set meta = md['key_descriptions'] or { } %} {% set ctrl = md['special_keys'] or [] %}
{% set colDisplay = { 'col' : c } %} {% if c in meta %} {% set _dummy = colDisplay.update({'col' : meta[c][0]}) %} {% endif %} {% if con.sort == c %}↓ {% elif con.sort == '-' + c %}↑ {% endif -%} {% if c == 'formula' %} Formula {% else %} {{ colDisplay['col'] }} {% endif %} ✕ | {%- endfor %}|
---|---|
{{ s }} | {% else %}- | {% endif %} {% endfor %} {% endautoescape %}