Lines 180-186
Link Here
|
180 |
[% IF op =='delete_confirm' %] |
180 |
[% IF op =='delete_confirm' %] |
181 |
[% IF nb_of_orders or nb_of_vendors %] |
181 |
[% IF nb_of_orders or nb_of_vendors %] |
182 |
<div class="alert alert-warning"> |
182 |
<div class="alert alert-warning"> |
183 |
<h1>Cannot delete currency [% currency.currency | $HtmlTags tag='span' attributes=>'class="ex"' %]</h1> |
183 |
<h1>Cannot delete currency [% currency.currency | html | $HtmlTags tag='span' attributes=>'class="ex"' %]</h1> |
184 |
<p> |
184 |
<p> |
185 |
[% IF nb_of_orders %] |
185 |
[% IF nb_of_orders %] |
186 |
<span>This currency is used by [% nb_of_orders | html %] orders.</span> |
186 |
<span>This currency is used by [% nb_of_orders | html %] orders.</span> |
187 |
- |
|
|