{% if del == 1 %} {% else %} {% if tacticIsDone %} {% endif %} {% endif %} {% if tacticIsDone %} {% endif %} {% if del == 1 %}{% endif %} {% for data in linkedIndicators %} {% if tacticIsDone %} {% endif %} {% if del == 1 %} {% endif %} {% else %} {% endfor %}
Indicators
NamePlanned QtyActual QtyDiscrepancyTarget QtyTotal AchievedAction
{{ data.indicator }} {{ data.planned|number_format(0, '.', ',') }}{{ data.actual|number_format(0, '.', ',') }} {{ (data.actual - data.planned)|number_format(0,'.',',') }}{{ data.target|number_format(0, '.', ',') }} {{ data.achieved|number_format(0, '.', ',') }} {% set id = data.id %} {% if level is null %} {% set edit_route = path('tactic_ind_edit', {'id': id}) %} {% set del_route = path('tactic_ind_del', {'tacind': id}) %} {% else %} {% set edit_route = path('tactic_ind_edit', {'id': id, 'level': level.getId()}) %} {% set del_route = path('tactic_ind_del', {'tacind': id, 'level': level.getId()}) %} {% endif %} Edit Delete {{ include('AlsuiteProjectBundle:TacticIndicator:del.html.twig', {'id': id, 'action': 'Delete', 'object': 'Tactic Indicator', 'modal': 'delTacInd', 'route': del_route}, with_context = false) }}
There are no indicators linked to this activity yet.