blob: 4a21368aef18d44d362fcf9634469b19e799593e (
plain)
1
2
3
4
5
6
7
|
{% extends "ishtar/wizard/default_wizard.html" %}
{% load i18n %}
{% block form_head %}
{% if not wizard.form.fields %}
<p class='warning'>{% trans "No division set for this warehouse. Define it to localise container in this warehouse." %}</p>
{% endif %}
{% endblock %}
|