{% for reqnLine in tactic.getReqnLines() %} {% else %} {% endfor %}
Item Amount Released ({{ currency }}) Amount Spent ({{ currency }}) Acc StatusAction
{{ reqnLine.getItemDetails() }} {% if reqnLine.parent is null %} {{ reqnLine.getAmountPaid()|number_format(2) }} {% else %} See {{ reqnLine.parent.getItemDetails() }} {% endif %} {% if reqnLine.parent is null %} {% if reqnLine.getAmountSpent() is not null %} {{ reqnLine.getAmountSpent()|number_format(2) }} {% else %}Not Yet Filed{% endif %} {% else %} {{ reqnLine.getAmountThatCanBeReleased()|number_format(2) }} {% endif %} {% if reqnLine.parent is null %} {% if reqnLine.getAmountSpent() is not null %} {% if reqnLine.isAccountedFor() %}Approved{% else %}Not Yet Approved{% endif %} {% else %}Not Yet Filed{% endif %} {% else %} See {{ reqnLine.parent.getItemDetails() }} {% endif %} {% if (tactic.fundsHaveBeenReleased() or reqnLine.getAmountPaid() > 0) and mng_acc == 1 and reqnLine.parent is null %} {% if reqnLine.code.isAnAccountsReceivable() %} File Acc File Acc Breakdown {% else %} File Acc {% endif %} {% endif %}
There are no requisition lines for this activity currently.