{{ outInd.getDetails() }} |
{{ actInd.getQtyPlanned() }} |
{{ actInd.getQtyAchieved() }} |
{{ outInd.getLatestScore() ~ ' / ' }} {{ outInd.getTarget() }} |
{% if mng_indicators == 1 %}
{% if not activity.requisitionIsApproved() and not activity.isDone() %}
Edit
{% endif %}
{# allow delete of non-planned indicators as well #}
{% if (not activity.requisitionIsApproved() and not activity.isDone()) or
(activity.isDone() and actInd.getQtyPlanned() is null and
not activity.fieldReportIsApproved()) %}
Delete
{{ include('AlsuiteProjectBundle:TacticIndicator:del.html.twig',
{'id': actIndId, 'action': 'Delete', 'object': 'Activity Indicator', 'modal': 'delActInd',
'route': path('ind_progress_del', {'progress': actIndId})},
with_context = false)
}}
{% endif %}
|
{% endif %}
{% else %}