blob: cceabb4a0835ad582aa295e458e7b7b2b19da6a2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{% extends "ishtar/wizard/default_wizard.html" %}
{% load i18n %}
{% block form_head %}
{% if wizard.form.readonly %}
<p class="alert">
<i class="fa fa-exclamation-triangle"></i>
{% trans "Containers with localisation are associated to this warehouse. You cannot change divisions." %}<br/>
</p>
{% endif %}
{% endblock %}
|