2018-11-18 11:00:15 +05:30
|
|
|
- case project.import_status
|
|
|
|
- when 'finished'
|
|
|
|
= icon('check')
|
|
|
|
= _('Done')
|
|
|
|
- when 'started'
|
2020-11-24 15:15:51 +05:30
|
|
|
= loading_icon
|
2018-11-18 11:00:15 +05:30
|
|
|
= _('Started')
|
|
|
|
- when 'failed'
|
|
|
|
= _('Failed')
|
|
|
|
- else
|
|
|
|
= project.human_import_status_name
|