diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-10-05 11:30:02 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-16 16:38:32 +0200 |
| commit | 5a33b5bd2641dd665cb450b2e95069f4d8204cd9 (patch) | |
| tree | 8207cc0541c3e4d2dfd0a2372a9e8c380a008d9f /ishtar_common/templates/ishtar/sheet_importgroup.html | |
| parent | d7a3da21149ea5da231bcb7d3b2ca2b0b39ae68f (diff) | |
| download | Ishtar-5a33b5bd2641dd665cb450b2e95069f4d8204cd9.tar.bz2 Ishtar-5a33b5bd2641dd665cb450b2e95069f4d8204cd9.zip | |
✨ import group sheet
Diffstat (limited to 'ishtar_common/templates/ishtar/sheet_importgroup.html')
| -rw-r--r-- | ishtar_common/templates/ishtar/sheet_importgroup.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ishtar_common/templates/ishtar/sheet_importgroup.html b/ishtar_common/templates/ishtar/sheet_importgroup.html new file mode 100644 index 000000000..593642945 --- /dev/null +++ b/ishtar_common/templates/ishtar/sheet_importgroup.html @@ -0,0 +1,12 @@ +{% extends "ishtar/sheet.html" %} +{% load i18n window_header window_field window_tables %} + +{% block head_title %}<strong>{% trans "Import" %}</strong> – {{item.name}}{% endblock %} + +{% block toolbar %} +{% window_nav item window_id 'show-importgroup' %} +{% endblock %} + +{% block content %} +{% include "ishtar/sheet_import_gen.html" %} +{% endblock %} |
