[% IF (budget_exceeded) %]
Warning! Order total amount exceeds allowed budget.
[% END %]
[% IF (encumbrance_exceeded) %]
Warning! You will exceed [% encumbrance | html %]% of your fund.
[% END %]
[% IF (expenditure_exceeded) %]
Warning! You will exceed maximum limit ([% expenditure | html %][% IF (currency) %] [% currency | html %][% END %]) for your fund.
[% END %]
Do you want to confirm this order?