11 lines
214 B
Text
11 lines
214 B
Text
- case project.import_status
|
|
- when 'finished'
|
|
= icon('check')
|
|
= _('Done')
|
|
- when 'started'
|
|
= icon("spinner spin")
|
|
= _('Started')
|
|
- when 'failed'
|
|
= _('Failed')
|
|
- else
|
|
= project.human_import_status_name
|