{% set tid = tactic.id %} {% for document in tactic.getDocuments() if not document.isAReceipt() %} {% set did = document.id %} {% else %} {% endfor %}
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.
{% set found = 0 %} {% for document in tactic.getDocuments() if document.isAReceipt() %} {% set did = document.id %} {% set found = 1 %} {% else %} {% endfor %} {% if found == 1 and not tactic.accIsFiled() and not tactic.accIsVerified() %} {% endif %}
Accountability Documents [Status - {{ tactic.getAccStatusLabel() }}]
TitleItems
{{ document.getTitle() }} {% for receipt in document.reqnLines %} {% endfor %}
{{ receipt.requisitionLine.getItemDetails }} {{ receipt.amount|number_format(2) }}
{% 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
{% if data is defined and data is not null %} {% for reqn in data %} {% endfor %}
Summary of Filings
ItemReleasedSpent
{{ reqn.title }} {{ reqn.released|number_format(0) }} {{ reqn.spent|number_format(0) }}
{% endif %}