{% import '@Theme/macro/form.html' as Form %}
{{ _p('import_file') }} {{ _p('themes') }}
{{ Form.select({ name: 'clone', title: _p('Clone'), options: themes }) }} {{ Form.text('name', 'Name') }} {{ Form.submit(_p('submit')) }}