[% PROCESS 'elements.html' %]
[% title %]
[% info %]
[% PROCESS input element_data = { type = "text" class = "date" label = text("Depreciate Through") #' name = "report_date" value = report_date } %]
[% PROCESS input element_data = { name = "import_file" type = "file" label = text('From File') #' class = "file" } %]
[% PROCESS button element_data = { text = text("Save") type = "submit" class = "submit" name = "action" value = "run_import" 'data-lsmb-doing' = text('Saving...') 'data-lsmb-done' = text('Saved') } %]