{% if mng_indicators == 1 %} {% endif %} {% if mng_indicators == 1 %}{% endif %} {% for actInd in activity.getIndicators() %} {% set actIndId = actInd.getId() %} {% set outInd = actInd.getOutputIndicator() %} {% if mng_indicators == 1 %} {% endif %} {% else %} {% endfor %}
IndicatorExpectedActual Score/Overall TargetOptions
{{ outInd.getDetails() }} {{ actInd.getQtyPlanned() }} {{ actInd.getQtyAchieved() }} {{ outInd.getLatestScore() ~ ' / ' }} {{ outInd.getTarget() }} {% 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 %}
There are no indicators recorded for tracking under this activity.