{% set tid = tactic.id %}
Attachments | |
---|---|
Title | |
{{ document.getTitle() }}
{% if document.isAReceipt() %}
{{ '[' ~ document.getStatusLabel() ~ ']' }}
{% for receipt in document.reqnLines %} {{ receipt.requisitionLine.getItemDetails() ~ ' - ' ~ receipt.amount|number_format(2) }} {% endfor %} {% endif %} |
{% set filepath = app.request.schemeAndHttpHost ~ '/uploads/' ~ document.path %} View Download {% if mng_upload == 1 %} Delete {{ include('AlsuiteProjectBundle:Tactic:delupload.html.twig', {'id': did, 'action': 'Delete', 'object': 'Tactic Document', 'modal': 'delTacDoc', 'route': path('tac_upload_del', {'id': did})}) }} {% endif %} |
No documents have been uploaded for this activity. |
Accountability Documents [Status - {{ tactic.getAccStatusLabel() }}] | ||||
---|---|---|---|---|
Title | Items | |||
{{ document.getTitle() }} |
|
{% set filepath = app.request.schemeAndHttpHost ~ '/uploads/' ~ document.path %} View Download {% if not tactic.isAccountedFor() %} Delete {{ include('AlsuiteProjectBundle:Tactic:delupload.html.twig', {'id': did, 'action': 'Delete', 'object': 'Tactic Document', 'modal': 'delTacDoc', 'route': path('tac_upload_del', {'id': did})}) }} {% endif %} | ||
No documents have been uploaded for this activity. | ||||
{{ include('AlsuiteProjectBundle:Tactic:fileAcc.html.twig', {'id': tid, 'action': 'File', 'object': 'File Acc', 'modal': 'fileAPAcc', 'route': path('tac_file_acc', {'id': tid})}) }} File Acc |
Summary of Filings | ||
---|---|---|
Item | Released | Spent |
{{ reqn.title }} | {{ reqn.released|number_format(0) }} | {{ reqn.spent|number_format(0) }} |