mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
15 lines
485 B
Text
15 lines
485 B
Text
template(name="importPopup")
|
|
if error.get
|
|
.warning {{_ error.get}}
|
|
form
|
|
p: label(for='import-textarea') {{_ getLabel}}
|
|
textarea#import-textarea.js-import-json(placeholder="{{_ 'import-json-placeholder'}}" autofocus)
|
|
input.primary.wide(type="submit" value="{{_ 'import'}}")
|
|
|
|
template(name="mapMembersPopup")
|
|
p {{_ 'import-members-map'}}
|
|
ul
|
|
each members
|
|
li.item {{ fullName }} > world
|
|
form
|
|
input.primary.wide(type="submit" value="{{_ 'import'}}")
|