{% for d in data %}
{{ d.warehouse }}
{{ d.item_code }}
{{ d.stock_capacity }}
{{ d.actual_qty }}
{{ d.percent_occupied }}%
{% if can_write %}
{{ __("Edit Capacity") }}
{% endif %}
{% endfor %}