{% comment %} Cross-bin conflict hint for one StockTakeItem. Expects: item (with .conflict and .conflict_level set by the view). Warning = likely misfiled (don't mark lost); info = registered elsewhere. {% endcomment %} {% if item.conflict %}
{% if item.conflict_level == 'warning' %}⚠ {% endif %}{{ item.conflict }}
{% endif %}