summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/sheet_importgroup.html
blob: 050da29a22e9d0a658602d1fdab9528f21cd258f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{% extends "ishtar/sheet.html" %}
{% load i18n window_header window_field window_tables %}

{% block head_title %}<strong>{% trans "Import group" %}</strong> &ndash; {{item.name}} &ndash; {{item.importer_type}}{% endblock %}

{% block toolbar %}
{% window_nav item window_id 'show-importgroup' %}
{% endblock %}

{% block content %}
{% include "ishtar/sheet_import_gen.html" %}
{% endblock %}