blob: 8059b65b368e5865f40bdfa2223296f946726c7b (
plain)
1
2
3
4
5
6
7
8
|
template(name="importPopup")
if error.get
.warning {{_ error.get}}
form
label
| {{_ getLabel}}
textarea.js-card-json(placeholder="{{_ 'import-json-placeholder'}}" autofocus)
input.primary.wide(type="submit" value="{{_ 'import'}}")
|