
this also removes some old UI stuff for the first attempt at continuum versioning..among other cruft
8 lines
113 B
Mako
8 lines
113 B
Mako
## -*- coding: utf-8; -*-
|
|
|
|
% if grid.filterable:
|
|
${grid.render_filters()|n}
|
|
% endif
|
|
|
|
${grid.render_grid()|n}
|
|
|