[%# Template for Bigtop Config section of tenter.tt home page. Expects these view.data parameters: engine - the name of the engine pick from MP13, MP20, or CGI tempate_engine - the name of the template engine pick from TT or Default app - the application portion of the AST, used to retrieve various things (like statements) statements - same as passed to tenter.tt top_level_configs - from calling get_top_level_configs on an AST %] [% FOREACH statement IN view.data.statements.config.statements %] [% selected_value = [ view.data.top_level_configs.${statement.keyword} ] %] [% END %]
Application Name:
[% statement.label %]: [% INCLUDE input_boxes.ttc keyword_prefix = '' name_prefix = '' id_prefix = '' method_group = 'top_config' key = statement.keyword values = selected_value single_value = selected_value.0 %]