blob: be5e12340ca1c33110ffe606bc429e6245ad64a0 (
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" %}</strong> – {{item.name}} – {{item.importer_type}}{% endblock %}
{% block toolbar %}
{% window_nav item window_id 'show-import' %}
{% endblock %}
{% block content %}
{% include "ishtar/sheet_import_gen.html" %}
{% endblock %}
|