source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield "
{{#ifCond type 'in' 'submit'}} {{> _settings_label }} {{/ifCond}} {{#ifCond type '==' 'text'}} {{> _settings_label }} {{> _settings_label_within }} {{#ifCond id 'in' 'first_name,last_name' }} {{> _settings_required }} {{/ifCond}} {{/ifCond}} {{#ifCond type '==' 'textarea'}} {{> _settings_label }} {{> _settings_label_within }}

{{/ifCond}} {{#ifCond type 'in' 'checkbox,radio'}} {{> _settings_label }} {{/ifCond}} {{#ifCond type '==' 'segment'}} {{> _settings_label }} {{> _settings_segment_selection }} {{/ifCond}} {{#ifCond type '==' 'select'}} {{> _settings_label }} {{> _settings_label_within }} {{/ifCond}} {{#ifCond type '==' 'date'}} {{> _settings_label }} {{> _settings_date_default }} {{> _settings_date_format }} {{/ifCond}} {{#ifCond type '==' 'html'}}

{{/ifCond}} {{> _settings_submit }}