[% INCLUDE "ui-header.html" stylesheet="ledgersmb.css" include_stylesheet=["setup.css"] ; PROCESS "elements.html" %]

[% text('Database Management Console') %]

[% text('Select Templates to Load') %]
[% PROCESS input element_data = { type = "hidden" name = "database" value = database }; PROCESS input element_data = { type = "hidden" name = "only_templates" value = only_templates }; PROCESS select element_data = { name = "template_dir" options = template_dirs label = text('Templates') } %]
[% PROCESS button element_data = { name = "action" value = templates_action text = text('Load Templates') #' } %]
[% end_html %]