[% IF ( else ) %]
[% END %]
[% IF ( add_form ) %]
[% END %]
[% IF ( delete_confirm ) %]
[% IF ( totalgtzero ) %]
Cannot delete currency '[% searchfield %]'
This currency is used [% total %] times. Deletion not possible
[% ELSE %]
Confirm deletion of currency '[% searchfield %]'
Currency |
[% searchfield %] |
Rate |
[% rate %] |
[% END %]
[% END %]
[% IF ( delete_confirmed ) %]
Currency deleted
[% END %]
[% IF ( else ) %]
Currencies and exchange rates
[% IF ( loop ) %][% UNLESS ( activecurrency ) %]
No active currency is defined
Please edit one currency and mark it as active.
[% END %][% END %]
[% IF ( searchfield ) %]
You searched for [% searchfield %]
[% END %]
Currency |
Rate |
Symbol |
Last updated |
Active |
Actions |
[% FOREACH loo IN loop %]
[% UNLESS ( loop.odd ) %]
[% ELSE %]
[% END %]
[% loo.currency %] |
[% loo.rate %] |
[% loo.symbol |html %] |
[% loo.timestamp %] |
[% IF ( loo.active ) %]✓[% END %] |
Edit |
Delete |
[% END %]
[% IF ( offsetgtzero ) %]
<< Previous
[% END %]
[% IF ( ltcount ) %]
Next >>
[% END %]
[% END %]