{% from "components/radios.html" import radios, radios_nested %} {% from "components/page-footer.html" import page_footer %}
{% if templates_and_folders_form.move_to.choices and template_list.templates_to_show %}
{{ radios_nested(templates_and_folders_form.move_to, move_to_children, option_hints=option_hints) }}
{{ page_footer('Move', button_name='operation', button_value='move-to-existing-folder', button_text_hidden_suffix=' selection to folder') }}
{{ templates_and_folders_form.move_to_new_folder_name(param_extensions={"classes": ""}) }} {{ page_footer('Add to new folder', button_name='operation', button_value='move-to-new-folder') }}
{% endif %}
{{ templates_and_folders_form.add_new_folder_name(param_extensions={"classes": ""}) }} {{ page_footer('Add new folder', button_name='operation', button_value='add-new-folder') }}
{{ radios(templates_and_folders_form.add_template_by_template_type) }}
{{ page_footer('Continue', button_name='operation', button_value='add-new-template') }}
Nothing selected