{% extends "layout.html" %} {% block body %}
Create new item in {{ table_name }} Search Or Filter {{ table_name }}
{% if page > 1 %} Previous {% endif %} {% if page < pages %} Next {% endif %}
{%if results%}{{ col.name }} | {%endfor%}Commands | |||
${{ locale.format("%0.2f",row[key]/100.0,grouping=True) }} | {%else%}{{ row[key] }} | {%endif%} {%endfor%}View | Modify | Delete |
Page {{ page }} of {{ pages }}