%= form_for '', url: templates_upload_path, id: form_id = SecureRandom.uuid, method: :post, class: 'mt-8 block', html: { enctype: 'multipart/form-data' } do %> <%= svg_icon('cloud_upload', class: 'w-10 h-10') %> <%= t('upload_new_document') %> <%= t('click_to_upload_or_drag_and_drop_html') %> <%= svg_icon('loader', class: 'w-10 h-10 animate-spin') %> <%= t('uploading') %>... <% end %>