{% extends "ishtar/sheet.html" %}
{% load i18n window_header window_field window_tables %}
{% block head_title %}{% trans "Import group" %} – {{item.name}} – {{item.importer_type}}{% endblock %}
{% block toolbar %}
{% window_nav item window_id 'show-importgroup' %}
{% endblock %}
{% block content %}
{% include "ishtar/sheet_import_gen.html" %}
{% endblock %}