{% for d in data %}
<<<<<<< HEAD
=======
>>>>>>> 125a352bc2 (fix: allow all dispatch address for drop ship invoice) {{ d.total_reserved }} {{ d.actual_qty }} {{ (d.pending_qty > 0) ? ("(" + d.pending_qty+ ")") : "" }} {% if d.pending_qty > 0 %} {% endif %}
{% if can_write %}
{% if d.actual_qty %}
{% endif %}
{% endfor %}