{% apply spaceless %}
{% for TextInputActionButton in oUIBlock.GetExtraActionButtons() %} {{ render_block(TextInputActionButton, {aPage: aPage}) }} {% endfor %}
{% for FormActionButton in oUIBlock.GetMainActionButtons() %} {{ render_block(FormActionButton, {aPage: aPage}) }} {% endfor %}
{{ render_block(oUIBlock.GetTextInput(), {aPage: aPage}) }}
{% endapply %}