{% extends "layout.html" %} {% block title %}Browse ASE database{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block bar1 %} BROWSE DATABASE {% endblock %} {% block content %}
{% if con.sort == c %}↓ {% elif con.sort == '-' + c %}↑ {% endif -%} {{ c }} ✕ | {%- endfor %}|
---|---|
{{ s }} | {% else %}{{ s }} | {% endif %} {% endfor %} {% endautoescape %}