2019-01-03 12:56:24 -05:00
|
|
|
extends ../layout
|
|
|
|
|
|
|
|
block vars
|
|
|
|
- var suppressNavbar = true
|
|
|
|
- var suppressFooter = true
|
2021-07-27 09:23:05 -04:00
|
|
|
- var suppressSkipToContent = true
|
2019-01-03 12:56:24 -05:00
|
|
|
- metadata.robotsNoindexNofollow = true
|
|
|
|
|
|
|
|
block content
|
|
|
|
.editor(ng-controller="ImportingController").full-size
|
|
|
|
.loading-screen
|
|
|
|
.loading-screen-brand-container
|
|
|
|
.loading-screen-brand(
|
|
|
|
style="height: 20%;"
|
|
|
|
ng-style="{ 'height': state.load_progress + '%' }"
|
|
|
|
)
|
|
|
|
h3.loading-screen-label #{translate("importing")}
|
|
|
|
span.loading-screen-ellip .
|
|
|
|
span.loading-screen-ellip .
|
|
|
|
span.loading-screen-ellip .
|