{% if last_service_code != allocation.serviceDefinition.serviceCode %}
{{ allocation.serviceDefinition.serviceCode }}
{% endif %}
|
{% set alloc_defs = d2_ordered_traffic_lighting(allocation.id) %}
{% if alloc_defs|length > 0 %}
Color | Min Kg | Max Kg | Must Quote | Import Alert |
{% for definition in alloc_defs %}
{{ definition.color }} |
{{ definition.minKg }} |
{{ definition.maxKg }} |
) }}) |
) }}) |
{% endfor %}
{% endif %}
|
{% if last_service_code != allocation.serviceDefinition.serviceCode %}
{% endif %}
|
{% set last_service_code = allocation.serviceDefinition.serviceCode %}
{% endfor %}