2015-10-15 14:01:13 +02:00
|
|
|
template(name="importPopup")
|
|
|
|
|
if error.get
|
|
|
|
|
.warning {{_ error.get}}
|
|
|
|
|
form
|
2015-10-20 20:02:12 +02:00
|
|
|
p: label(for='import-textarea') {{_ getLabel}}
|
|
|
|
|
textarea#import-textarea.js-import-json(placeholder="{{_ 'import-json-placeholder'}}" autofocus)
|
2015-10-15 14:01:13 +02:00
|
|
|
input.primary.wide(type="submit" value="{{_ 'import'}}")
|
2015-10-23 03:37:34 +02:00
|
|
|
|
|
|
|
|
template(name="mapMembersPopup")
|
|
|
|
|
p {{_ 'import-members-map'}}
|
|
|
|
|
ul
|
|
|
|
|
each members
|
|
|
|
|
li.item {{ fullName }} > world
|
|
|
|
|
form
|
|
|
|
|
input.primary.wide(type="submit" value="{{_ 'import'}}")
|