Bug 29477: Flatpickr - default to 23:59 for the time part
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / budgets-active-currency.inc
1 [% IF ( currency ) %]
2     [% IF ( not hide ) %]
3         <p><strong>Currency = [% currency | html %]</strong></p>
4     [% END %]
5 [% ELSE %]
6     <div class="dialog alert">
7         <h3>No active currency is defined</h3>
8         [% IF CAN_user_acquisition_currencies_manage %]
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 %]