{{ 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 %}
|
{% else %}