blob: 9f1e29708623dd6190850880cb32830dd04f4a2b (
plain)
1
2
3
4
5
6
7
8
|
{% extends "ishtar/wizard/default_wizard.html" %}
{% load i18n %}
{% block form_head %}
<div class="alert alert-info">
<i class="fa fa-exclamation-triangle"></i>
{% trans "Default division for this warehouse. Theses divisions are only used to facilitate imports." %}<br/>
</div>
{% endblock %}
|