{% 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 desc, longdesc, unit = meta.get(c, (c, c, '')) %} {% set unit = unit and ' [' + unit + ']' %} {% if con.sort == c %}↓ {% elif con.sort == '-' + c %}↑ {% endif -%} {% if c == 'formula' %} Formula {% else %} {{ desc }} {% endif %} ✕ | {%- endfor %}
---|
{%- if s != "" -%}{{ s }}{% else %}-{% endif %} | {% endfor %} {% endautoescape %}