[% INCLUDE 'budgets-admin-toolbar.inc' %]
[% IF ( add_form ) %]
[% IF ( budget_period_id ) %]
Modify budget
[% ELSE %]
Add budget
[% END %]
[% END %]
[% IF ( delete_confirm ) %]
[% IF ( total ) %]
Cannot delete budget
This record is used [% total %] times
. Deletion is not possible.
[% ELSE %]
Delete budget '[% budget_period_description %]'?
[% END %]
[% END %]
[% IF ( else ) %]
Budgets administration
[% INCLUDE 'budgets-active-currency.inc' %]
Budget Name |
Start Date |
End Date |
Active |
Locked |
Total |
Actions |
[% FOREACH period_loo IN period_loop %]
[% IF ( loop.odd ) %]
[% ELSE %]
[% END %]
[% period_loo.budget_period_description %] |
[% period_loo.budget_period_startdate %] |
[% period_loo.budget_period_enddate %] |
[% IF ( period_loo.budget_period_active ) %]Active [% ELSE %][% END %] |
[% IF ( period_loo.budget_period_locked ) %]Locked [% ELSE %][% END %] |
[% period_loo.budget_period_total %] |
Edit
Delete
Add Fund
|
[% END %]
[% UNLESS ( period_loop ) %]
No budget |
[% END %]
[% pagination_bar %]
[% END %]
[% INCLUDE 'acquisitions-menu.inc' %]