summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/sheet_importgroup.html
diff options
context:
space:
mode:
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
commit5a33b5bd2641dd665cb450b2e95069f4d8204cd9 (patch)
tree8207cc0541c3e4d2dfd0a2372a9e8c380a008d9f /ishtar_common/templates/ishtar/sheet_importgroup.html
parentd7a3da21149ea5da231bcb7d3b2ca2b0b39ae68f (diff)
downloadIshtar-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.html12
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> &ndash; {{item.name}}{% endblock %}
+
+{% block toolbar %}
+{% window_nav item window_id 'show-importgroup' %}
+{% endblock %}
+
+{% block content %}
+{% include "ishtar/sheet_import_gen.html" %}
+{% endblock %}