[% IF no_head %][% PROCESS table %][% ELSE %][% doctype %][% title %][% html_head %][% PROCESS table %][% END %] [% BLOCK table %]
[% IF searchable %]
[% query_hidden_fields %]
[% END %]

[% title %]

[% IF description %]

[% description %]

[% END %] [% IF table.exists('create') %]
[% table.create.value %]
[% END %] [% FOREACH head = table.head %] [% END %] [% IF table.rows %] [% FOREACH row = table.rows %] [% FOREACH column = row.columns %] [% END %] [% END %] [% ELSE %] [% END %]
[% IF head.exists('link') %][% head.value %][% ELSE %][% head.value %][% END %]
[% IF column.exists('link') %][% column.value %][% ELSE %][% column.value %][% END %]
No record found.
[% UNLESS no_pagination %]
[% IF table.pager.current_page.value == table.pager.first_page.value %]«[% ELSE %]«[% END %] [% WHILE table.pager.start_page < table.pager.end_page %] [% IF table.pager.start_page == table.pager.current_page.value %] [% table.pager.start_page %] [% ELSE %] [% table.pager.start_page %] [% END %] [% table.pager.start_page = table.pager.start_page + 1 %] [% END %] [% IF table.pager.current_page.value == table.pager.last_page.value %]»[% ELSE %]»[% END %]
[% END %]
[% IF javascript_code %] [% END %] [% END %]