{% comment "Angular template!" %} The code in this file is using ANGULARJS template syntax and not the DJANGO template syntax. {% endcomment %} {% verbatim %}
{{opplan.operationplan__reference || opplan.reference}}
{{opplan.item__name || opplan.item}}
{{opplan.operationplan__supplier || opplan.supplier}}
{{ grid.formatNumber(opplan.operationplan__quantity || opplan.quantity) }}
{{ (opplan.operationplan__startdate || opplan.startdate) | date: "yyyy-MM-dd" }}
{{ (opplan.operationplan__enddate || opplan.enddate) | date: "yyyy-MM-dd" }}
{{ "inventory status"|translate }} {{opplan.inventory_status}}
{{opplan.operationplan__reference || opplan.reference}}
{{ opplan.item__name || opplan.item }}
{{opplan.operationplan__origin || opplan.origin}}
{{opplan.location || opplan.destination || oplan.operationplan__location}}
{{ grid.formatNumber(opplan.operationplan__quantity || opplan.quantity) }}
{{ (opplan.operationplan__startdate || opplan.startdate) | date: "yyyy-MM-dd" }}
{{ (opplan.operationplan__enddate || opplan.enddate) | date: "yyyy-MM-dd" }}
{{ "inventory status"|translate }} {{opplan.inventory_status}}
{{opplan.operationplan__reference || opplan.reference}}
{{opplan.item__name || opplan.operationplan__item__name}}
{{ opplan.operationplan__name || opplan.operationplan__operation__name || opplan.operation }}
{{ grid.formatNumber(opplan.operationplan__quantity || opplan.quantity) }}
{{ grid.formatNumber(opplan.operationplan__quantity_completed || opplan.quantity_completed || 0) }}
{{ (opplan.operationplan__startdate || opplan.startdate) | date: "yyyy-MM-dd HH:mm:ss" }}
{{ (opplan.operationplan__enddate || opplan.enddate) | date: "yyyy-MM-dd HH:mm:ss" }}
{{ "inventory status"|translate }} {{opplan.inventory_status}}