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