blob: 83dbfc0feb727857c845e72a4ea61e4d3de8d253 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{% extends "ishtar/wizard/default_wizard.html" %}
{% load i18n %}
{% load url from future %}
{% 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 %}
|