Lines 9-25
Link Here
|
9 |
<title>[% FILTER collapse %] |
9 |
<title>[% FILTER collapse %] |
10 |
[% IF op == 'add_form' %] |
10 |
[% IF op == 'add_form' %] |
11 |
[% IF currency %] |
11 |
[% IF currency %] |
12 |
[% tx("Modify currency '{currency}'", { currency = currency.currency }) | html %] |
12 |
[% tx("Modify currency '{currency}'", { currency = currency.currency }) | html %] › |
13 |
[% ELSE %] |
13 |
[% ELSE %] |
14 |
[% t("New currency") | html %] |
14 |
[% t("New currency") | html %] › |
15 |
[% END %] |
15 |
[% END %] |
16 |
[% END %] › |
16 |
[% END %] |
17 |
[% IF op == 'delete_confirm' %] |
17 |
[% IF op == 'delete_confirm' %] |
18 |
[% tx("Confirm deletion of currency '{currency}'", { currency = currency.currency }) | html %] |
18 |
[% tx("Confirm deletion of currency '{currency}'", { currency = currency.currency }) | html %] › |
19 |
[% END %] |
19 |
[% END %] |
20 |
[% IF op == 'list' %] |
20 |
[% IF op == 'list' %] |
21 |
[% t("Currencies") | html %] |
21 |
[% t("Currencies") | html %] › |
22 |
[% END %] › |
22 |
[% END %] |
23 |
[% t("Currencies and exchange rates") | html %] › |
23 |
[% t("Currencies and exchange rates") | html %] › |
24 |
[% t("Administration") | html %] › |
24 |
[% t("Administration") | html %] › |
25 |
[% t("Koha") | html %] |
25 |
[% t("Koha") | html %] |