Bug 17014 - Remove more event attributes from patron templates
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / budgets-active-currency.inc
1 [% IF ( currency ) %]
2     [% IF ( not hide ) %]
3         <p><b>Currency = [% currency %]</b></p>
4     [% END %]
5 [% ELSE %]
6     <div class="dialog alert">
7         <h3>No active currency is defined</h3>
8         [% IF CAN_user_parameters_parameters_remaining_permissions %]
9             <p><a href="/cgi-bin/koha/admin/currency.pl">Please specify an active currency.</a></p>
10         [% ELSE %]
11             <p>Your administrator must specify an active currency.</p>
12         [% END %]
13     </div>
14 [% END %]