{% extends "layout.html" %} {% block title %}Browse ASE database{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block bar1 %} BROWSE DATABASE {% endblock %} {% block content %}
Search: help
Rows per page:

Rows found: {{ nrows }}
Download: db, json
Add Reset
{% for page, name in pages %} {% if page < 0 %} {{ name }} {% else %} {{ name }} {% endif %} {% endfor %}
Row {{ row1 }}-{{ row2 }}: {%- for c in t.columns %} {%- endfor %} {% for row in t.rows -%} {%- autoescape false -%} {%- for s in row.strings -%} {% if t.right[loop.index0] -%} {% else %} {% endif %} {% endfor %} {% endautoescape %} {% set dct=row.dct %} {% set id=dct.id %} {% if id in con.opened %} {% include "more.html" %} {% endif %} {% endfor %}
{% if con.sort == c %}↓ {% elif con.sort == '-' + c %}↑ {% endif -%} {{ c }}
{{ s }}{{ s }}
{% endblock content %}