{{ data.indicator }} |
{{ data.planned|number_format(0, '.', ',') }} |
{{ data.achieved|number_format(0, '.', ',') }} |
{{ ((data.achieved/data.planned)*100)|round }}% |
{{ (data.planned - data.achieved)|number_format(0,'.',',') }} |
{% set id = data.id %}
Edit
Delete
{{ include('AlsuiteProjectBundle:TargetIndicator:del.html.twig',
{'id': id, 'action': 'Delete', 'object': 'Target Indicator', 'modal': 'oindicator',
'route': path('target_ind_del', {'id': id})})
}}
{% if data.outInd is not null %}
{% set oid = data.outInd.getId() %}
{% if data.outInd.isTrackedQualitatively() %}
Record Progress
{% else %}
Record Progress
{% endif %}
{% endif %}
|
{% else %}